Page 1 of 1

Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 7:06 pm
by Wedley
As the title says, every time I attempt to boot up the game, it loads the mods, and then it "builds prototypes" and then promptly crashes at 15%, every time.
The game freezes, and gives me a popup directing me to the log file directory /AppData/Roaming/Factorio .
factorio-dump-current.dmp
Here is the current dump
(649.74 KiB) Downloaded 77 times
factorio-current.log
and another log file if this helps
(38.33 KiB) Downloaded 88 times

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 7:21 pm
by daniiren
+1 from me, but I'm on linux rather than Windows. We appear to be running a similar mod stack (there is at least some overlap), so it might be related there somehow. I tried validating the install via Steam but to no avail. It gets through the mod-loading stage and freezes on the "building prototypes" stage. If it helps, htop lists addr2line as the main program chewing cpu at the moment of crash.

I attach my logfile.

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 7:25 pm
by qeteq
I have the same error and was able to reproduce with just 2 mods: boblibrary + bobmining

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 7:26 pm
by pAckmAn4000
Same for me.

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 7:37 pm
by jospanner
Same issue:
factorio-dump-previous.dmp
(584.08 KiB) Downloaded 85 times
factorio-current.log
(229.57 KiB) Downloaded 102 times
No start :(

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 7:43 pm
by spammurabi
I ran into the same problem. Can't get the game to boot up.

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 8:17 pm
by Bear67
Same problem: Loads just fine 0.17.60, but crashes in 0.17.61 at Build Prototypes.
factorio-current.log
(20.54 KiB) Downloaded 124 times
factorio-dump-previous.dmp
(610.53 KiB) Downloaded 127 times

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 9:25 pm
by Night_Ange1
I had this too but can't find the post that this is a duplicate of, there are 2 of these under duplicates and the search doesn't come up with a 3rd. I'm posting this in both hopefully to find the correct one.

Re: Game crashes on startup (while loading at 15%) [0.17.61]

Posted: Fri Aug 02, 2019 9:38 pm
by Adamo
Same here. Linux version. I've confirmed that the attached mod causes the crash on its own. And it appears to be because of the boiler. The game seems to load fine, however, if it first fails with an error on a mod, and then I tell it to reload all mods. OK, this is strange:

adamo-carbon and adamo-cinefaction both make the same boiler. adamo-cinefaction has an if statement to check if adamo-carbon has made it, and if not, adamo-cinefaction makes it. adamo-cinefaction will load if I tell it to not load the boiler. adamo-carbon will load even when it does load the boiler. the game will crash when I have adamo-cinefaction set to make the boiler, or when adamo-cinefaction is present while adamo-carbon loads (presumably also because it loads the boiler), but not when adamo-carbon is loaded on its own, still making the same boiler.

Yes, in fact, I've confirmed that even if I disable also data:extend functionality in adamo-cinefaction mod, the combination of loading adamo-carbon and adamo-cinefaction at the same time still causes the crash. Either will load on their own when adamo-cinefaction is loading no data. So I'm pretty clueless as to what adamo-cinefaction could be doing to hold up the prototype building.