EvelynSubarrow / Stormrunner

A set of modifications to run Lego Mindstorms' Stormrunner as a standalone application
29 stars 2 forks source link

Losegame/wingame white screen #3

Closed EvelynSubarrow closed 3 years ago

EvelynSubarrow commented 3 years ago

Losing (and presumably winning) the game causes a whitescreen. Initial hunch is that this is just caused by the game trying to pass focus back to a full screen flash animation, which wouldn't be picked up as if it were a datalog because it's done in the main frame.

Ideally the game should return to the main menu. You already know if you won (launched successfully) or lost (RCX flatlined and can't put any others out) so not much point in trying to do some fancy UI thing (yet)