| Anterior | Siguiente |
| STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET | STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR |
STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET
Qué significa STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET
El descriptor set es un objeto administrado por VidPN manager con lifecycle propio, no un array de bytes. STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET suele señalar stale/wrong-target/wrong-lifetime usage más que un EDID concreto defectuoso.
Tras target/topology change debe obtenerse un set actual y liberar/abandonar el antiguo según el contrato.
Qué comprobar
- Registre target/VidPN owner del set.
- No mezcle sets de distintos targets o enumeration epochs.
- Reobtenga el set tras topology changes.
- Diferencie invalid set de invalid individual descriptor.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.