When I connect 5 cells and press the button to become multicellular, I get these errors and all my connected cells detach. The cell editing window doesn’t open, but after my cells detach from me, new ones start growing. I can’t evolve after this. When I kill my cell, the game softlocks.I tried creating a new save and even reinstalled the game. Game is very cool btw.
Thanks for the report. This seems pretty weird; I can’t really tell from the log what went wrong.
I was on vacation so I wasn’t handling bug reports then so I have not downloaded your save and it seems the link has expired. So could you please reupload your save for me to take a look at it?
This could be a random engine error as the line that caused the error looks like this:
editor.CurrentGame = CurrentGame ?? throw new InvalidOperationException("Stage has no current game");
And the only thing I can think of causing that to be null is failing to load the editor scene, which is a known random engine error that hits after playing a few hours of the game, but you were just extra unlucky to hit it at this exact point in the game.