amatoorilaski
2 months agoSeasoned Rookie
FC26 doesnt launch
wont launch past splash screen, i've tried every fix i could find in the internet.
Eventviewer gives this error, The game fc26.exe exited unexpectedly, exit code: 0x186AA.
wont launch past splash screen, i've tried every fix i could find in the internet.
Eventviewer gives this error, The game fc26.exe exited unexpectedly, exit code: 0x186AA.
This would be the worst game developed by these EA devs, after every updtae they break some thing which was working, my game was working fine and now again i am having the same issue, where game just crashes after FC26 mini startup window, and in event logs EA anticheat is crashing.
Rather purchasing this **bleep** i should have gone for the pirated copy 💯
Ok. Just let me know if you change your mind about the DxDiag and we'll continue working on this.
We'll post any updates to AntiCheat when we have them.
doubt the dxdiag will show anything since i've put everything back on so i can use my computer normally.
oh how's the anticheat patch coming along? its been a month since i bought this game and still never gotten it to start, because of the anticheat.
Hey. Sorry for missing this previously. Can you get me a current DxDiag?
yo
does this mean something? i've been getting this every once in a while.
The game fc26.exe exited unexpectedly, exit code: 0xC0000005
--------------
Exception code: 0xC0000005
Exception address: 0x1414E48A0
Faulting module name: C:\Program Files (x86)\Steam\steamapps\common\FC 26\FC26.exe, base: 0x140000000
Fault offset: 0x14E48A0
Reverting back to my previous post.
To Update below solution from the community member amarosv on other thread has worked for me.
Pasting below so it might help others aswell
Steps to follow so you don't lose anything:
Here is the new link with my current data.
https://www.mediafire.com/file/1lfvygl4fiebhbd/EA+SPORTS+FC+26.zip/file
game never crashes because windbg is on and is flagged by javelin.
amatoorilaski, brother i finally fixed it, update to the latest windows version and it SHOULD work. i tried everything you did as well wiht no luck, but updating to the latest version of windows 11 has worked for me. i dont know if everyone in this thread having this same issue is using a older version of windows 11, but my guess is that the security system isn’t updated (they stopped updating my previous version months ago) so i’m sure javelin anti cheat and the older virus/security system was interfering in some way, the older anti virus i’d assume was detecting EAs anti cheat as some sort of malware and causing this error code
Ok. I'd like you to make a change to WinDbg. Please follow these steps:
Only stop when one of these happens:
The game closes
WinDbg says second chance exception
You see ExceptionCode: c000000
If it just keeps stopping, you can tell WinDbg to ignore first-chance access violations by running:
sxd av
g
Then it will only stop if the access violation is unhandled. Which is the one we need to see.
As soon as FC 26 closes when the crash happens, run these 3 commands:
!analyze -v
.ecxr
k
Then, copy all the output.