Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC01E0115 (STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE)?

 
Anterior Siguiente
STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST

STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE

Qué significa STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE

STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE es una violación de ownership. En multi-adapter, linked-adapter, remote-session o tras device recreation, compartir proceso/metadata no hace válido un allocation handle en todos los devices.

La corrección es reopen/recreate para el target device o usar un mecanismo de sharing explícitamente soportado. Pasar el handle original entre device contexts no transfiere su propiedad.

Qué comprobar

  • Registre source/target device handles y adapter LUIDs.
  • Identifique owner real de la allocation.
  • Compruebe si el recurso debía compartirse y por qué API.
  • Reabra/recree para el target device en vez de copiar el handle.

Referencias técnicas


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

Exit mobile version