SA-MP Forums Archive
Run time error 19: "File or function is not found - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Run time error 19: "File or function is not found (/showthread.php?tid=507804)



Run time error 19: "File or function is not found - KaliKs - 19.04.2014

hey guys i need help i uplaoded on the host but gives me this:
Код:
Run time error 19: "File or function is not found
i dont know why but it tells to plugins that their cant be opend ? any ideas?

thanks for help


Re: Run time error 19: "File or function is not found - JeaSon - 19.04.2014

put crashdetect.dll plugin and then start server after that show us your server logs


Re: Run time error 19: "File or function is not found - iBanner - 19.04.2014

You are missing a plugin or outdated one.

Solution: Use crashplugin as suggested

EDIT: nativechecker lol


Re: Run time error 19: "File or function is not found - Bingo - 19.04.2014

Quote:
Originally Posted by KaliKs
plugins that their cant be opend
If you are using linux host then make sure you have .so plugins. (Eg:- streamer.so sscanf.so)

For windows, Use .dll. (Eg:- streamer.dll sscanf.dll).


Re: Run time error 19: "File or function is not found - StuartD - 19.04.2014

Load the nativechecker plugin.

https://sampforum.blast.hk/showthread.php?tid=249226

Place nativechecker at the end of the plugins line server.cfg.

Then post your server_log.txt.


Re: Run time error 19: "File or function is not found - KaliKs - 19.04.2014

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team

[14:44:37] filterscripts = ""  (string)
[14:44:37] password = ""  (string)
[14:44:37] maxnpc = 0  (int)
[14:44:37] 
[14:44:37] Server Plugins
[14:44:37] --------------
[14:44:37]  Loading plugin: streamer.so
[14:44:37] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[14:44:37]   Loaded.
[14:44:37]  Loading plugin: sscanf.so
[14:44:37] 

[14:44:37]  ===============================

[14:44:37]       sscanf plugin loaded.     

[14:44:37]    © 2009 Alex "******" Cole

[14:44:37]    0.3d-R2 500 Players "dnee"

[14:44:37]  ===============================

[14:44:37]   Loaded.
[14:44:37]  Loading plugin: whirlpool.so
[14:44:37]   Failed (plugins/whirlpool.so: cannot open shared object file: No such file or directory)
[14:44:37]  Loading plugin: nativechecker.so
[14:44:37]   Failed (plugins/nativechecker.so: cannot open shared object file: No such file or directory)
[14:44:37]  Loading plugin: crashdetect.so
[14:44:37]   crashdetect v4.5.1 is OK.
[14:44:37]   Loaded.
[14:44:37]  Loaded 3 plugins.

[14:44:37] 
[14:44:37] Filterscripts
[14:44:37] ---------------
[14:44:37]   Loaded 0 filterscripts.
this is what i get ( i got all plugins )


Re: Run time error 19: "File or function is not found - StuartD - 19.04.2014

https://sampforum.blast.hk/showthread.php?tid=65290 - Download whirlpool.


Re: Run time error 19: "File or function is not found - JeaSon - 19.04.2014

your missing whirlpool.so plugin file


Re: Run time error 19: "File or function is not found - KaliKs - 19.04.2014

still.. but now it loads the plugins expect nativechecker.

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team

[14:52:24] filterscripts = ""  (string)
[14:52:24] password = ""  (string)
[14:52:24] maxnpc = 0  (int)
[14:52:24] 
[14:52:24] Server Plugins
[14:52:24] --------------
[14:52:24]  Loading plugin: streamer.so
[14:52:24] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[14:52:24]   Loaded.
[14:52:24]  Loading plugin: sscanf.so
[14:52:24] 

[14:52:24]  ===============================

[14:52:24]       sscanf plugin loaded.     

[14:52:24]    © 2009 Alex "******" Cole

[14:52:24]    0.3d-R2 500 Players "dnee"

[14:52:24]  ===============================

[14:52:24]   Loaded.
[14:52:24]  Loading plugin: whirlpool.so
[14:52:24]  
[14:52:24]  ==================
[14:52:24]  
[14:52:24]   Whirlpool loaded
[14:52:24]  
[14:52:24]  ==================
[14:52:24]  
[14:52:24]   Loaded.
[14:52:24]  Loading plugin: nativechecker.so
[14:52:24]   Failed (plugins/nativechecker.so: cannot open shared object file: No such file or directory)
[14:52:24]  Loading plugin: crashdetect.so
[14:52:24]   crashdetect v4.5.1 is OK.
[14:52:24]   Loaded.
[14:52:24]  Loaded 4 plugins.

[14:52:24] 
[14:52:24] Filterscripts
[14:52:24] ---------------
[14:52:24]   Loaded 0 filterscripts.



Re: Run time error 19: "File or function is not found - Bingo - 19.04.2014

Server.cfg is fine?

Check please, Check scriptfiles everything go through full check.