Forum Discussion
This you?
Again, This is an OS/Driver/Hardware issue not an EA Software issue. I don't mind piling on EA when it is deserved (like messing up bots and XP in portal) but in this case it is not an EA issue.
What actually crashed
Faulting function
bf6!ffxFsr2ResourceIsNull
That’s AMD FidelityFX FSR 2.x integration code. Not a guess—this is the literal helper Frostbite uses to validate FSR2 GPU resources.
Crash type
INVALID_POINTER_READ
Attempt to read from address ffffffffffffffff
That’s a classic sentinel / invalid handle (-1) being dereferenced.
Instruction
mov rbx, qword ptr [rax+rbx*8]
rax = 05efff0900e900ee (garbage)
rbx = 0
So it’s trying to index into a resource table using a completely invalid base pointer. That’s not a driver timeout—that’s engine-side logic failing to gate a code path.
- SIDEWINDR6662 months agoRising Adventurer
So it's an FSR issue? I use DLSS, maybe that is why I didn't get this exact crash/dump.
Do you have an AMD or NVIDIA GPU?