SA-MP Forums Archive
Cannot read from my file - 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: Cannot read from my file (/showthread.php?tid=620675)



Getting run time error 19 - Johny32 - 01.11.2016

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[22:24:47] filterscripts = ""  (string)
[22:24:47] 
[22:24:47] Server Plugins
[22:24:47] --------------
[22:24:47]  Loading plugin: crashdetect
[22:24:47]   CrashDetect v4.17 is OK.
[22:24:47]   Loaded.
[22:24:47]  Loading plugin: nativechceker
[22:24:47]   Failed.
[22:24:47]  Loading plugin: streamer
[22:24:47] 

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

[22:24:47]   Loaded.
[22:24:47]  Loading plugin: sscanf
[22:24:47] 

[22:24:47]  ===============================

[22:24:47]       sscanf plugin loaded.     

[22:24:47]          Version:  2.8.2        

[22:24:47]    © 2012 Alex "******" Cole  

[22:24:47]  ===============================

[22:24:47]   Loaded.
[22:24:47]  Loading plugin: mysql
[22:24:47]  >> plugin.mysql: R41 successfully loaded.
[22:24:47]   Loaded.
[22:24:47]  Loading plugin: audio
[22:24:47] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[22:24:47]   Loaded.
[22:24:47]  Loading plugin: dns
[22:24:47] 

*** DNS Plugin v2.4 by Incognito loaded ***

[22:24:47]   Loaded.
[22:24:47]  Loaded 6 plugins.

[22:24:47] 
[22:24:47] Filterscripts
[22:24:47] ---------------
[22:24:47]   Loaded 0 filterscripts.

[22:24:47] [debug] Run time error 19: "File or function is not found"
[22:24:47] [debug]  mysql_function_query
[22:24:47] [debug]  mysql_real_escape_string
[22:24:48] [debug]  mysql_affected_rows
[22:24:48] [debug]  cache_get_data
[22:24:48] [debug]  cache_get_row
[22:24:48] [debug]  mysql_insert_id
[22:24:48] [debug]  cache_get_field
[22:24:48] [debug]  mysql_debug
[22:24:48] [debug]  enable_mutex
[22:24:48] [debug]  mysql_ping
[22:24:48] [debug] Run time error 19: "File or function is not found"
[22:24:48] [debug]  mysql_function_query
[22:24:48] [debug]  mysql_real_escape_string
[22:24:48] [debug]  mysql_affected_rows
[22:24:48] [debug]  cache_get_data
[22:24:48] [debug]  cache_get_row
[22:24:48] [debug]  mysql_insert_id
[22:24:48] [debug]  cache_get_field
[22:24:48] [debug]  mysql_debug
[22:24:48] [debug]  enable_mutex
[22:24:48] [debug]  mysql_ping
[22:24:48] Script[gamemodes/WCRP.amx]: Run time error 19: "File or function is not found"
[22:24:48] Number of vehicle models: 0
I updated this.

My friend has a server and he is not able to start it due to an unknown error.


Re: Cannot read from my file - Shaheen - 01.11.2016

there is an include called utils. may be that inc is not there in pawno >> include . else u may have renamed inc file to .pwn format


Re: Cannot read from my file - Sew_Sumi - 01.11.2016

Where is this folder exactly...

This sounds like you're not referencing the folder correctly at all.


Re: Cannot read from my file - Johny32 - 01.11.2016

Hello thanks for answering, I updated it.


Re: Cannot read from my file - Sew_Sumi - 01.11.2016

This "unknown error" is simply a plugin not being loaded of the right version or such, hence Runtime Error 19...

This isn't what you originally posted... Did you fix the issue with the included file not being where it should've been?