Forum rules: Do not post bugs or feature requests here! Report bugs to our Issue Tracker and suggestions to Suggest a Feature.

This site is not for solicitation of services or 'purchasing' development. Please do not post requesting side mods/plugins and so on. Your thread will be removed, and you will receive a warning.
By yudothistom3
#130418 Alot of users including myself are having this error that logs us off from minecraft
infernal.Exception: io.netty.handler.timeoutReadTimeoutException

Users have then reported that pokemon have changed size/nature after the error.
Here is what is says in the console

If you know what went wrong or how to solve this you can pm me.
ty

Console


[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:63)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_21_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:639)
[12:11:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)
[12:11:36] [Server thread/INFO]: Caught error in battle. Continuing...
[12:11:36] [Server thread/WARN]: java.lang.NullPointerException
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.doDamageCalc(Attack.java:471)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:299)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:178)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:336)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:275)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:156)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:63)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_21_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:929)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:639)
[12:11:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)
[12:11:36] [Server thread/INFO]: Caught error in battle. Continuing...
[12:11:36] [Server thread/WARN]: java.lang.NullPointerException
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.doDamageCalc(Attack.java:471)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:299)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:178)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:336)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:275)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:156)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:63)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_21_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:639)
[12:11:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)
[12:11:36] [Server thread/INFO]: Caught error in battle. Continuing...
[12:11:36] [Server thread/WARN]: java.lang.NullPointerException
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.doDamageCalc(Attack.java:471)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:299)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:178)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:336)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:275)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:156)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:63)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_21_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:929)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:639)
[12:11:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)
[12:11:36] [Server thread/INFO]: Caught error in battle. Continuing...
[12:11:36] [Server thread/WARN]: java.lang.NullPointerException
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.doDamageCalc(Attack.java:471)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:299)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:178)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:336)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:275)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:156)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:63)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_21_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:639)
[12:11:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)
[12:11:36] [Server thread/INFO]: Caught error in battle. Continuing...
[12:11:36] [Server thread/WARN]: java.lang.NullPointerException
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.doDamageCalc(Attack.java:471)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:299)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:178)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:336)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:275)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:156)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:63)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_21_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:929)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:639)
[12:11:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)
[12:11:36] [Server thread/INFO]: Caught error in battle. Continuing...
[12:11:36] [Server thread/WARN]: java.lang.NullPointerException
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.doDamageCalc(Attack.java:471)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:299)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:178)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:336)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.takeTurn(BattleControllerBase.java:275)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:156)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:63)
[12:11:36] [Server thread/WARN]: at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:12)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_21_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
[12:11:36] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:884)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:776)
[12:11:36] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:639)
[12:11:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)









User avatar
By Some Body
#130420 at com.pixelmonmod.pixelmon.battles.attacks.Attack.doDamageCalc(Attack.java:471)

Take off your Pokémon's held items for now.
By yudothistom3
#130421 ok i will do this now, i also just got this error now.

[12:56:12] [Server thread/INFO]: Caught error in battle. Continuing...
[12:56:12] [Server thread/WARN]: java.lang.NullPointerException
[12:56:12] [Server thread/INFO]: Caught error in battle. Continuing...
[12:56:12] [Server thread/WARN]: java.lang.NullPointerException
[12:56:12] [Server thread/INFO]: Caught error in battle. Continuing...
[12:56:12] [Server thread/WARN]: java.lang.NullPointerException
[12:56:12] [Server thread/INFO]: Caught error in battle. Continuing...
[12:56:12] [Server thread/WARN]: java.lang.NullPointerException
[12:56:12] [Server thread/INFO]: Caught error in battle. Continuing...
User avatar
By bobbanana09
#130426 Just take it off like the same way you put them on.
JOIN THE TEAM