Site icon EfmSoft

What does BSOD 96 (PROCESS_INITIALIZATION_FAILED) mean?

 
Could be also:
ConstantTypeOS
EPFNOSUPPORTerrnoLinux
ENODATAerrnoMac
EDESTADDRREQerrnoSolaris
Previous Next
SECURITY_INITIALIZATION_FAILED HAL1_INITIALIZATION_FAILED

PROCESS_INITIALIZATION_FAILED

PROCESS_INITIALIZATION_FAILED is bug check 0x60. Microsoft's individual reference says the code appears very infrequently and does not publish parameter meanings or a named process whose failure can be inferred from the symbolic name.

Do not guess the failing process

The word PROCESS is not enough to conclude that a user application, service, or a specific Windows process caused the stop. Use the crash dump to see the initialization path, current thread, stack, and loaded modules. For this sparsely documented code, !analyze -v is the supported starting point.

Useful comparison data

References


Looking for a different code? Search another status or error code.

Exit mobile version