ServerFFS problem.
#1

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?
Reply
#2

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).
Reply
#3

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
I think that is caused by incorrect file permissions.
Ok so how can I fix it? Whats the problem?
Reply
#4

Make sure you have "plugins streamer.SO sscanf.SO Whirlpool.SO" in your server.cfg.
Reply
#5

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.
Reply
#6

Thanks all fixed now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)