SA-MP Forums Archive
Run time error 19 - 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 (/showthread.php?tid=631220)



Run time error 19 - nati5860 - 25.03.2017

Hello, I really don't know what to do anymore, I've updated all plugins, all in .cfg file, all loaded, mysql server is up.
And I'm still getting this damn run time error.
I've got libmysql.dll in folder, everything set, please help me I'm out of solutions..

Код:
[18:10:47]   Loaded.
[18:10:47]  Loaded 5 plugins.

[18:10:48] 
[18:10:48] Filterscripts
[18:10:48] ---------------
[18:10:48]   Loaded 0 filterscripts.

[18:10:48] [debug] Run time error 19: "File or function is not found"
[18:10:48] [debug]  mysql_pquery
[18:10:48] [debug]  cache_get_row_count
[18:10:48] [debug]  cache_get_field_content_int
[18:10:48] [debug]  cache_get_field_content_float
[18:10:48] [debug]  mysql_escape_string
[18:10:48] [debug]  cache_insert_id
[18:10:48] [debug]  mysql_tquery
[18:10:48] [debug]  cache_get_row_int
[18:10:48] [debug]  cache_affected_rows
[18:10:48] [debug]  mysql_log
[18:10:48] [debug] Run time error 19: "File or function is not found"
[18:10:48] [debug]  mysql_pquery
[18:10:48] [debug]  cache_get_row_count
[18:10:48] [debug]  cache_get_field_content_int
[18:10:48] [debug]  cache_get_field_content_float
[18:10:48] [debug]  mysql_escape_string
[18:10:48] [debug]  cache_insert_id
[18:10:48] [debug]  mysql_tquery
[18:10:48] [debug]  cache_get_row_int
[18:10:48] [debug]  cache_affected_rows
[18:10:48] [debug]  mysql_log
[18:10:48] Script[gamemodes/D-RP.amx]: Run time error 19: "File or function is not found"
[18:10:48] Number of vehicle models: 0
Код:
plugins mysql.dll fixes2.dll Whirlpool.dll crashdetect.dll streamer.dll sscanf.dll



Re: Run time error 19 - iKarim - 25.03.2017

It's either loading an old plugin version that isn't matching with your mysql include, or mysql plugin is failing to load.


Re: Run time error 19 - nati5860 - 25.03.2017

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
It's either loading an old plugin version that isn't matching with your mysql include, or mysql plugin is failing to load.
How can I check the real versions of the includes so I can match them with the plugins ?
Thanks.


Re: Run time error 19 - iKarim - 25.03.2017

Just download the latest plugin and include from the git repo and make sure the plugin is loading, not failing.

https://github.com/pBlueG/SA-MP-MySQL/releases


Re: Run time error 19 - nati5860 - 25.03.2017

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
Just download the latest plugin and include from the git repo and make sure the plugin is loading, not failing.

https://github.com/pBlueG/SA-MP-MySQL/releases
Provlem solved, thanks a lot man the problem was that I was using the newest mysql plugin when I had to use an older one, R39-3