LPC_INITIALIZATION_FAILED
LPC/ALPC startup failure
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
- Microsoft documentation
- Kernel-mode support routines
- Microsoft Bug Check Code Reference
- Crash dump files and WinDbg
Looking for a different code? Search another status or error code.