¿Qué significa el código NTSTATUS 0xC01E0518 (STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE)?

 
Anterior Siguiente
STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS

STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE

Qué significa STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE

STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE no significa que HDCP sea incompatible con el monitor. La ruta entiende HDCP, pero el recurso de hardware que aplica la protección ya está reservado por otras salidas o sesiones protegidas.

La investigación debe centrarse en resource ownership y lifecycle de protected outputs. Reiniciar el monitor o cambiar el cable no libera necesariamente un engine HDCP retenido por un objeto que la aplicación no cerró.

Qué comprobar

  • Enumere protected outputs/sesiones activas que usan HDCP.
  • Revise teardown y handles que puedan haber quedado vivos.
  • Correlacione con cambios de topology/mode y playback protegido.
  • Libere correctamente el owner anterior antes de crear otra sesión.

Referencias técnicas


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