SA-MP Forums Archive
Help me :( - 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: Help me :( (/showthread.php?tid=551303)



Help - Brys - 18.12.2014

Well,i've moved my server to Linux.
It was running normaly before,i've just changed the files and it's giving me file or function not found..Error 19
The pawn compiled and everything ok,what's the problem o.O ?


+REP if you helped!


Re: Help me :( - Ahammad - 18.12.2014

Change you're server in windows.


Re: Help me :( - Glossy42O - 18.12.2014

Try to update your plugins/includes

Then recompile your script. and make sure all the plugins are in server.cfg if it's not working

Download plugin called nativechecker

Add it in plugins folder then add it inside server.cfg (make sure you add him after all the plguins)

Run your server then show us your server log.


Re: Help me :( - Brys - 18.12.2014

Doesn't worked. look :
The files there.. I don't know what's wrong
pawn Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team

[02:24:37] filterscripts = ""  (string)
[02:24:37]
[02:24:37] Server Plugins
[02:24:37] --------------
[02:24:37]  Loading plugin: whirlpool
[02:24:37]   Failed (plugins/whirlpool: cannot open shared object file: No such file or directory)
[02:24:37]  Loading plugin: streamer
[02:24:37]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[02:24:37]  Loading plugin: sscanf
[02:24:37]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[02:24:37]  Loading plugin: nativechecker
[02:24:37]   Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[02:24:37]  Loading plugin: irc
[02:24:37]   Failed (plugins/irc: cannot open shared object file: No such file or directory)
[02:24:37]  Loaded 0 plugins.

[02:24:37]
[02:24:37] Filterscripts
[02:24:37] ---------------
[02:24:37]   Loaded 0 filterscripts.

[02:24:37] Script[gamemodes/NGZ.amx]: Run time error 19: "File or function is not found"
[02:24:37] Number of vehicle models: 0
[02:24:54] --- Server Shutting Down.



Re: Help me :( - Faskis - 18.12.2014

Make sure that the user that you're running the server on has access to those files (as in, the owner and group set to the files is the same as the one that you're running the server start command on).


Re: Help me :( - Brys - 18.12.2014

I do.


Re: Help me :( - Divergent - 18.12.2014

You need to install the 32 bit libraries.

Code:
apt-get install ia32-libs



Re: Help me :( - Michael B - 18.12.2014

Linux is case sensitive.

Make sure you added the .so plugins for Linux.
Also, add .so at each plugin from your server.cfg