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=352151)



Run time error 19: "File or function is not found" - sanrock - 18.06.2012

Why is that happening?

I tried native checker but it says
Failed (plugins/ nativechecker.so: cannot open shared object file: No such file or directory)

My native = native WP_Hash(buffer[], len, const str[]);


Whats the problem?


Re: Run time error 19: "File or function is not found" - Manuel_Franco - 18.06.2012

I have exactly same problem but i belive nobody can help us


I have plugins and GM in directories, they are for the version 0.3e but say it

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:21:24]
[19:21:24] Server Plugins
[19:21:24] --------------
[19:21:24] Loading plugin: Whirlpool.so
[19:21:24]
[19:21:24] ==================
[19:21:24]
[19:21:24] Whirlpool loaded
[19:21:24]
[19:21:24] ==================
[19:21:24]
[19:21:24] Loaded.
[19:21:24] Loading plugin: streamer.so
[19:21:24] Failed (plugins/streamer.so: cannot restore segment prot after reloc: Permission denied)
[19:21:24] Loading plugin: nativechecker.so
[19:21:24] Failed (plugins/nativechecker.so: cannot restore segment prot after reloc: Permission denied)
[19:21:24] Loaded 1 plugins.
[19:21:25] Script[gamemodes/alexa.amx]: Run time error 19: "File or function is not found"

Im thinking linux version i have linux 64 bits but i dont know


Re: Run time error 19: "File or function is not found" - HuSs3n - 18.06.2012

Quote:
Originally Posted by sanrock
View Post
Why is that happening?

I tried native checker but it says
Failed (plugins/ nativechecker.so: cannot open shared object file: No such file or directory)

My native = native WP_Hash(buffer[], len, const str[]);


Whats the problem?
make sure you have added "whirlpool" plugin


Re: Run time error 19: "File or function is not found" - sanrock - 18.06.2012

My server doesn't need whirpool though.


Re: Run time error 19: "File or function is not found" - Manuel_Franco - 18.06.2012

What does version Linux have you? I have CentOS 64 bit maybe one service or i dont know.


Re: Run time error 19: "File or function is not found" - MadeMan - 18.06.2012

Quote:
Originally Posted by sanrock
View Post
My server doesn't need whirpool though.
WP_Hash = WhirlPool_Hash


Re: Run time error 19: "File or function is not found" - sanrock - 18.06.2012

[17:53:58] Error: Function not registered: 'mysql_fetch_row_format'
[17:53:58] Error: Function not registered: 'WP_Hash'
[17:53:58] Error: Function not registered: 'mysql_real_escape_string'
[17:53:58] Error: Function not registered: 'mysql_free_result'
[17:53:58] Error: Function not registered: 'mysql_fetch_field_row'
[17:53:58] Error: Function not registered: 'mysql_num_rows'
[17:53:58] Error: Function not registered: 'mysql_store_result'
[17:53:58] Error: Function not registered: 'mysql_debug'
[17:53:58] Error: Function not registered: 'mysql_query'
[17:53:58] Error: Function not registered: 'mysql_connect'


Re: Run time error 19: "File or function is not found" - sanrock - 18.06.2012

Fixedddd


Re: Run time error 19: "File or function is not found" - Manuel_Franco - 18.06.2012

Can you help me sanrock ?
How you fix it ?
I have same problem.