Fusion-Flux / Gravity-Api

A fabric mod and api that lets you change player gravity direction
Mozilla Public License 2.0
21 stars 19 forks source link

Crash game when loading world #45

Closed Goblin1101 closed 1 year ago

Goblin1101 commented 1 year ago

Gravity API couses game crashing. Minecraft version 1.19.2, gravity api version 0.7.19. World loads correctly when I dont use it.

crash-2022-10-09_16.25.05-client.txt

donington commented 1 year ago

I ran into this issue as well. Tested it against quilt-loader 1.7.4 and 1.7.5-beta3.

Errors in the crash report and logs indicate a problem with the mixin relating to client.BiomeEffectSoundPlayerMixin.

I was able to get the mod to load without errors by removing the line '"client.BiomeEffectSoundPlayerMixin",' in the gravity_api.mixins.json to disable the troublesome NullPointerException.

Don't have time to actually look deeper right now... but I hope that helps figure out where the problem is!

Fusion-Flux commented 1 year ago

seems to be the same as #44

Fusion-Flux commented 1 year ago

oh wait same mixin different bug

Fusion-Flux commented 1 year ago

fixed https://modrinth.com/mod/gravity-api/version/0.7.20%2Bquilt

donington commented 1 year ago

Just to follow up - your fix worked on my setup. 0.7.20 ftw, thanks!