Cannot compile anything since 3.2

After using 3.2 going back to 3.1 I get a very strange error message. Now I cannot build anything I have loaded into 3.2 and saved.

WE app, when run I get the error

App is shutting down: Request shutdown

This does not exist in any of my source. When I run debugger it gets to last line of app.open then just stops. Anyone else had issues downgrading from 3.2 or know what app is shutting down means?

That means there are no more sessions, so the app has been signaled to shut down. There are a number of items that need to be cleaned up for a successful shutdown which get called as a result of App.Quit.

That being said, off the top of my head, I can’t think of any reason this behavior would have changed between 3.1 and 3.2.