Steam crashes every 2-3 minutes due to CGamepadAPITask assertion failure on AMD RX 6650 XT
Summary
Steam consistently crashes approximately 2-3 minutes after launch with Assertion Failed: Illegal termination of worker thread 'CGamepadAPITask::Run' in threadtools.cpp line 3745. This occurs regardless of whether any gamepad/controller is connected. Additionally, Steam's CEF GPU process crashes and falls back to software rendering (--use-gl=disabled) within the same timeframe, causing the UI to freeze before the final crash.
The GPU process starts normally, then crashes within ~2 minutes. CEF automatically restarts it with --use-gl=disabled (software rendering fallback). After this fallback, the UI becomes extremely slow and eventually leads to the main crash.
Fixed SynchronizingControllerConfig hang but not the crash
Key observations
CGamepadAPITask crashes even with NO controllers connected — Bluetooth removed, no USB controllers, Steam Input disabled
CEF GPU crash and CGamepadAPITask crash appear to be correlated — both happen within the same 2-3 minute window every session
Games launched via steam -applaunch <appid> work fine — the crash only affects the Steam UI, running games are unaffected
The issue is specific to AMD RX 6650 XT (device_id 29679) — CEF consistently blacklists this GPU and falls back to software rendering
Crash dumps
Multiple crash dumps are available in C:\Program Files (x86)\Steam\dumps\:
crash_steam.exe_20260329004159_1.dmp
crash_steam.exe_20260329001905_1.dmp
crash_steam.exe_20260329001255_1.dmp
crash_steam.exe_20260329000358_1.dmp
crash_steamwebhelper.exe_20260329000523_1.dmp
assert_steam.exe_20260329003913_1.dmp
assert_steam.exe_20260329003640_1.dmp
assert_steam.exe_20260329001622_1.dmp
assert_steam.exe_20260329001011_1.dmp
Expected behavior
Steam should not crash due to CGamepadAPITask when no gamepad is connected. The CEF GPU process should not repeatedly crash and fall back to software rendering on AMD RX 6650 XT with the latest drivers.
Hello @SoSlabHank, issues with the Steam for Windows client is out of scope for this issue tracker. Please use Steam Support for your feedback to reach the larger Steam support team.
Steam crashes every 2-3 minutes due to CGamepadAPITask assertion failure on AMD RX 6650 XT
Summary
Steam consistently crashes approximately 2-3 minutes after launch with
Assertion Failed: Illegal termination of worker thread 'CGamepadAPITask::Run'inthreadtools.cppline 3745. This occurs regardless of whether any gamepad/controller is connected. Additionally, Steam's CEF GPU process crashes and falls back to software rendering (--use-gl=disabled) within the same timeframe, causing the UI to freeze before the final crash.System Information
Steps to Reproduce
Crash Logs
webhelper.txt — CEF GPU process crash and fallback
The GPU process starts normally, then crashes within ~2 minutes. CEF automatically restarts it with
--use-gl=disabled(software rendering fallback). After this fallback, the UI becomes extremely slow and eventually leads to the main crash.webhelper.txt — Final crash
webhelper.txt — Invalid browser dimensions (occurs every session)
gameoverlay_ui.txt — Overlay pipe stall (when Overlay is enabled)
Timeline of a typical session
What I've tried (none of these resolved the crash)
-cef-disable-gpu-compositing-cef-disable-d3d11-cef-in-process-gpu-cef-disable-gpu-no-browserKey observations
steam -applaunch <appid>work fine — the crash only affects the Steam UI, running games are unaffectedCrash dumps
Multiple crash dumps are available in
C:\Program Files (x86)\Steam\dumps\:crash_steam.exe_20260329004159_1.dmpcrash_steam.exe_20260329001905_1.dmpcrash_steam.exe_20260329001255_1.dmpcrash_steam.exe_20260329000358_1.dmpcrash_steamwebhelper.exe_20260329000523_1.dmpassert_steam.exe_20260329003913_1.dmpassert_steam.exe_20260329003640_1.dmpassert_steam.exe_20260329001622_1.dmpassert_steam.exe_20260329001011_1.dmpExpected behavior
Steam should not crash due to CGamepadAPITask when no gamepad is connected. The CEF GPU process should not repeatedly crash and fall back to software rendering on AMD RX 6650 XT with the latest drivers.
steam_crash_dumps.zip