[Crash Detect Errors]
#5

If you compile your mode with the -d3 compiler switch, crashdetect will tell you which lines are causing the errors.

If your not sure how to do that, create a file in the same directory as "pawncc.exe" name the file "pawn.cfg". Inside that file put this:

Code:
-d3
Recompile, and you should get different output from the compiler (stack size etc). Next time your server crashes or you access elements OOB, the output from crashdetect will tell you which line.
Reply


Messages In This Thread
[Crash Detect Errors] - by AdamCooper - 15.07.2013, 02:46
Re: [Crash Detect Errors] - by iggy1 - 15.07.2013, 08:58
Re: [Crash Detect Errors] - by AdamCooper - 15.07.2013, 17:21
Re: [Crash Detect Errors] - by Bakr - 15.07.2013, 17:25
Re: [Crash Detect Errors] - by iggy1 - 15.07.2013, 17:47
Re: [Crash Detect Errors] - by AdamCooper - 31.08.2013, 02:26

Forum Jump:


Users browsing this thread: 1 Guest(s)