| Previous | Next |
| STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER | STATUS_GRAPHICS_INVALID_DRIVER_MODEL |
STATUS_GRAPHICS_ADAPTER_WAS_RESET
Treat prior state as a recovery boundary
The status identifies an adapter reset, not merely a bad allocation argument. A reset can follow timeout detection and recovery, Plug and Play activity, or a driver recovery path. Work submitted before the boundary and objects tied to the old device state must not be treated as still usable.
Correlate the reset before rebuilding
Capture the TDR or device-reset telemetry, adapter LUID, affected engine, and the sequence of device/context/allocation creation calls. Recreate dependent objects through their normal lifecycle and re-establish content from a known source; do not continue submitting command buffers that contain handles from the reset epoch.
References
- Microsoft: timeout detection and recovery
- Microsoft: TDR synchronization and cleanup
- Microsoft: NTSTATUS reference
Looking for a different code? Search another status or error code.