gavinsmod / gavinsextensiblemod

A Minecraft mod with a lot of cool features.
MIT License
29 stars 1 forks source link

1.4.1+1.19.4 crashes on load #51

Closed raydeejay closed 1 year ago

raydeejay commented 1 year ago

Describe the bug The game crashes trying to use shouldDrawSide which for some reason doesn't exist.

To Reproduce

  1. Add the .jar to mods/
  2. Launch the game
  3. Game exits with -1

Expected behavior The game starts instead of crashing

Version Info (please complete the following information): Linux, mc-installer snap

Additional context Attached log latest.log

GT3CH1 commented 1 year ago

Interesting - thanks for filling out a report. I will look into this shortly. I have no idea why it would crash, as when I tested it it did not. Thanks again!

GT3CH1 commented 1 year ago

I have found the problem - I had thought that I can write Mixin's using Kotlin. That is currently not the case, as you have to use Java at the present moment. I will need to rewrite the mixins back into java (shouldn't take too long) and then update the release with a working version.

GT3CH1 commented 1 year ago

I have fixed the bug and will be closing this issue as PR #52 was merged in. Please download the fixed version on the release page.

If you run into any other bugs, or would like to have a feature added - please open up another issue. Thanks!