What does BSOD 192 (PCI_CONFIG_SPACE_ACCESS_FAILURE) mean?

 
Could be also:
ConstantTypeOS
ERROR_EXE_MARKED_INVALIDWin32 errorWindows
STATUS_USER_APCNTSTATUSWindows

PCI_CONFIG_SPACE_ACCESS_FAILURE

PCI configuration-space access failure

PCI_CONFIG_SPACE_ACCESS_FAILURE is bug check code 0x000000C0. PCI configuration space contains device identity, BARs, capabilities, interrupt configuration, and power-management fields. This bug check indicates that a kernel path could not access or validate that configuration state.

How to read it in a dump

  • The affected bus, device, and function are usually found from the stack, device object, or platform firmware context.
  • Failures can involve firmware, chipset, hot-plug, power transition, virtualization, or a driver touching config space incorrectly.
  • It is not a normal PCI device-start failure unless the dump shows the PnP start path.

What to check

  • Check firmware/BIOS updates, PCIe device seating, hot-plug events, virtualization pass-through, and chipset drivers.
  • Audit drivers that read or write PCI configuration space directly.
  • Correlate with WHEA PCIe events and power-management transitions.

References


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