SA-MP Forums Archive
File or function not found,i TRY EVERYTHING - 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: File or function not found,i TRY EVERYTHING (/showthread.php?tid=457049)



File or function not found,i TRY EVERYTHING - ||BB^^BB - 08.08.2013

Please help me,i have Run time error 19: "File or function is not found", i try everything,plugin update,nativechecher,but nothing works.I use this gamemode: http://www.sendspace.com/file/r9vwkd .
Can u please search for me where is problem because i cant find it? Thanks!


Re: File or function not found,i TRY EVERYTHING - tyler12 - 08.08.2013

Server log? Your includes? Your server.cfg?


Re: File or function not found,i TRY EVERYTHING - ||BB^^BB - 08.08.2013

Here u are server log: http://pastebin.com/XpnQeakJ
Server.cfg:
Quote:

echo Executing Server Config...

// Podesavanja Servera
rcon_password pavlepaja21453
rcon 1
hostname |BE| Balkan Extize RolePlay
weburl www.kgb-hosting.com

// gamemod igre
gamemode0 Litex 1

// filter skripte
filterscripts kgb_ads TextDrawEditor1.0 motor xTune_Able_Cars JunkBuster anims boban ls_elevator vremenska odbrojavanje vikendica textdole radiofs ANTIDB speedo b kabal Tuning stansistem Konji

// server plugini (moraju biti u .so formatu)
plugins streamer.so sscanf.so nativechecker.so


// ostala podesavanja
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000

//!!!ne menjaj ovo ni slucajno!!!
announce 1
query 1
lanmode 0
maxplayers 50
port 7829
bind 193.192.59.107

Include folder:"gl_spawns" and "gl_common"


Re: File or function not found,i TRY EVERYTHING - Konstantinos - 08.08.2013

Quote:

[21:30:16] Server Plugins
[21:30:16] --------------
[21:30:16] Loading plugin: streamer
[21:30:16] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[21:30:16] Loading plugin: sscanf
[21:30:16] Failed (plugins/sscanf: cannot read file data: Is a directory)
[21:30:16] Loaded 0 plugins.

This is not correct. If it tried to load the plugins in Linux, then it would say "Loading plugin: streamer.so" etc but in the server_log you showed us is trying to load .dll files


Re: File or function not found,i TRY EVERYTHING - theediee989 - 08.08.2013

I see your problem, well in the plugin part of the server.cfg. Your not supposed to put the .so
Quote:

// server plugini (moraju biti u .so formatu)
plugins streamer.so sscanf.so nativechecker.so

It's suppose to be like

Quote:

plugin streamer sscanf nativechecker

Hope that helped you out.


Re: File or function not found,i TRY EVERYTHING - ||BB^^BB - 08.08.2013

I try that,but nothing!
Here you server log without ".so" on end:
http://pastebin.com/Luvf1vTK


Re: File or function not found,i TRY EVERYTHING - ColorHost-Kevin - 09.08.2013

Is this a linux or windows server?

If its linux, you need the .so at the end. (You also need the .so files)

If its windows, you need the .dll files, but you can load it without any extension.

Hope this helps.


Re: File or function not found,i TRY EVERYTHING - ||BB^^BB - 09.08.2013

I know that,i try everything but same error.Please help me i need this fast!


Re: File or function not found,i TRY EVERYTHING - ||BB^^BB - 09.08.2013

Bump! Please can anyone help me?


Re: File or function not found,i TRY EVERYTHING - theediee989 - 10.08.2013

Alright, well also make sure that you have the .dll files and the .so files