[Plugin] [help] crashdetect - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Plugin] [help] crashdetect (/showthread.php?tid=2452) |
[help] crashdetect - Boris. - 2023-09-07 Hi, I had a bunch of timeouts that day, suddenly 30 players had timeouts, one after the other. However, I have nothing in the server_log? This error was thrown 5-6 hours before the players had a timeout. I wonder why it doesn't show the exact error, and which line in the script causes it? Code: [2023-09-03 12:41:38] [debug] Run time error 5: "Invalid memory access" RE: [help] crashdetect - Radical - 2023-09-22 Compile your script with the -d3 flag. It will show you which line is causing the crash. Also use https://github.com/pawn-lang/compiler/releases |