Can somebody help me with this error message?
Thx, LAULE.
Code:
[WARNING] Failed to handle packet for 3D [/127.0.0.1:50190]: net.minecraft.util.ReportedException: Ticking player
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:362)
at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:308)
at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:80)
at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.NullPointerException
at mods.tinker.tconstruct.library.tools.ToolCore.discharge(ToolCore.java:820)
at ic2.core.item.GatewayElectricItemManager.discharge(GatewayElectricItemManager.java:37)
at ic2.api.item.ElectricItem.discharge(ElectricItem.java:58)
at net.machinemuse.api.electricity.IC2ElectricAdapter.getCurrentEnergy(ElectricAdapter.scala:69)
at net.machinemuse.utils.ElectricItemUtils$$anonfun$getPlayerEnergy$1.apply(ElectricItemUtils.scala:27)
at net.machinemuse.utils.ElectricItemUtils$$anonfun$getPlayerEnergy$1.apply(ElectricItemUtils.scala:26)
at scala.collection.LinearSeqOptimized$class.foldLeft(LinearSeqOptimized.scala:110)
at scala.collection.immutable.List.foldLeft(List.scala:78)
at scala.collection.TraversableOnce$class.$div$colon(TraversableOnce.scala:138)
at scala.collection.AbstractTraversable.$div$colon(Traversable.scala:105)
at scala.collection.generic.TraversableForwarder$class.$div$colon(TraversableForwarder.scala:42)
at scala.collection.mutable.ListBuffer.$div$colon(ListBuffer.scala:45)
at net.machinemuse.utils.ElectricItemUtils$.getPlayerEnergy(ElectricItemUtils.scala:26)
at net.machinemuse.utils.ElectricItemUtils.getPlayerEnergy(ElectricItemUtils.scala)
at net.machinemuse.powersuits.powermodule.movement.SprintAssistModule.onPlayerTickActive(SprintAssistModule.java:52)
at net.machinemuse.powersuits.tick.PlayerTickHandler.handle(PlayerTickHandler.java:67)
at net.machinemuse.powersuits.tick.PlayerTickHandler.tickStart(PlayerTickHandler.java:41)
at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:383)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:279)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:326)
... 11 more
Thx, LAULE.