Game Crashes (Access Violation 0xc0000005 in bf6.exe / FSR2 Rendering Bug)
Battlefield 6 Steam version keeps crashing to desktop on PC (Windows 10 x64, latest NVIDIA drivers, version 1.0.388.5459). The game closes suddenly with no error message, and there’s nothing relevant in Event Viewer at the time of the crash.
I analyzed the minidump in WinDbg and found this:
ExceptionCode: 80000003 (Break instruction)
Module: bf6.exe
Function: isGlimpseEnabled + 0x77ea6c
Stack trace includes: ffxFsr2ResourceIsNull, isGlimpseEnabled
This shows a breakpoint triggered in the FSR2 rendering thread of the Frostbite engine. It looks like a bug in the frame reconstruction or upscaler path (DLSS/FSR2), possibly still active even when DLSS and FSR are disabled.
I’ve already tried:
Clean reinstalling NVIDIA drivers using DDU
Disabling DLSS, FSR, Ray Tracing, and all overlays (EA App, Steam, GeForce Experience, Discord, Xbox Game Bar)
Running both DX11 and DX12
Verifying game files and recreating PROFSAVE_profile
Clearing caches and shader data
The crash signature is always the same: bf6!isGlimpseEnabled → bf6!ffxFsr2ResourceIsNull → Breakpoint (0x80000003). Please forward this to the Frostbite or Battlefield 6 dev team for investigation. I can share the full WinDbg report or .mdmp files if needed.
Thank you.