Sollace / MAtmos

Minecraft Atmospheric sounds simulator
https://github.com/dags-/MAtmos/wiki
39 stars 7 forks source link

MAtmos is crashing: java.lang.NullPointerException: null #1

Closed Brottweiler closed 8 years ago

Brottweiler commented 8 years ago

I reported this yesterday, and was told to update MAtmos. I found a r30c patch (I was using r30b I believe), and just now I got this:

[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> MAtmos is crashing: java.lang.NullPointerException: null
[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> eu.ha3.matmos.game.data.modules.M__ply_general.doProcess(M__ply_general.java:49)
[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> eu.ha3.matmos.game.data.abstractions.module.ProcessorModel.process(ProcessorModel.java:48)
[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> eu.ha3.matmos.game.data.ModularDataGatherer.process(ModularDataGatherer.java:158)
[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> eu.ha3.matmos.game.system.Simulacrum.onTick(Simulacrum.java:76)
[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> eu.ha3.matmos.game.system.MAtMod.onTick(MAtMod.java:241)
[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> eu.ha3.mc.haddon.litemod.LiteBase.onTick(LiteBase.java:75)
[21:06:05] [Client thread/INFO]: [CHAT] <MAtmos> Please report this issue :(

I also found this in my log

[20:40:50] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:matmos_interactions.bow_draw
Sollace commented 8 years ago

Yup, that's a bug. Thanks for reporting.

I'll get a patch out as soon as I can.