Folks with launch problem , come here!
If you are suffer from launch problem, launch the game then it crash back to EA App, just like me, then you need to see this
I found the location of the crash dump—C:/User/Appdata/EAFC25/crashdump. Then I opened these MDMP files using the WinDbg software, copied the crash log, and asked DeepSeek to help me analyze it. Here's what DeepSeek told me:
The crash occurred at rip=0000000000000000, meaning the instruction pointer (rip) pointed to the address 0x0, which is a classic null pointer dereference issue. The program attempted to access the address 0x0, an invalid memory address, triggering an Access Violation.
Based on the crash address and the call stack, here are some possible causes:
Anti-cheat System Issue:
The Denuvo anti-cheat system might have tried to access an invalid memory address, causing the crash.
The anti-cheat system could be conflicting with certain third-party software (e.g., antivirus software, screen recording software).
Game Logic Bug:
The game logic (e.g., the SoftMaxNormalize function) might not have handled memory allocation or deallocation correctly under certain conditions.
Multithreading Issue:
If the anti-cheat system or game logic involves multithreading, there could be race conditions or synchronization problems.
Memory Corruption:
Other parts of the program might have corrupted the memory, causing the anti-cheat system or game logic to access an invalid address
I don't understand this stuff, I will upload my crash log as TXT, and the EA guys should check it out