What does BSOD 0x6A (LPC_INITIALIZATION_FAILED) mean?

 
Could be also:
ConstantTypeOS
ERROR_SEM_USER_LIMITWin32 errorWindows
EISCONNerrnoLinux
EQFULLerrnoMac
ELASTerrnoMac
ECONNABORTEDerrnoWindows
Previous Next
IO1_INITIALIZATION_FAILED PROCESS1_INITIALIZATION_FAILED

LPC_INITIALIZATION_FAILED

LPC/ALPC startup failure for LPC_INITIALIZATION_FAILED

LPC_INITIALIZATION_FAILED is bug check code 0x0000006A.

LPC and ALPC provide kernel communication channels used by core Windows services and subsystems. This bug check means that required local IPC infrastructure did not initialize during startup.

How to read it in a dump

  • The failure is about local interprocess communication infrastructure, not a network RPC timeout.
  • The stack may include object manager, security, memory, or port initialization paths.
  • Subsystem startup can fail later if LPC/ALPC is unavailable.

What to check

  • Check system file integrity, early security products, and kernel memory corruption.
  • Compare with MSRPC_STATE_VIOLATION if communication-state failures appear later.
  • Preserve a full dump when possible because port/object state matters.

References


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