Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC01E0108 (STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED)?

 
Anterior Siguiente
STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION

STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED

Qué significa STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED

A diferencia de “unavailable”, STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED es una limitación de capability/layout para el recurso actual. Esperar a que termine otro trabajo no convierte esa allocation en soportada.

Hay que elegir otra estrategia de CPU access: staging, explicit copy o una allocation creada con propiedades compatibles.

Qué comprobar

  • Revise allocation flags, segment y CPU visibility.
  • Compruebe soporte de aperture mapping en el miniport.
  • Use staging/copy o recree el recurso con layout compatible.
  • No implemente retries temporales para una capability ausente.

Referencias técnicas


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

Exit mobile version