What this crashed - 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: What this crashed (
/showthread.php?tid=544319)
What this crashed -
MasonSFW - 01.11.2014
Код:
[17:17:53] [debug] Server crashed while executing TDM.amx
[17:17:54] [debug] AMX backtrace:
[17:17:54] [debug] #0 native fread () from samp-server.exe
[17:17:54] [debug] #1 000290d4 in ?? () from TDM.amx
[17:17:54] [debug] #2 00029074 in ?? () from TDM.amx
[17:17:54] [debug] #3 00029054 in main () from TDM.amx
[17:17:54] [debug] Native backtrace:
[17:17:54] [debug] #0 76ee77b2 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[17:17:54] [debug] #1 004940b0 in ?? () from samp-server.exe
[17:17:54] [debug] #2 004946e0 in ?? () from samp-server.exe
[17:17:54] [debug] #3 00404f14 in ?? () from samp-server.exe
[17:17:54] [debug] #4 00471826 in ?? () from samp-server.exe
[17:17:54] [debug] #5 004010b6 in ?? () from samp-server.exe
[17:17:54] [debug] #6 65d862da in ?? () from plugins\crashdetect.DLL
[17:17:54] [debug] #7 65d88b38 in ?? () from plugins\crashdetect.DLL
[17:17:54] [debug] #8 65d809c7 in ?? () from plugins\crashdetect.DLL
[17:17:54] [debug] #9 65d8632a in ?? () from plugins\crashdetect.DLL
[17:17:54] [debug] #10 0046e8f9 in ?? () from samp-server.exe
[17:17:54] [debug] #11 65646f6d in ?? () from samp-server.exe
[17:17:54] [debug] #12 68542f73 in ?? () from samp-server.exe
[17:17:54] [debug] #13 61577461 in ?? () from samp-server.exe
[17:17:54] [debug] #14 72655372 in ?? () from samp-server.exe
[17:17:54] [debug] #15 2e726576 in ?? () from samp-server.exe
[17:17:54] [debug] #16 00786d61 in ?? ()
Re: What this crashed -
ikkentim - 01.11.2014
It failed on a fread call, possibly missing a file? You can try turning on debug options, IIRC using -d3 in the compile options