Crash without infos - 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: Crash without infos (
/showthread.php?tid=647379)
Crash without infos -
Dayrion - 04.01.2018
Hello, my filterscript make crash the server sometimes. I don't find the issue.
I'm using crashdetect, russian compiler with -d3 in pawn.cfg.
There is logs:
PHP код:
[16:21:06] [debug] Server crashed while executing fs.amx
[16:21:06] [debug] AMX backtrace:
[16:21:06] [debug] #0 00000036 in ?? (... <27 arguments>) at <unknown file>:0
[16:21:06] [debug] #1 00000036 in public OnDialogResponse () at <unknown file>:0
That's all and I don't understand I don't have nothing more than that. Plus, I don't have anything with 27 arguments.
Re: Crash without infos -
Abagail - 04.01.2018
Did you compile with the crashdetect include? It should give more information if you did (could also be something with the russian compiler, who knows).
Re: Crash without infos -
Dayrion - 04.01.2018
I do.
You can check by yourself:
PHP код:
#include <a_samp>
// ======================================================================================
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#define MAX_PLAYERS 155
#else
#define MAX_PLAYERS 155
#endif
// ======================================================================================
#include <a_mysql>
#include <crashdetect>
#include <streamer>
// #include <profiler>
#include <izcmd>
#include <a_func>
#include <YSI\YSI\y_va>
#include <YSI\YSI\y_iterate>
#include <YSI\YSI\y_timers>
#include <a_mysql>
#include <inc/time_conversion>
Re: Crash without infos -
Dayrion - 05.01.2018
UP