Server restart
#1

You can turn server on normally, but when it self restarts its show me this :

[14:38:45] [debug] Server crashed while executing ScavengeSurvive.amx
[14:38:45] [debug] AMX backtrace:
[14:38:45] [debug] #0 native fread () from samp03svr
[14:38:45] [debug] #1 0026fffc in ?? () from ScavengeSurvive.amx
[14:38:45] [debug] #2 0000ce3c in public ScriptInit_OnGameModeExit () from ScavengeSurvive.amx
[14:38:45] [debug] #3 00006690 in public OnGameModeExit () from ScavengeSurvive.amx
[14:38:46] [debug] Native backtrace:
[14:38:46] [debug] #0 b744be8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[14:38:46] [debug] #1 b7444bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[14:38:46] [debug] #2 b7445dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[14:38:46] [debug] #3 b7446226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[14:38:46] [debug] #4 b744badc in ?? () from plugins/crashdetect.so
[14:38:46] [debug] #5 b771f600 in ?? ()
[14:38:46] [debug] #6 b771f420 in ?? ()
[14:38:46] [debug] #7 b74997a1 in gsignal () from /lib32/libc.so.6
[14:38:46] [debug] #8 b749cbc2 in abort () from /lib32/libc.so.6
[14:38:46] [debug] #9 b74926a8 in __assert_fail () from /lib32/libc.so.6
[14:38:46] [debug] #10 0809a791 in ?? () from ./samp03svr
[14:38:46] [debug] #11 0809af33 in ?? () from ./samp03svr
[14:38:46] [debug] #12 080940d4 in ?? () from ./samp03svr
[14:38:46] [debug] #13 b744794b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[14:38:46] [debug] #14 b744a8f8 in ?? () from plugins/crashdetect.so
[14:38:46] [debug] #15 b744e916 in amx_Exec () from plugins/crashdetect.so
[14:38:46] [debug] #16 b7446be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[14:38:46] [debug] #17 b744a659 in ?? () from plugins/crashdetect.so
[14:38:46] [debug] #18 b7396f4a in ?? () from plugins/streamer.so
[14:38:46] [debug] #19 080a39c7 in ?? () from ./samp03svr
[14:38:46] [debug] #20 080aa432 in ?? () from ./samp03svr
[14:38:46] [debug] #21 080a89ed in ?? () from ./samp03svr
[14:38:46] [debug] #22 b7485cb6 in __libc_start_main () from /lib32/libc.so.6
[14:38:46] [debug] #23 0804b4e1 in ?? () from ./samp03svr
Reply
#2

Quote:

native fread () from samp03svr

pawn Код:
public OnGameModeExit()
{
    print("\n[OnGameModeExit] Shutting down...");

    new File:f = fopen("nonexistentfile", io_read), _s[1];
    fread(f, _s);
    fclose(f);

    return 1;
}
You've gotta ask Southclaw about purpose of that one.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)