What does NTSTATUS 0xC01E0113 (STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE) mean?

 
Previous Next
STATUS_GRAPHICS_ALLOCATION_CLOSED STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE

STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE

The generation or instance reference is stale

An allocation instance is more specific than a resource name alone. This status points to a stale, mismatched, or incorrectly paired instance reference in the current graphics-device operation. It often follows re-creation of a resource, a device reset, or construction of a command buffer with values from different allocation epochs.

Validate paired identifiers

Record the allocation handle, allocation instance, device handle, adapter LUID, and creation epoch together. Rebuild the instance information after a resource or device is recreated. Do not substitute a different numeric instance value merely because it is nonzero; it must be produced for the current allocation and device context.

References


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