SA-MP Forums Archive
Crash Server [REP++] - 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: Crash Server [REP++] (/showthread.php?tid=478744)



Crash Server - Help me PLEASE - tvt - 01.12.2013

Please help !

Код:
[11:44:04] [debug] Server crashed due to an unknown error
[11:44:04] [debug] System backtrace:
[11:44:04] [debug] #0 7c8338a2 in RtlGetFullPathName_UstrEx () from C:\WINDOWS\system32\ntdll.dll
[11:44:04] [debug] #1 7c82b46b in wcscpy () from C:\WINDOWS\system32\ntdll.dll
[11:44:04] [debug] #2 00492a06 in ?? () from D:\Server\samp-server.exe
[11:44:04] [debug] #3 00492a28 in ?? () from D:\Server\samp-server.exe
[11:44:04] [debug] #4 10024691 in ProcessTick () from D:\Server\plugins\streamer.dll
[11:44:04] [debug] #5 10022aee in ProcessTick () from D:\Server\plugins\streamer.dll
[11:44:04] [debug] #6 100227dd in ProcessTick () from D:\Server\plugins\streamer.dll
[11:44:04] [debug] #7 100100ae in ProcessTick () from D:\Server\plugins\streamer.dll
[11:44:04] [debug] #8 ff006aec in ?? () from D:\Server\samp-server.exe



Re: Crash Server [REP++] - Pottus - 01.12.2013

I'm going to guess, trying to access a file path that does not exist.


Re: Crash Server [REP++] - tvt - 01.12.2013

How to fix it


Re: Crash Server [REP++] - tvt - 01.12.2013

PLEASE HELP ME


Re: Crash Server [REP++] - Konstantinos - 01.12.2013

pawn Код:
Server crashed due to an unknown error
Nobody can know for sure what it caused that crash.

Pottus may be right though, make sure that all the folders the scripts use have been created so the file names and file paths are valid.


Re: Crash Server [REP++] - tvt - 01.12.2013

no way to fix that ?


Re: Crash Server [REP++] - ReApZ - 01.12.2013

update plugins


Re: Crash Server [REP++] - tvt - 01.12.2013

Update all ?
How to fix : [11:44:04] [debug] #0 7c8338a2 in RtlGetFullPathName_UstrEx () from C:\WINDOWS\system32\ntdll.dll
[11:44:04] [debug] #1 7c82b46b in wcscpy () from C:\WINDOWS\system32\ntdll.dll


Re: Crash Server [REP++] - ReApZ - 01.12.2013

yes
or you could try one by one to check the one which is faulty
but i recommend updating all


Re: Crash Server [REP++] - Akira297 - 01.12.2013

Quote:
Originally Posted by tvt
Посмотреть сообщение
Update all ?
How to fix : [11:44:04] [debug] #0 7c8338a2 in RtlGetFullPathName_UstrEx () from C:\WINDOWS\system32\ntdll.dll
[11:44:04] [debug] #1 7c82b46b in wcscpy () from C:\WINDOWS\system32\ntdll.dll
Try looking for updated .dll's and place them into your server directory folder.