Game hangs when "mixin error" occurs
natanfudge opened this issue ยท 2 comments
2 problems:
Class.forName
is being called on a mixin, which throws an exception. It needs to try/catch that.- After an exception is thrown the window is left hanging instead of closing.