Mariculture

Mariculture

2M Downloads

NPE with Blood Magic Plugin in build 107

mattts1 opened this issue ยท 9 comments

commented

java.lang.NullPointerException
at WayofTime.alchemicalWizardry.common.items.BoundArmour.saveInternalInventory(BoundArmour.java:451)
at mariculture.plugins.PluginBloodMagic.init(PluginBloodMagic.java:90)
at mariculture.plugins.Plugins$Plugin.load(Plugins.java:33)
at mariculture.plugins.Plugins.init(Plugins.java:101)
at mariculture.Mariculture.init(Mariculture.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

commented

What version of Blood Magic are you on.

commented

The latest v1.1. Should I try the beta?

commented

Hmm I have 1.0.1g in my dev environment and it's loading fine, I'll update to 1.1, and see what's going on.

commented

Well, 1.1 has been out awhile this just cropped up when I loaded up build 107 of yours.

commented

Well I just tested with 1.1.0 and it's loading up perfectly fine. I have no clue what is going on then. Have you got the full log?

commented

It wasn't causing a crash. I just saw that in the log and thought I would let you know. But unfortunately I didn't save the full log and now its overwritten. MC has been restarted a few times since then and I haven't got that error again. So I don't know, probably nothing worry about.

commented

Ahh could have told me that. I see something in the log now. And it's something way is doing stupid from the looks of it. Not me. I can 'fix' it from my end too though.

commented

Ah cool, whatever works best for you!

commented