Crashing Debug Result [Needs a fix] - 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: Crashing Debug Result [Needs a fix] (
/showthread.php?tid=618281)
Crashing Debug Result [Needs a fix] -
Mattaffix - 03.10.2016
I've had this issue for a while now and eventually the server crashed. The code below is what made it go down.
http://pastebin.com/eXf1KY4p
Does anyone know a fix for this? Plugins and includes are up-to-date!
Re: Crashing Debug Result [Needs a fix] -
MCZOFT - 03.10.2016
recompile , and if its still there .. i would like to see the Float.inc in your include foolder
Re: Crashing Debug Result [Needs a fix] -
Logic_ - 03.10.2016
The problem appears to be in your floats.inc and as well as in the callback "OnPlayerEnterDynamicCP".
Re: Crashing Debug Result [Needs a fix] -
Mattaffix - 04.10.2016
Okay,so the error does not occur when I compile the script,it happens randomly when the server stops suddenly.
Now to be honest I have no idea why does that occur but here you go,here is my
Float.inc. Did anyone experience something similar and can tell me problem is?
Cheers!
Re: Crashing Debug Result [Needs a fix] -
Mattaffix - 19.10.2016
Bump:
http://pastebin.com/eXf1KY4p
I've found 1 more error into the script could anyone help,please?
Re: Crashing Debug Result [Needs a fix] -
Ritzy2K - 22.10.2016
Array index out of bounds"
Seems like a buffer overflow to me.
Your value is exceeding the allowed value. (Correct me if I'm wrong please).
There seems several cause of server crashing to me.
There also seems to be issue with your few callbacks. OnPlayerEnterDynamicCP and OnPlayerWeaponShot.