Run time error 19: "File or function is not found"
#1

The problem is unknown to me,I updated EVERY plugin and include and yet it still does not work,I only updated plugins because that is normally the cause of this error,does anyone know how to fix it,I think it has something to do with MySQL :/




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

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[19:15:43] 
[19:15:43] Server Plugins
[19:15:43] --------------
[19:15:43]  Loading plugin: sscanf
[19:15:43] 

[19:15:43]  ===============================

[19:15:43]       sscanf plugin loaded.     

[19:15:43]    © 2009 Alex "******" Cole

[19:15:43]    0.3d-R2 500 Players "dnee"

[19:15:43]  ===============================

[19:15:43]   Loaded.
[19:15:43]  Loading plugin: streamer
[19:15:43] 

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

[19:15:43]   Loaded.
[19:15:43]  Loading plugin: MapAndreas
[19:15:43]   Loaded.
[19:15:43]  Loading plugin: mysql
[19:15:43]  SA:MP MySQL Plugin v2.1.1 Loaded.
[19:15:43]   Loaded.
[19:15:43]  Loading plugin: Whirlpool
[19:15:43]  
[19:15:43]  ==================
[19:15:43] [MySQL] Thread running. Threadsafe: Yes.
[19:15:43]  
[19:15:43]   Whirlpool loaded
[19:15:43]  
[19:15:43]  ==================
[19:15:43]  
[19:15:43]   Loaded.
[19:15:43]  Loading plugin: crashdetect
[19:15:43]   crashdetect v4.8.5 is OK.
[19:15:43]   Loaded.
[19:15:43]  Loaded 6 plugins.

[19:15:43] 
[19:15:43] Filterscripts
[19:15:43] ---------------
[19:15:43]   Loaded 0 filterscripts.

[19:15:43] [debug] Run time error 19: "File or function is not found"
[19:15:43] [debug]  cache_get_data
[19:15:43] [debug]  cache_get_field_content
[19:15:43] [debug]  mysql_tquery
[19:15:43] [debug]  mysql_escape_string
[19:15:43] [debug]  EditDynamicObject
[19:15:43] [debug]  cache_get_row
[19:15:43] [debug]  cache_affected_rows
[19:15:43] [debug]  mysql_reconnect
[19:15:44] Script[gamemodes/R:RP.amx]: Run time error 19: "File or function is not found"
[19:15:44] Number of vehicle models: 0
Reply
#2

Can you show me your server.cfg file?
Reply
#3

Sure,here it is
Код:
echo Executing Server Config...
lanmode 0
rcon_password ••••••••••
maxplayers 50
port 7777
hostname Rugged Roleplay
gamemode0 RRP 1
plugins sscanf streamer MapAndreas mysql Whirlpool crashdetect
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Reply
#4

Код:
"File or function is not found"
this means that you're missing a plugin

this usually happens when you compile your script and include the streamer plugin for example.
Then when you don't have the plugin file in your plugins folder while running the server, it can't find it and prints that error

so check what exactly you've included in your script and see if everything is there.
Then just compile again and it should work
Reply
#5

Quote:
Originally Posted by CutX
Посмотреть сообщение
Код:
"File or function is not found"
this means that you're missing a plugin / include

this usually happens when you compile your script and include the streamer plugin for example.
Then when you don't have the plugin file in your plugins folder while running the server, it can't find it and prints that error

so check what exactly you've included in your script and see if everything is there.
Then just compile again and it should work
Okay thank you very much for you're help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)