Beyond Earth

Beyond Earth

3M Downloads

NPE from Event.SpaceSounds

jeremiahwinsley opened this issue ยท 2 comments

commented

Crash report:
https://gist.github.com/jeremiahwinsley/bd6e09709fe2876c6cfc33b1cd8eb992

This is likely triggered by some other mod attempting to play a sound, but crashes because event.getSound() is used here without checking for null first.

if (Minecraft.getInstance().player != null && Minecraft.getInstance().player.level != null && Methods.checkSound(event.getSound().getSource()) && Methods.isSpaceWorldWithoutOxygen(Minecraft.getInstance().player.level)) {

commented

Been fixed a week ago, dev will not release fix until they are finished with their latest version. Makes no sense why no hot fix was released.

commented

thx for reporting this bug! 6b54279