Help me :(
#1

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

Change you're server in windows.
Reply
#3

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

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

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

I do.
Reply
#7

You need to install the 32 bit libraries.

Code:
apt-get install ia32-libs
Reply
#8

Linux is case sensitive.

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


Forum Jump:


Users browsing this thread: 1 Guest(s)