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

This subforum contains all the issues which we already resolved.
Post Reply
4twenty
Manual Inserter
Manual Inserter
Posts: 1
Joined: Thu Sep 27, 2018 10:15 am
Contact:

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

Post 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.
Attachments
_autosave1.zip
(27.97 MiB) Downloaded 154 times
factorio-current.log
(8.81 KiB) Downloaded 140 times

Loewchen
Global Moderator
Global Moderator
Posts: 8308
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

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

Post by Loewchen »

Can produce, has nothing to do with player actions, save will crash at tick 4116941.

Bilka
Factorio Staff
Factorio Staff
Posts: 3129
Joined: Sat Aug 13, 2016 9:20 am
Contact:

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

Post 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
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

Post Reply

Return to “Resolved Problems and Bugs”