| Previous | Next |
| ERROR_GRAPHICS_INVALID_DRIVER_MODEL | ERROR_GRAPHICS_PRESENT_OCCLUDED |
ERROR_GRAPHICS_PRESENT_MODE_CHANGED
ERROR_GRAPHICS_PRESENT_MODE_CHANGED (0xC0262005) means a present call overlapped with a desktop-mode change. Resolution, refresh rate, monitor connection, rotation, or session state may have changed before the operation completed.
What to check
- Re-query the active display configuration and recreate or resize presentation resources if required by the graphics API.
- Do not continue using assumptions about output size, orientation, or color mode from before the change.
- For end users, check whether the problem coincides with docking, monitor hot-plug, sleep/resume, or display setting changes.
Useful command
dxdiag /t "%USERPROFILE%\Desktop\dxdiag.txt"
Microsoft: Direct3D presentation status values
Looking for a different code? Search another status or error code.