What does NTSTATUS 0xC01E0002 (STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER) mean?

 
Previous Next
STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER STATUS_GRAPHICS_ADAPTER_WAS_RESET

STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER

The adapter identity is no longer usable

A display-adapter handle is not a permanent identifier for a GPU. This status points to the handle supplied to the graphics-kernel operation, rather than to a failed mode negotiation or lack of video memory. It commonly follows a stale cached handle, a close/reopen boundary, or selection of the wrong adapter in a multi-GPU process.

Verify the handle provenance

Log the adapter LUID or display-device identity used to obtain the handle, the owning process and device, and the exact open/close sequence. Reacquire the adapter through the appropriate current mapping instead of reusing an integer copied from an old device, another adapter, or another process.

References


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