Instead of flipping, the game immediately crashed.
I'm able to repro the crash whether the blueprint is in the blueprint library or I'm pasting from the clipboard. The crash also happens consistently every time.
The culprit seems to be the Top Up Valve from the Valves mod. I can repro the crash from just copying the valve to clipboard and trying to flip it horizontally.
Re: [2.0.32] Crash when flipping blueprint
Posted: Fri Jan 24, 2025 10:27 pm
by Loewchen
Post a log of a session with the crash please, see 3638.
Then create one, and flip it. Might also be that you need to assert the direction is flipped, because sometimes the direction is wrong instead of broken. And the issue is during prototype loading when it determines all the flip directions before hand it doesn't take linked connections into account. As comparison, crafters do take linked connections into account but it has some extra code around the flipping logic.