The Problem is, if i try to extend my main at the point shown in the save file my game is always crashing. If i do nothing at all it runs smoothly.
If iam not mistaken iam not using any mods.
The cheat mode is active.
I hope you guys can help me.
Kind regards.
[0.16.51] Crash in specific save: "Character::die"
[0.16.51] Crash in specific save: "Character::die"
- Attachments
-
- _autosave1.zip
- (27.97 MiB) Downloaded 192 times
-
- factorio-current.log
- (8.81 KiB) Downloaded 187 times
Re: [0.16.51] Crash in specific save: "Character::die"
Can produce, has nothing to do with player actions, save will crash at tick 4116941.
Re: [0.16.51] Crash in specific save: "Character::die"
Thank you for the report, it's now fixed for 0.17.
If you don't want to wait for 0.17, you can work around the crash by running the following command directly after loading your save:
If you don't want to wait for 0.17, you can work around the crash by running the following command directly after loading your save:
Code: Select all
/c for _, entity in pairs(game.player.surface.find_entities_filtered{type="player-port"}) do entity.destroy() end
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.