Forum Discussion
I had the same problem almost every time I played. For about 3 days now I haven’t had this issue anymore (hopefully thanks to this fix). I also play on the highest settings (RX 9060 XT).
What I did was add two entries to the Windows registry. Maybe this will help someone else:
Open Registry Editor and go to:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
In this location, add two new DWORD (32-bit) values:
1.Name: TdrDdiDelay
Value (Hexadecimal): 3c
2.Name: TdrDelay
Value (Hexadecimal): 3c
What this does by chatgpt:
These settings increase the timeout Windows allows the graphics driver to respond before it is considered unresponsive and reset (TDR – Timeout Detection and Recovery). Some games or heavy GPU loads can cause brief driver delays, which normally trigger a crash. Increasing these values gives the GPU more time to recover and can prevent random crashes.
This won't really resolve the issue, you will still have timeouts and the DXGI card removed error will still happen, it just extends the time the system takes to detect the issue.
I tried these settings when I was having the issue, I am back to defaults now.