Server shuting down after 3 minutes - 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: Server shuting down after 3 minutes (
/showthread.php?tid=334973)
Server shuting down after 3 minutes -
Dripac - 16.04.2012
Код:
[19:02:40] [debug] Server crashed while executing gtarc.amx
[19:02:40] [debug] Backtrace:
[19:02:40] [debug] #0 00000014 in public RL_OnPlayerKeyStateChange () from gtarc.amx
[19:02:40] [debug] #1 native CallLocalFunction () from samp-server.exe
[19:02:40] [debug] #2 00009294 in public OnPlayerKeyStateChange () from gtarc.amx
[19:02:40] [debug] Thread backtrace:
[19:02:44] [debug] #0 66E41430 in Load () from C:\Users\Stefanche16\Desktop\gta_rc\plugins\crashdetect.DLL
[19:02:44] [debug] #1 66E42735 in Load () from C:\Users\Stefanche16\Desktop\gta_rc\plugins\crashdetect.DLL
[19:02:44] [debug] #2 66E4405E in Load () from C:\Users\Stefanche16\Desktop\gta_rc\plugins\crashdetect.DLL
[19:02:44] [debug] #3 7589003F in GetProfileStringW () from C:\Windows\syswow64\kernel32.dll
[19:02:44] [debug] #4 0049C0A6 in ?? () from C:\Users\Stefanche16\Desktop\gta_rc\samp-server.exe
[19:02:44] [debug] #5 004954E0 in ?? () from C:\Users\Stefanche16\Desktop\gta_rc\samp-server.exe
[19:02:44] [debug] #6 7585339A in BaseThreadInitThunk () from C:\Windows\syswow64\kernel32.dll
[19:02:44] [debug] #7 77819EF2 in RtlInitializeExceptionChain () from C:\Windows\SysWOW64\ntdll.dll
[19:02:44] [debug] #8 77819EC5 in RtlInitializeExceptionChain () from C:\Windows\SysWOW64\ntdll.dll
Does anyone know what is causing this?
Re: Server shuting down after 3 minutes -
Slice - 12.06.2012
I'm experiencing the same problem..
Код:
[22:31:15] [debug] Server crashed due to an unknown error
[22:31:15] [debug] Native backtrace:
[22:31:16] [debug] #0 7415155f in Load () from \\psf\Home\Desktop\PAWN-Boilerplate\plugins\crashdetect.DLL
[22:31:16] [debug] #1 74152844 in Load () from \\psf\Home\Desktop\PAWN-Boilerplate\plugins\crashdetect.DLL
[22:31:16] [debug] #2 7415470e in Load () from \\psf\Home\Desktop\PAWN-Boilerplate\plugins\crashdetect.DLL
[22:31:16] [debug] #3 765f003f in GetProfileStringW () from C:\Windows\syswow64\kernel32.dll
[22:31:16] [debug] #4 0049cc86 in ?? () from \\psf\Home\Desktop\PAWN-Boilerplate\samp-server.exe
[22:31:16] [debug] #5 004960c0 in ?? () from \\psf\Home\Desktop\PAWN-Boilerplate\samp-server.exe
[22:31:16] [debug] #6 765b339a in BaseThreadInitThunk () from C:\Windows\syswow64\kernel32.dll
[22:31:16] [debug] #7 771a9ef2 in RtlInitializeExceptionChain () from C:\Windows\SysWOW64\ntdll.dll
[22:31:16] [debug] #8 771a9ec5 in RtlInitializeExceptionChain () from C:\Windows\SysWOW64\ntdll.dll
Did you ever find out what it was?