Forum Discussion
BrentyWenty5
1 day agoRising Newcomer
I'm having the same issue. I was able to determine the exact offset where a bad read is causing the BSOD: 0x80BA2C.
A single instruction in EA's anti-cheat does a read through a pointer, and that pointer holds a different invalid value every crash. The code is constant; the data it loads is garbage. That is the classic signature of a software defect — an uninitialized, stale, or use-after-free pointer — not a hardware defect.