Herramientas de usuario

Herramientas del sitio


modding:tutoriales:crashlog

¡Esta es una revisión vieja del documento!


Tabla de Contenidos

Título 1

When STALKER crashes to desktop (CTD), it usually opens a 'bug-trap' window that contains some error codes and log files. The window only opens, if you don't do anything after the crash, so you might want to wait a bit and see if the window pops up. The important information for debugging the error is stored in the log file. If you don't see the bug-trap window, you can still get the logged information.

Short log

A short log is also stored in your Windows clipboard. Open a text editor (Start - Run - type 'notepad' - OK) and copy the log from the clipboard into the text editor (CTRL-V). You might as well copy it directly into a forum, where you ask for help. Short logs look like this:

Expression : 0

Function : CPostprocessAnimator::Process

File : E:\stalker\sources\trunk\xr_3da\xrGame\PostprocessAnimator.cpp

Line : 221

Description : noise.grain cant be zero! see postprocess

Arguments : nightvision_bad.ppe

Extended log

If more information is needed or the short log is no longer on the clipboard, you can open the log file on your hard-disk. It is usually located in: English XP: <tt>C:\Documents and Settings\All Users\Documents\STALKER-SHOC\logs</tt> English Vista: <tt>C:\Users\Public\Documents\STALKER-SHOC\logs</tt> German XP: <tt>C:\Dokumente und Einstellungen\All Users\Dokumente\STALKER-SHOC\logs</tt>

The file itself is called <tt>xray_XXXXXX.log</tt> (where XXXXXX is your Windows login name).

If you open the file, you can either copy the whole log (extended log) or just the short log from the end of the file. It starts with FATAL ERROR - e.g.: FATAL ERROR

[error]Expression : 0 [error]Function : CPostprocessAnimator::Process [error]File : E:\stalker\sources\trunk\xr_3da\xrGame\PostprocessAnimator.cpp [error]Line : 221 [error]Description : noise.grain cant be zero! see postprocess [error]Arguments : nightvision_bad.ppe

modding/tutoriales/crashlog.1229450088.txt.gz · Última modificación: 26/12/2014 20:36 (editor externo)