Forum Discussion
Jabroni31169
2 months agoNew Adventurer
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.
SIDEWINDR666
2 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?