ServerFFS problem. - 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: ServerFFS problem. (
/showthread.php?tid=260992)
ServerFFS problem. -
TheYoungCapone - 11.06.2011
On serverffs i keep gettting this problem it starts the server but the gamemode doesn't start up correctly. On the server log i see the plugins not loading heres what i mean.
Код:
[10:50:43] Loading plugin: streamer
[10:50:43] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[10:50:43] Loading plugin: sscanf
[10:50:43] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[10:50:43] Loading plugin: Whirlpool
[10:50:43] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[10:50:43] Loaded 0 plugins.
Then also under that theres a problem with my gamemode.
Код:
[10:50:43] Script[gamemodes/YoungGM.amx]: Run time error 19: "File or function is not found"
Whats the problem?
Re: ServerFFS problem. -
Scenario - 11.06.2011
I think that is caused by incorrect file permissions.
EDIT: Never mind. I mixed things up a little. It's caused by attempting to load non-Linux plugins (ending in .dll rather than .so).
Re: ServerFFS problem. -
TheYoungCapone - 11.06.2011
Quote:
Originally Posted by RealCop228
I think that is caused by incorrect file permissions.
|
Ok so how can I fix it? Whats the problem?
Re: ServerFFS problem. -
Ironboy500[TW] - 11.06.2011
Make sure you have "plugins streamer.SO sscanf.SO Whirlpool.SO" in your server.cfg.
Re: ServerFFS problem. -
iLinx - 11.06.2011
Ensure you uploaded all of the Linux plugins for your game mode into the plugins directory.
Quote:
Originally Posted by Ironboy500[TW]
Make sure you have "plugins streamer.SO sscanf.SO Whirlpool.SO" in your server.cfg.
|
Ensure there are ".so", not ".SO" endings for each plugin name on the plugins line in your server configuration file.
Re: ServerFFS problem. -
TheYoungCapone - 11.06.2011
Thanks all fixed now