Cyd Alt+Q'ed out of a mission and landed on the desktop. From a RUNNING
race that was never the intent - the single-binary loop returns to the
setup screen whenever the console says the mission completed - but the
console only learned that from PhaseRunning. A mission that died while
still PREPPING - Alt+Q during loading, or during the commit hold - left
the console in PhaseWaiting forever, MissionCompleted() answered False,
and WinMain fell out of the race loop to the desktop.
The hole is as old as the race loop, but it had no traffic until tonight:
the commit hold makes the prep window somewhere players actually stand,
and changing your mind there is exactly what Alt+Q is for.
The console now counts a prep death as a completed mission: back to the
menu, lobby intact - a host lands on the setup page still hosting, the
commit board comes down, and the remote console channels close, which
ends the members' prep too (their consoles vanishing already means the
mission cannot start; now it means it promptly).
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>