Runtime 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: Runtime Error 19. (
/showthread.php?tid=551675)
Runtime Error 19. -
Lynn - 20.12.2014
So I'm not sure why I'm getting this.
Considering the SQL plugin is loading fine.
It's the only plugin I have loading as-well.
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z-R3, ©2005-2014 SA-MP Team
[21:33:28] filterscripts = "" (string)
[21:33:28] mapname = "San Andreas" (string)
[21:33:28]
[21:33:28] Server Plugins
[21:33:28] --------------
[21:33:28] Loading plugin: mysql
[21:33:28] >> plugin.mysql: R39-2 successfully loaded.
[21:33:28] Loaded.
[21:33:28] Loaded 1 plugins.
[21:33:28]
[21:33:28] Filterscripts
[21:33:28] ---------------
[21:33:28] Loaded 0 filterscripts.
[21:33:28] Script[gamemodes/IRP.amx]: Run time error 19: "File or function is not found"
[21:33:28] Number of vehicle models: 0
Re: Runtime Error 19. -
LivingLikeYouDo - 20.12.2014
Are you, by the fact, using any include that requires a plugin?
Try using crashdetect, it may help you.
If you are doing whirlpool hashing, remember there is a whirlpool include.
Re: Runtime Error 19. -
Lynn - 20.12.2014
Not it's not Whirlpool, and my only includes are Mysql and SAMP default(a_samp)
I'll try crash detect though.
Re: Runtime Error 19. -
Lynn - 20.12.2014
So I have no clue what's causing this. It makes no sense.
I've tried various SQL plugins(R5, R6, etc.)
This is on Windows too.
Re: Runtime Error 19. -
JeaSon - 20.12.2014
use nativechecker then post logs here
Re: Runtime Error 19. -
Lynn - 20.12.2014
Well I got it fixed, I deleted everything and reuploaded my SQL Plugin(R5)
However, now when I login, the server restarts.
I can register fine, but logging in restarts the server for some reason.