Mysql fails to load, "Run time error 19" - 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: Mysql fails to load, "Run time error 19" (
/showthread.php?tid=489834)
Mysql fails to load, "Run time error 19" -
Mystique - 24.01.2014
Well as I decided to start learning some mysql I got a problem when starting the server. The mysql plugin won't load if I'm using version R34 (The blueg plugin) and puts out these errors:
Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team
[13:53:33] filterscripts = "" (string)
[13:53:33]
[13:53:33] Server Plugins
[13:53:33] --------------
[13:53:33] Loading plugin: mysql.dll
[13:53:33] Failed.
[13:53:33] Loading plugin: crashdetect.dll
[13:53:33] CrashDetect v4.13 is OK.
[13:53:33] Loaded.
[13:53:33] Loaded 1 plugins.
[13:53:33]
[13:53:33] Filterscripts
[13:53:33] ---------------
[13:53:34] Loaded 0 filterscripts.
[13:53:34] [debug] Run time error 19: "File or function is not found"
[13:53:34] [debug] mysql_connect
[13:53:34] [debug] mysql_errno
[13:53:34] [debug] mysql_tquery
[13:53:34] [debug] mysql_format
[13:53:34] [debug] cache_get_data
[13:53:34] [debug] cache_get_row
[13:53:34] [debug] cache_get_row_int
[13:53:34] [debug] Run time error 19: "File or function is not found"
[13:53:34] [debug] mysql_connect
[13:53:34] [debug] mysql_errno
[13:53:34] [debug] mysql_tquery
[13:53:34] [debug] mysql_format
[13:53:34] [debug] cache_get_data
[13:53:34] [debug] cache_get_row
[13:53:34] [debug] cache_get_row_int
[13:53:34] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
[13:53:34] Number of vehicle models: 0
However, when I just tried inserting the R6 version quickly, it actually succeeded to load the plugin, but I guess it would be best to get the new version to work. Any ideas how to fix this?