Attempting to launch the game will result in a page fault and crash the entire computer. I am able to enjoy part of the game by launching the game into offline mode without the anti-cheat, but this is ridiculous. I can play other EA Javelin games like Battlefield 6 just fine. I have already tried every "fix" under the sun, from whitelisting the folder in WinDef, running everything as administrator, compatability modes, disabling the NVidia Overlay, etc. Attached to this post is my DxDiag, and below is the output of the crash dump run through WinDbg.
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by try-except. Typically the address is just plain bad or it is pointing at freed memory.
Arguments:
Arg1: ffffdc8b15c16000, memory referenced.
Arg2: 0000000000000000,
X64:
bit 0 set if the fault was due to a not-present PTE.
bit 1 is set if the fault was due to a write, clear if a read.
bit 3 is set if the processor decided the fault was due to a corrupted PTE.
bit 4 is set if the fault was due to attempted execute of a no-execute PTE.
- ARM64: bit 1 is set if the fault was due to a write, clear if a read. bit 3 is set if the fault was due to attempted execute of a no-execute PTE.
Arg3: fffff8096c09dafd, If non-zero, the instruction address which referenced the bad memory address.
Arg4: 0000000000000000, (reserved)