Site icon EfmSoft

What does HRESULT 0xC0262102 (ERROR_GRAPHICS_ALLOCATION_BUSY) mean?

 
Previous Next
ERROR_GRAPHICS_CANT_LOCK_MEMORY ERROR_GRAPHICS_TOO_MANY_REFERENCES

ERROR_GRAPHICS_ALLOCATION_BUSY

ERROR_GRAPHICS_ALLOCATION_BUSY (0xC0262102) means the allocation is still busy, usually because the GPU or another graphics operation is using it. This is a synchronization condition rather than an indication that the resource is corrupt.

What to check

Useful command

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

Microsoft: Display/Graphics overview

Microsoft: WDDM timeout detection and recovery

Microsoft: Graphics error codes


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

Exit mobile version