SA-MP Forums Archive
SA-MP Server Starting problems[Help][Rep] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SA-MP Server Starting problems[Help][Rep] (/showthread.php?tid=575819)



SA-MP Server Starting problems[Help][Rep] - TheMafien - 30.05.2015

Ok, so I was testing a script on a local host and it worked perfectly but then I uploaded it to my host(Serenity Servers) with everything exactly the same through FTP and it has the .dll and .so plugins and it says steamer failed to load so I got the newest version and it worked but made sscanf not load and then I got the updated version of that and it didn't work, I also tried updating the audio plugin but it would knock another one out.
Info
Host:Serenity Servers
Plugins: Sscanf Streamer Audio


Re: SA-MP Server Starting problems[Help][Rep] - Archang3L - 30.05.2015

Use the plugins nativechecker and crashdetect to find out the problem.


Re: SA-MP Server Starting problems[Help][Rep] - MouizGhouri - 30.05.2015

use nativechecker it may show you the reasons


Re: SA-MP Server Starting problems[Help][Rep] - Michael B - 30.05.2015

Quote:
Originally Posted by MouizGhouri
Посмотреть сообщение
use nativechecker it may show you the reasons
Probably you meant crashdetect.

@TheMafien: In case you're running your server on a Linux OS based host, put the .so extension inside your server.cfg and the respective files for each plugin. Linux is case sensitive.

e.g.plugins streamer.so nativechecker.so


Re: SA-MP Server Starting problems[Help][Rep] - hossa - 30.05.2015

Quote:
Originally Posted by Michael B
Посмотреть сообщение
Probably you meant crashdetect.

@TheMafien: In case you're running your server on a Linux OS based host, put the .so extension inside your server.cfg and the respective files for each plugin. Linux is case sensitive.

e.g.plugins streamer.so nativechecker.so
This and make sure you have plugins up-to-date on both your localhost and the server.
(update plugins in localhost > compile filterscripts/gamemode again)