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.
Here are some reasons you wouldn't have that permission:
You can try WinDbg Preview instead:
i wasnt exactly certain what you wanted, so i just pasted the whole thing into a txt file.
if you meant that i need to start up the game from steam as windbg is running that didnt work since javelin doesnt like windbg.
but doing launch executable from windbg did give out this log or something, that i pasted into the txt file.
bonjour j'ai le meme probleme que vous, esce que les technitiens mettent longtemps a repondre ?
je peu vous dire de souce sure que le probleme viens du compte car j'ai le meme probleme que vous et sur mon compte secondaire (meme pc ) le jeu fonctionne parfaitemment ....
You should see a green arrow that says Go on WinDbg. Hit that and let FC 26 run until it crashes. Then, WinDbg should stop again with an access violation message. I just need you to copy out everything after that.
i hope i got it right, i did copy everything i saw after pressing go, but Javelin still stopped the game from launching because windbg was on.
by the way, is there a way i could start up the game in offline mode or something so that Ea javeling anticheat doesnt start up, i could see if the issue is javelin or something like that.
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.