Closed Castronova closed 8 years ago
related to #403
All engine functions need to return a dictionary with success: True
or success: False
back to the engineManager.
EngineAccessor functions should provide an event_success
and event_fail
callbacks
We are not gracefully handling engine errors, which are causing the gui to freeze. For example, when a model fails to initialize/load the entire gui freezes.