Page 1 of 1

Menu sim sometimes freezes the game

Posted: Wed Nov 25, 2020 10:08 pm
by PFQNiet
I'm trying to debug this but I'm a little stuck.

I'm making some custom menu sims, which is fine. But sometimes when I copy a save from my saves folder to the mod folder and add it to the list, the sim will run for a few ticks (about 15 or so) and then the game completely freezes. No error message, no logs, nothing. Even the "geForce experience" overlay is frozen. Game doesn't respond to anything, and I have to kill it via task manager.

After some debugging, I tried just loading the original save file, then immediately re-saving it and copying the new save over. And now it works. No freeze, it just runs perfectly.

Any idea what might be causing this, or how to go about debugging it further?

Re: Menu sim sometimes freezes the game

Posted: Thu Nov 26, 2020 1:48 am
by Squelch
Just a thought, but does your character inventory have any blueprints present in the save? There was a hint that <17.0 BPs are to deprecated.

See viewtopic.php?p=517501#p517501

This is speculation of course, but it seems plausible that the sim might not be migrating BPs and expects new ones.

Re: Menu sim sometimes freezes the game

Posted: Thu Nov 26, 2020 1:52 am
by PFQNiet
The save files are kept minimal, made in Map Editor so character inventory is empty, and freshly made in 1.1.1

I like your guess though, nice find!