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=607705)
Runtime error 19 -
iKevin - 22.05.2016
Hi all,
I've been experiencing this error for quite a long now. All my plugins are loaded sucessfully on Linux server, they're the same versions as the includes (checked twice and re-downloaded twice). I'm still getting the error and it doesn't start the server.
Any idea?
Re: Runtime error 19 - WhiteGhost - 22.05.2016
You got the lastest?
Re: Runtime error 19 -
BornHuman - 22.05.2016
Could you paste the server.log?
Re: Runtime error 19 -
Konstantinos - 22.05.2016
Why don't you load crashdetect plugin? It will also tell you what functions are missing to see from which plugin this is caused.
By the way after downloading the latest version of includes, you should always re-compile the scripts with them before running them.
Re: Runtime error 19 -
iKevin - 23.05.2016
Quote:
Originally Posted by Konstantinos
Why don't you load crashdetect plugin? It will also tell you what functions are missing to see from which plugin this is caused.
By the way after downloading the latest version of includes, you should always re-compile the scripts with them before running them.
|
I did.
Re: Runtime error 19 -
biker122 - 23.05.2016
Without logs, we can't help you.
Re: Runtime error 19 -
xPhantom - 24.05.2016
You need to make sure that you are using all of the plugins that are required by the script. Post what you have for includes in your pawn.
Re: Runtime error 19 -
iKevin - 24.05.2016
I found out the issue, I did not load MySQL plugin but I had the include. I need to install the MySQL linux library. How do I do that? Where do I install it?