Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC01E0200 (STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE)?

 
Anterior Siguiente
STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY

STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE

Qué significa STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE

STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE es un fallo device-level, no un “retry this command” ordinario. El contexto útil incluye engine, GPU virtual address activity, workload/context y cualquier reset/TDR alrededor del evento.

Seguir enviando trabajo al mismo estado puede tapar la primera excepción con errores secundarios. Hay que capturar telemetry/dump y pasar por el reset/recreation path antes de volver a usar el device.

Qué comprobar

  • Capture adapter LUID, engine/context y workload que estaba ejecutándose.
  • Revise Dxgkrnl/display-driver events y TDR/reset data.
  • Preserve dumps y paging/residency events previos.
  • Detenga submissions nuevas hasta restablecer un device state válido.

Referencias técnicas


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

Exit mobile version