Crash without infos
#1

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] [debugServer crashed while executing fs.amx
[16:21:06] [debugAMX 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.
Reply
#2

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).
Reply
#3

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> 
Reply
#4

UP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)