What does BSOD 112 (SESSION4_INITIALIZATION_FAILED) mean?

 
Could be also:
ConstantTypeOS
ERROR_DISK_FULLWin32 errorWindows
EHOSTDOWNerrnoLinux
EINPROGRESSerrnoWindows
SOFT_RESTART_FATAL_ERRORBugCheck CodeWindows
Previous Next
SESSION3_INITIALIZATION_FAILED SESSION5_INITIALIZATION_FAILED

SESSION4_INITIALIZATION_FAILED

SESSION4_INITIALIZATION_FAILED uses bug-check value 0x70. The Microsoft reference states that parameter 1 contains the NTSTATUS responsible for the initialization failure; the three later parameters are zero.

The status is the portable public subreason

Microsoft does not publish a separate table of SESSION4 stages or parameter-specific flags. Decode the first argument and follow the code path that evaluated or returned that status. Assigning meanings to parameters 2-4 would contradict the documented contract.

Avoid a Terminal Services false lead

The numeral in SESSION4 is part of the bug-check family name. It is not evidence that Windows session ID 4, a particular logged-on user, or a fourth Remote Desktop connection failed. Use the dump's current process, thread, and stack if session-management code is actually involved.

References


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