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.
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.
yo