java.lang.NullPointerException: Unexpected error
at com.unitedworldminers.BaseIO.storage.PlayerIO.get(PlayerIO.java:87)
at com.unitedworldminers.BaseIO.storage.PlayerIO.get(PlayerIO.java:74)
at com.unitedworldminers.CoreIO.events.EventBus.onEntityAttack(EventBus.java:190)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_857_EventBus_onEntityAttack_AttackEntityEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1185)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(PlayerControllerMP.java:406)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1393)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1948)
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 com.unitedworldminers.BaseIO.storage.PlayerIO.get(PlayerIO.java:87)
at com.unitedworldminers.BaseIO.storage.PlayerIO.get(PlayerIO.java:74)
at com.unitedworldminers.CoreIO.events.EventBus.onEntityAttack(EventBus.java:190)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_857_EventBus_onEntityAttack_AttackEntityEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.player.EntityPlayer.func_71059_n(EntityPlayer.java:1185)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78764_a(PlayerControllerMP.java:406)
at net.minecraft.client.Minecraft.func_147116_af(Minecraft.java:1393)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1948)
Hey guys I'm quiet clueless right now.
I'm hosting a private Testpack and playing on my Server with my friends checking out how well it works.
Every time we attack eachother the Client is crashing and I can't find the cause of it.
Using Forge 10.13.4.1588 Version, the Server is running fine but like I said the Client is crashing all the time we attack an other Player.
Still quiet a newbie on this part cuz I'm not used to Administrate a Modded Server.
Crash report:
Tried already some stuff out like replacing Mods, deleting Mods, downgrading/updating etc.
Would be nice to get some help here, guess I have missed out something what I can't seem to find.
Thanks in advance