Site icon EfmSoft

What does HRESULT 0xC0262105 (ERROR_GRAPHICS_TRY_AGAIN_NOW) mean?

 
Previous Next
ERROR_GRAPHICS_TRY_AGAIN_LATER ERROR_GRAPHICS_ALLOCATION_INVALID

ERROR_GRAPHICS_TRY_AGAIN_NOW

ERROR_GRAPHICS_TRY_AGAIN_NOW (0xC0262105) means the operation encountered a short-lived condition and is expected to be retried immediately. It should still be handled as a controlled retry, not ignored as success.

What to check

Useful command

Get-WinEvent -LogName System -MaxEvents 200 | Where-Object { $_.ProviderName -match 'Display|dxgkrnl' }

Microsoft: Display/Graphics overview

Microsoft: Graphics error codes

Microsoft: WDDM timeout detection and recovery


Looking for a different code? Search another status or error code.

Exit mobile version