Random crash‑to‑desktop issues in Battlefield VI since around March 2026
Hello,
I am experiencing random crash‑to‑desktop issues in Battlefield VI since around March 2026. The game worked correctly before that date. The crashes:
-> happen only in Battlefield VI
-> occur mid‑match, never during loading
-> produce no error message
-> do not generate any Windows Event Log entries
-> happen on a fully stable system (14700K, RTX 5070 Ti, 64 GB DDR5, no overlays, no overclocking except XMP)
I captured a WinDbg analysis of the game’s minidump, and the results indicate a memory corruption bug inside the game’s rendering/upscaling pipeline, not a driver or system issue.
Key technical findings from the crash dump
Exception: 0xC0000005 – Access Violation (Write)
Faulting instruction inside bf6.exe, not a driver:
bf6!isGlimpseEnabled+0x2fc69c:
lock xadd dword ptr [rcx+8], eax
The pointer being written to is completely invalid:
Attempt to write to address 0000000800000008
RCX = 0000000800000000
The call stack is entirely inside Frostbite, specifically inside:
isGlimpseEnabled
ffxFsr2ResourceIsNull
other rendering/upscaling functions
This strongly suggests a race condition or use‑after‑free in the FSR2 / frame generation / upscaling subsystem.
The crash occurs in a render worker thread, not the main thread, which explains the silent CTD with no logs.
What I have already tried
-> Clean GPU driver reinstall
-> Rolling back drivers
-> Disabling all overlays (Discord, Steam, EA, RTSS, etc.)
-> Switching between DLSS / DLAA / TAA / FSR2 / XeSS
-> Disabling Frame Generation
-> Disabling Reflex
-> Clearing shader cache
-> Verifying game files
-> Reinstalling the game
None of these steps resolved the issue.