¿Qué significa el código NTSTATUS 0xC01E0106 (STATUS_GRAPHICS_ALLOCATION_INVALID)?

 
Anterior Siguiente
STATUS_GRAPHICS_TRY_AGAIN_NOW STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE

STATUS_GRAPHICS_ALLOCATION_INVALID

Qué significa STATUS_GRAPHICS_ALLOCATION_INVALID

STATUS_GRAPHICS_ALLOCATION_INVALID describe un state inválido de la allocation, distinto de “closed” y de “belongs to another device”. Puede surgir cuando command buffers conservan referencias de una creación anterior o tras una ruta de recovery/reopen.

Hay que reconstruir el grafo de referencias con handles actuales y actualizar cualquier command buffer que incruste valores antiguos. Reenviar exactamente el mismo buffer sólo repite la referencia inválida.

Qué comprobar

  • Registre resource, allocation instance, device y adapter LUID.
  • Compare creation epoch con reset/recreation reciente.
  • Reabra/recree el recurso según el owner soportado.
  • Actualice command buffers/references antes de resubmit.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.