Posts: 238
Threads: 39
Joined: Apr 2012
Reputation:
0
Hey guys, I need some help.I updated my server to 0.3e version SA-MP, when I turn the server on it says "Runtime error 19: "File or function is not found".
I really need some help.
Post your server_log here.
Posts: 29
Threads: 4
Joined: Dec 2011
Reputation:
0
see this
[ame]http://www.youtube.com/watch?v=PUNVElznRBI&feature=player_embedded[/ame]
Posts: 783
Threads: 60
Joined: Mar 2011
Reputation:
0
Update your streamer and other plugins, get new .inc files.
Then recompile
Posts: 12
Threads: 2
Joined: May 2013
Reputation:
0
Look my logs :
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[17:46:58] weburl = "www.sa-mp.com" (string)
[17:46:58]
[17:46:58] Server Plugins
[17:46:58] --------------
[17:46:58] Loading plugin: streamer
[17:46:58]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[17:46:58] Loaded.
[17:46:58] Loaded 1 plugins.
[17:46:58]
[17:46:58] Filterscripts
[17:46:58] ---------------
[17:46:58] Loading filterscript 'npc_record.amx'...
[17:46:58] Loaded 1 filterscripts.
[17:46:58] *** Streamer Plugin: Include file version (0) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[17:46:58] Script[gamemodes/sarp.amx]: Run time error 19: "File or function is not found"
[17:46:58] Number of vehicle models: 0
----------
Please Help me
Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
You need to make sure its complied with the latest, once thats done it should start up if you have all the plugins your script needs.
Posts: 32
Threads: 0
Joined: Jun 2013
Reputation:
0
You need to re-compile your script using the plugins.
Posts: 2
Threads: 0
Joined: Oct 2017
I also gott a problem help me please
===============================
[08:15:08]
*** Streamer Plugin v2.7.5.1 by Incognito unloaded ***
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[08:15:11] filterscripts = "" (string)
[08:15:11]
[08:15:11] Server Plugins
[08:15:11] --------------
[08:15:11] Loading plugin: crashdetect.so
[08:15:11] CrashDetect v4.15.1 is OK.
[08:15:11] Loaded.
[08:15:11] Loading plugin: sscanf.so
[08:15:11]
[08:15:11] ===============================
[08:15:11] sscanf plugin loaded.
[08:15:11] Version: 2.8.1
[08:15:11] © 2012 Alex "******" Cole
[08:15:11] ===============================
[08:15:11] Loaded.
[08:15:11] Loading plugin: streamer.so
[08:15:11]
*** Streamer Plugin v2.7.5.1 by Incognito loaded ***
[08:15:11] Loaded.
[08:15:11] Loading plugin: MapAndreas.so
[08:15:11] Loaded.
[08:15:11] Loading plugin: mysql.so
[08:15:11] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[08:15:11] Loading plugin: Whirlpool.so
[08:15:11] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[08:15:11] Loading plugin: socket.so
[08:15:11] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
[08:15:11] Loading plugin: nativechecker.so
[08:15:11] Failed (plugins/nativechecker.so: cannot open shared object file: No such file or directory)
[08:15:11] Loaded 4 plugins.
[08:15:11]
[08:15:11] Filterscripts
[08:15:11] ---------------
[08:15:11] Loaded 0 filterscripts.
[08:15:11] [debug] Run time error 19: "File or function is not found"
[08:15:11] [debug] mysql_query
[08:15:11] [debug] cache_get_row_count
[08:15:11] [debug] cache_get_field_content
[08:15:11] [debug] mysql_format
[08:15:11] [debug] mysql_tquery
[08:15:11] [debug] cache_insert_id
[08:15:11] [debug] cache_get_field_content_int
[08:15:11] [debug] cache_set_active
[08:15:11] [debug] cache_get_field_content_float
[08:15:11] [debug] cache_save
[08:15:11] [debug] mysql_escape_string
[08:15:11] [debug] WP_Hash
[08:15:11] [debug] mysql_log
[08:15:11] [debug] mysql_connect
[08:15:11] [debug] mysql_stat
[08:15:11] [debug] mysql_close
[08:15:11] [debug] Run time error 19: "File or function is not found"
[08:15:11] [debug] mysql_query
[08:15:11] [debug] cache_get_row_count
[08:15:11] [debug] cache_get_field_content
[08:15:11] [debug] mysql_format
[08:15:11] [debug] mysql_tquery
[08:15:11] [debug] cache_insert_id
[08:15:11] [debug] cache_get_field_content_int
[08:15:11] [debug] cache_set_active
[08:15:11] [debug] cache_get_field_content_float
[08:15:11] [debug] cache_save
[08:15:11] [debug] mysql_escape_string
[08:15:11] [debug] WP_Hash
[08:15:11] [debug] mysql_log
[08:15:11] [debug] mysql_connect
[08:15:11] [debug] mysql_stat
[08:15:11] [debug] mysql_close
[08:15:11] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
[08:15:11] Number of vehicle models: 0
1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1
Posts: 240
Threads: 5
Joined: Nov 2017
Try to load sscanf before streamer.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by rfr
Try to load sscanf before streamer.
|
Neither of them load, so it's not that at all.
Posts: 28
Threads: 6
Joined: May 2017
Reputation:
0
Add plugins in folder 'plugins' and load them to server.cfg
plugins sscanf streamer
PemburuHantu
Unregistered
Quote:
Originally Posted by Othmanox
Look my logs :
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[17:46:58] weburl = "www.sa-mp.com" (string)
[17:46:58]
[17:46:58] Server Plugins
[17:46:58] --------------
[17:46:58] Loading plugin: streamer
[17:46:58]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[17:46:58] Loaded.
[17:46:58] Loaded 1 plugins.
[17:46:58]
[17:46:58] Filterscripts
[17:46:58] ---------------
[17:46:58] Loading filterscript 'npc_record.amx'...
[17:46:58] Loaded 1 filterscripts.
[17:46:58] *** Streamer Plugin: Include file version (0) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[17:46:58] Script[gamemodes/sarp.amx]: Run time error 19: "File or function is not found"
[17:46:58] Number of vehicle models: 0
----------
Please Help me
|
Make sure your gamemode is compile with streamer.inc version 0x26104 because in your server log is show your streamer.inc version is (0) and your streamer plugn version is (0x26104) after you update your streamer.inc recompile your script and the run your server again
PemburuHantu
Unregistered
Quote:
Originally Posted by Ibrahim2005
I also gott a problem help me please
===============================
[08:15:08]
*** Streamer Plugin v2.7.5.1 by Incognito unloaded ***
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[08:15:11] filterscripts = "" (string)
[08:15:11]
[08:15:11] Server Plugins
[08:15:11] --------------
[08:15:11] Loading plugin: crashdetect.so
[08:15:11] CrashDetect v4.15.1 is OK.
[08:15:11] Loaded.
[08:15:11] Loading plugin: sscanf.so
[08:15:11]
[08:15:11] ===============================
[08:15:11] sscanf plugin loaded.
[08:15:11] Version: 2.8.1
[08:15:11] © 2012 Alex "******" Cole
[08:15:11] ===============================
[08:15:11] Loaded.
[08:15:11] Loading plugin: streamer.so
[08:15:11]
*** Streamer Plugin v2.7.5.1 by Incognito loaded ***
[08:15:11] Loaded.
[08:15:11] Loading plugin: MapAndreas.so
[08:15:11] Loaded.
[08:15:11] Loading plugin: mysql.so
[08:15:11] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[08:15:11] Loading plugin: Whirlpool.so
[08:15:11] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[08:15:11] Loading plugin: socket.so
[08:15:11] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
[08:15:11] Loading plugin: nativechecker.so
[08:15:11] Failed (plugins/nativechecker.so: cannot open shared object file: No such file or directory)
[08:15:11] Loaded 4 plugins.
[08:15:11]
[08:15:11] Filterscripts
[08:15:11] ---------------
[08:15:11] Loaded 0 filterscripts.
[08:15:11] [debug] Run time error 19: "File or function is not found"
[08:15:11] [debug] mysql_query
[08:15:11] [debug] cache_get_row_count
[08:15:11] [debug] cache_get_field_content
[08:15:11] [debug] mysql_format
[08:15:11] [debug] mysql_tquery
[08:15:11] [debug] cache_insert_id
[08:15:11] [debug] cache_get_field_content_int
[08:15:11] [debug] cache_set_active
[08:15:11] [debug] cache_get_field_content_float
[08:15:11] [debug] cache_save
[08:15:11] [debug] mysql_escape_string
[08:15:11] [debug] WP_Hash
[08:15:11] [debug] mysql_log
[08:15:11] [debug] mysql_connect
[08:15:11] [debug] mysql_stat
[08:15:11] [debug] mysql_close
[08:15:11] [debug] Run time error 19: "File or function is not found"
[08:15:11] [debug] mysql_query
[08:15:11] [debug] cache_get_row_count
[08:15:11] [debug] cache_get_field_content
[08:15:11] [debug] mysql_format
[08:15:11] [debug] mysql_tquery
[08:15:11] [debug] cache_insert_id
[08:15:11] [debug] cache_get_field_content_int
[08:15:11] [debug] cache_set_active
[08:15:11] [debug] cache_get_field_content_float
[08:15:11] [debug] cache_save
[08:15:11] [debug] mysql_escape_string
[08:15:11] [debug] WP_Hash
[08:15:11] [debug] mysql_log
[08:15:11] [debug] mysql_connect
[08:15:11] [debug] mysql_stat
[08:15:11] [debug] mysql_close
[08:15:11] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
[08:15:11] Number of vehicle models: 0
1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1 4 1 1
|
PHP Code:
[08:15:11] [debug] Run time error 19: "File or function is not found"
[08:15:11] [debug] mysql_query
[08:15:11] [debug] cache_get_row_count
[08:15:11] [debug] cache_get_field_content
[08:15:11] [debug] mysql_format
[08:15:11] [debug] mysql_tquery
[08:15:11] [debug] cache_insert_id
[08:15:11] [debug] cache_get_field_content_int
[08:15:11] [debug] cache_set_active
[08:15:11] [debug] cache_get_field_content_float
[08:15:11] [debug] cache_save
[08:15:11] [debug] mysql_escape_string
[08:15:11] [debug] WP_Hash
[08:15:11] [debug] mysql_log
[08:15:11] [debug] mysql_connect
[08:15:11] [debug] mysql_stat
[08:15:11] [debug] mysql_close
[08:15:11] [debug] Run time error 19: "File or function is not found"
[08:15:11] [debug] mysql_query
[08:15:11] [debug] cache_get_row_count
[08:15:11] [debug] cache_get_field_content
[08:15:11] [debug] mysql_format
[08:15:11] [debug] mysql_tquery
[08:15:11] [debug] cache_insert_id
[08:15:11] [debug] cache_get_field_content_int
[08:15:11] [debug] cache_set_active
[08:15:11] [debug] cache_get_field_content_float
[08:15:11] [debug] cache_save
[08:15:11] [debug] mysql_escape_string
[08:15:11] [debug] WP_Hash
[08:15:11] [debug] mysql_log
[08:15:11] [debug] mysql_connect
[08:15:11] [debug] mysql_stat
[08:15:11] [debug] mysql_close
you didn't run mySQL