Page 1 of 1

[wheybags] [0.16.36] Crash when rocket launch

Posted: Mon Apr 16, 2018 9:40 am
by WIZ4
I create forces team1,team2 and moved yourself to team1.
Then I build a rocket silo and before launching the rocket, i unified the team1 with the team2.

Code: Select all

/c game.merge_forces("team1","team2")
I launched a rocket and got crash. After I unified the team, I save game. But now when I load it, I get crash.
factorio-current.log
(7.92 KiB) Downloaded 162 times
_autosave1.zip
(2.75 MiB) Downloaded 124 times

Re: [wheybags] [0.16.36] Crash when rocket launch

Posted: Thu Apr 19, 2018 12:27 pm
by wheybags
The problem was that the rocket still thinks it's on the nonexistent force, as the code for setting force on a rocket was buggy.
I've fixed that now for 0.16.37, so the corruption won't happen again, but maps that are already corrupted will still fail to load.
I've manually fixed your save however, and attached it to this post.
Thanks for the report!

Re: [wheybags] [0.16.36] Crash when rocket launch

Posted: Thu Apr 19, 2018 3:13 pm
by WIZ4
Thank You!