| Anterior | Siguiente |
| STATUS_GRAPHICS_PRESENT_OCCLUDED | STATUS_GRAPHICS_CANNOTCOLORCONVERT |
STATUS_GRAPHICS_PRESENT_DENIED
Qué significa STATUS_GRAPHICS_PRESENT_DENIED
STATUS_GRAPHICS_PRESENT_DENIED aparece cuando el process no puede presentar sobre el desktop requerido en ese momento. Services, disconnected sessions, secure desktop y distintos desktop objects tienen límites de acceso/presentación diferentes.
La investigación debe empezar por session + desktop + token context. Recompilar shaders o recrear textures no corrige un present rechazado antes por el boundary de desktop.
Qué comprobar
- Capture process session y desktop/window station.
- Revise interactive/secure/disconnected session state.
- Compruebe token/integrity y ownership del desktop.
- No diagnostique GPU reset salvo que haya evidencia separada.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.