CannibalVox / DimDoors

Other
44 stars 28 forks source link

Bug - When using /vanish command from forge essentails while DIMDOORS is active. #44

Open P3rf3ctXZer0 opened 8 years ago

P3rf3ctXZer0 commented 8 years ago

---- Minecraft Crash Report ---- // You should try our sister game, Minceraft!

Time: 9/24/15 6:49 PM Description: Unexpected error

java.lang.NullPointerException: Unexpected error at StevenDimDoors.mod_pocketDim.EventHookContainer.isValidSourceForLimbo(EventHookContainer.java:201) at StevenDimDoors.mod_pocketDim.EventHookContainer.onDeathWithHighPriority(EventHookContainer.java:144) at cpw.mods.fml.common.eventhandler.ASMEventHandler_125_EventHookContainer_onDeathWithHighPriority_LivingDeathEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303) at net.minecraft.entity.player.EntityPlayer.func_70645_a(EntityPlayer.java:630) at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218) at net.minecraft.entity.player.EntityPlayer.func_70103_a(EntityPlayer.java:446) at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849) at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38) at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at StevenDimDoors.mod_pocketDim.EventHookContainer.isValidSourceForLimbo(EventHookContainer.java:201) at StevenDimDoors.mod_pocketDim.EventHookContainer.onDeathWithHighPriority(EventHookContainer.java:144) at cpw.mods.fml.common.eventhandler.ASMEventHandler_125_EventHookContainer_onDeathWithHighPriority_LivingDeathEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303) at net.minecraft.entity.player.EntityPlayer.func_70645_a(EntityPlayer.java:630) at net.minecraft.entity.EntityLivingBase.func_70103_a(EntityLivingBase.java:1218) at net.minecraft.entity.player.EntityPlayer.func_70103_a(EntityPlayer.java:446) at net.minecraft.client.network.NetHandlerPlayClient.func_147236_a(NetHandlerPlayClient.java:849) at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:38) at net.minecraft.network.play.server.S19PacketEntityStatus.func_148833_a(SourceFile:11) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)