Not Enough Crashes (Fabric)

Not Enough Crashes (Fabric)

4M Downloads

Game hangs when "mixin error" occurs

natanfudge opened this issue ยท 2 comments

commented

Run CustomTitleScreen with latest (1.15.1) Minecraft to reproduce.

commented

2 problems:

  1. Class.forName is being called on a mixin, which throws an exception. It needs to try/catch that.
  2. After an exception is thrown the window is left hanging instead of closing.
commented

fixed as of 1.1.5