Server Error

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

LAULE

New Member
Jul 29, 2019
3
0
0
Can somebody help me with this error message?

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.
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
Not sure what is causing the error, but it says ticking player. Try backing up your player.dat and delete it from the save so it creates a new one. Unfortunately if this works you will possibly loose all your research and will loose all your items along with some other stuff saved in your player.dat If you want you might be able to use an NBTEditor to remove the possibly effected item(s).