Hi. I had a WINSTART definition that was causing the starter window to hang. I narrowed it down to (I think) a title that was too long:
> TITLE "AaaaaAAaaaAAAaaAAAAaAAAAA!!! - A Reckless Disregard for Gravity";
Truncating the title fixed it:
> TITLE "AaaaaAAaaaAAAaaAAAAaAAAAA!!!";
The expected behavior was a visible error message of some sort (an alert, for example), but it didn't display anything, making it difficult to debug.
Using A7.73.1. Thanks.