eventhorizon5 / skyscraper

The Skyscraper Project (Skyscrapersim) - an open source building, city, and elevator simulator
https://www.skyscrapersim.net
GNU General Public License v2.0
28 stars 7 forks source link

Reload Crash #35

Closed MultiMonorail closed 1 year ago

MultiMonorail commented 1 year ago

When I try to reload the simulator (by either through the Engine Manager or by pressing Ctrl + R), the simulator instantly crashes. I can't seem to get the error message since the simulator closes out before I could copy it. I'm on a Windows 10 PC by the way.

eventhorizon5 commented 1 year ago

It should be letting you see the stack backtrace at least.

Update - it happened to me, so I'll fix this issue.

eventhorizon5 commented 1 year ago

This issue has been fixed, by using a pause function during the wxYield() call.