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 Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Run time error 19: "File or function is not found (/showthread.php?tid=633378)



Run time error 19: "File or function is not found - AlexLambert - 30.04.2017

Hi, i have a problem. In my computer, the server works perfectly but when i export it with the same folders, archives, etc to my Win 2012 Server VPS and i try to start the server this is the problem (sscanf and streamer, etc, loads perfectly, but this error appears):

Код:
[23:56:07]   Loaded 4 filterscripts.

[23:56:07] [debug] Run time error 19: "File or function is not found"
[23:56:07] [debug]  mysql_tquery
[23:56:07] [debug]  cache_get_data
[23:56:07] [debug]  cache_get_field_content
[23:56:07] [debug]  cache_get_field_content_int
[23:56:07] [debug]  mysql_format
[23:56:07] [debug]  mysql_escape_string
[23:56:07] [debug]  mysql_log
[23:56:07] [debug]  mysql_connect
[23:56:07] [debug]  mysql_errno
[23:56:07] [debug]  mysql_close
[23:56:07] [debug]  cache_get_row_count
[23:56:07] [debug]  cache_insert_id
[23:56:07] [debug] Run time error 19: "File or function is not found"
[23:56:07] [debug]  mysql_tquery
[23:56:07] [debug]  cache_get_data
[23:56:07] [debug]  cache_get_field_content
[23:56:07] [debug]  cache_get_field_content_int
[23:56:07] [debug]  mysql_format
[23:56:07] [debug]  mysql_escape_string
[23:56:07] [debug]  mysql_log
[23:56:07] [debug]  mysql_connect
[23:56:07] [debug]  mysql_errno
[23:56:07] [debug]  mysql_close
[23:56:07] [debug]  cache_get_row_count
[23:56:07] [debug]  cache_insert_id
[23:56:07] Script[gamemodes/OZ.amx]: Run time error 19: "File or function is not found"
[23:56:07] Number of vehicle models: 0
My server is OVH.


Re: Run time error 19: "File or function is not found - Vince - 30.04.2017

Visual C++ Runtime Libraries ... Just scroll up in the log and it will say the plugins failed to load.


Re: Run time error 19: "File or function is not found - AlexLambert - 30.04.2017

Quote:
Originally Posted by Vince
Посмотреть сообщение
Visual C++ Runtime Libraries ... Just scroll up in the log and it will say the plugins failed to load.
I think that's the problem, some Windows libraries, because it works in my computer, so the plugins aren't the problem, i will try it, thanks.