Server in Ubuntu - Error 19 -
Ritchie999 - 24.10.2011
Last night I downloaded the server package 0.3d R5 for Ubuntu/Linux,
I copied everything from my Windows hard drive to my Ubuntu hard drive that I needed for the script I'm using to run.
I updated streamer.so and sscanf.so, I made sure they are spelled with a .so in the server.cfg, everything is as it should be, however when I do ./samp03svr and it launches, I look in Server_Log and I see that I have an Error 19 from the .amx .
What causes this and what's the fix?
Re: Server in Ubuntu - Error 19 - Riddy - 24.10.2011
Try the script on your windows
Re: Server in Ubuntu - Error 19 -
Ritchie999 - 24.10.2011
It works perfectly on my Windows, the server is up right now
(I'm in a college course at the moment so I have no access to my pc until 4:30 GMT 0 )
Re: Server in Ubuntu - Error 19 - Riddy - 24.10.2011
once you ge acess, can you give me the server.cfg and serverlog
Re: Server in Ubuntu - Error 19 -
Ritchie999 - 24.10.2011
Код:
echo Executing Server Config...
lanmode 0
rcon_password <HiddenPassword>
maxplayers 100
port 7777
hostname ATS-Fort Carson RP 0.3d
gamemode0 ATSRP 1
filterscripts
announce 1
query 1
weburl <WebsiteRemovedDueToPossibleAdvertising>
maxnpc 0
onfoot_rate 80
incar_rate 80
weapon_rate 80
stream_distance 600.0
stream_rate 2000
plugins streamer.so sscanf.so
logtimeformat [%H:%M:%S]
Код:
SA-MP Dedicated Server
----------------------
v0.3d RC5, ©2005-2011 SA-MP Team
[16:15:22]
[16:15:22] Server Plugins
[16:15:22] --------------
[16:15:22] Loading plugin: streamer
[16:15:22]
*** Streamer Plugin v2.5.1 by Incognito loaded ***
[16:15:22] Loaded.
[16:15:22] Loading plugin: sscanf
[16:15:22]
[16:15:22] ===============================
[16:15:22] sscanf plugin loaded.
[16:15:22] © 2009 Alex "******" Cole
[16:15:22] ===============================
[16:15:22] Loaded.
[16:15:22] Loaded 2 plugins.
[16:15:22] Filter scripts
[16:15:22] ---------------
[16:15:22] Loaded 0 filter scripts.
[16:15:22] Script[gamemodes/atsrp.amx]: Run time error 19: "File or function is not found"
[16:15:22] Number of vehicle models: 0
Re: Server in Ubuntu - Error 19 - Riddy - 24.10.2011
Are you sure there's a .amx in your gamemode directory?
Re: Server in Ubuntu - Error 19 -
Ritchie999 - 24.10.2011
Yeah, I've checked everything, It's all there as it should be.
Also just thought I'd say, I have RemoveBuildingForPlayer in the script (0.3D Compatible)
And I have Norn's nRadio include added into the script, the script is a Carlito's Roleplay that I am editing myself.
I see no problem however why these should not work with a Linux server, but I thought I'd mention it to be safe.
-- Edit --
Also let me say, I have searched this, I've spent endless hours searching but so far every topic I've looked at hasn't helped me because I have streamer.so in my server.cfg, I've updated streamer.so and everything else is as it should be. It's just, extremely confusing.
Re: Server in Ubuntu - Error 19 - Riddy - 24.10.2011
Have you got the samp03svr for the new version (maybe useless though:P), You got a email?
Re: Server in Ubuntu - Error 19 -
linuxthefish - 24.10.2011
You are trying to use a plugin function that does not exist, make sure you have the correct plugin version and include.
Re: Server in Ubuntu - Error 19 -
Ritchie999 - 24.10.2011
I've downloaded the 0.3d R5 linux package, I have the same package on Windows.
Check PM's for E-Mail + Xfire.
@linuxthefish As stated above I have the correct version and include, everything is as it should be. It just happens for a reason I cannot see