server crashing
#8

That got rid of the errors, but the server still crashes.

Код:
[05:42:44] [debug] Server crashed while executing prp.amx
[05:42:44] [debug] AMX backtrace:
[05:42:44] [debug] #0 native db_get_field_assoc () [08139e70] from samp03svr
[05:42:44] [debug] #1 0002cf9c in ?? (0x0000000a) from prp.amx
[05:42:44] [debug] #2 0002dbd4 in ?? () from prp.amx
[05:42:44] [debug] #3 00011904 in public Streamer_OnGameModeInit () from prp.amx
[05:42:44] [debug] #4 native CallLocalFunction () [080d2960] from samp03svr
[05:42:44] [debug] #5 0000ea68 in public Itter_OnGameModeInit () from prp.amx
[05:42:44] [debug] #6 native CallLocalFunction () [080d2960] from samp03svr
[05:42:44] [debug] #7 000068f4 in public SSCANF_OnGameModeInit () from prp.amx
[05:42:44] [debug] #8 00000a04 in public zcmd_OnGameModeInit () from prp.amx
[05:42:44] [debug] #9 native CallLocalFunction () [080d2960] from samp03svr
[05:42:44] [debug] #10 000004c0 in public OnGameModeInit () from prp.amx
[05:42:44] [debug] Native backtrace:
[05:42:44] [debug] #0 b668d31b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[05:42:44] [debug] #1 b66877c2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[05:42:44] [debug] #2 b66883ac in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[05:42:44] [debug] #3 b6688856 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[05:42:44] [debug] #4 b668cf6c in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #5 b7794600 in ?? ()
[05:42:44] [debug] #6 081399f0 in ?? () from ./samp03svr
[05:42:44] [debug] #7 08139f83 in ?? () from ./samp03svr
[05:42:44] [debug] #8 08093d14 in ?? () from ./samp03svr
[05:42:44] [debug] #9 b668503c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[05:42:44] [debug] #10 b668b458 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #11 b668fc61 in amx_Exec () from plugins/crashdetect.so
[05:42:44] [debug] #12 b6687708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[05:42:44] [debug] #13 b668b1c9 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #14 080d2c02 in ?? () from ./samp03svr
[05:42:44] [debug] #15 08093d14 in ?? () from ./samp03svr
[05:42:44] [debug] #16 b668503c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[05:42:44] [debug] #17 b668b458 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #18 b668fc61 in amx_Exec () from plugins/crashdetect.so
[05:42:44] [debug] #19 b6687708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[05:42:44] [debug] #20 b668b1c9 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #21 080d2c02 in ?? () from ./samp03svr
[05:42:44] [debug] #22 08093d14 in ?? () from ./samp03svr
[05:42:44] [debug] #23 b668503c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[05:42:44] [debug] #24 b668b458 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #25 b668fc61 in amx_Exec () from plugins/crashdetect.so
[05:42:44] [debug] #26 b6687708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[05:42:44] [debug] #27 b668b1c9 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #28 080d2c02 in ?? () from ./samp03svr
[05:42:44] [debug] #29 08093d14 in ?? () from ./samp03svr
[05:42:44] [debug] #30 b668503c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[05:42:44] [debug] #31 b668b458 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #32 b668fc61 in amx_Exec () from plugins/crashdetect.so
[05:42:44] [debug] #33 b6687708 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[05:42:44] [debug] #34 b668b1c9 in ?? () from plugins/crashdetect.so
[05:42:44] [debug] #35 080acccb in ?? () from ./samp03svr
[05:42:44] [debug] #36 080b2bbd in ?? () from ./samp03svr
[05:42:44] [debug] #37 080b1487 in ?? () from ./samp03svr
[05:42:44] [debug] #38 b74a94d3 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6
I didnt touch anything in ongamemodeinit, so ya..
Reply


Messages In This Thread
server crashing - by Mattakil - 22.02.2014, 22:34
Re: server crashing - by xo - 22.02.2014, 22:45
Re: server crashing - by Mattakil - 22.02.2014, 22:49
Re: server crashing - by alishvasis - 22.02.2014, 23:01
Re: server crashing - by Mattakil - 22.02.2014, 23:09
Re: server crashing - by Mattakil - 23.02.2014, 04:19
Re: server crashing - by Scenario - 23.02.2014, 04:21
Re: server crashing - by Mattakil - 23.02.2014, 04:37
Re: server crashing - by Mattakil - 23.02.2014, 14:56
Re: server crashing - by Konstantinos - 23.02.2014, 15:07

Forum Jump:


Users browsing this thread: 2 Guest(s)