Page 1 of 1

[0.16.51] Crash in specific save: "Character::die"

Posted: Thu Sep 27, 2018 10:29 am
by 4twenty
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.

Re: [0.16.51] Crash in specific save: "Character::die"

Posted: Thu Sep 27, 2018 10:46 am
by Loewchen
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"

Posted: Thu Sep 27, 2018 4:41 pm
by Bilka
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:

Code: Select all

/c for _, entity in pairs(game.player.surface.find_entities_filtered{type="player-port"}) do entity.destroy() end