Botania

Botania

133M Downloads

SMP Bug with Ring of Chordata

rjenkins8142 opened this issue ยท 1 comments

commented

Happening in Beta-37, haven't had a chance to upgrade to latest beta, but changelogs in 38/39 don't mention a fix for this.

In single player, the Ring of Chordata works just fine. In SMP, however, the player gets kicked with:

[07:12:11] [Server thread/WARN]: Failed to handle packet for /XXX.XXX.XXX.XXX:XXXXX
net.minecraft.util.ReportedException: Ticking player
        at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:355) ~[mm.class:?]
        at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:300) ~[mx.class:?]
        at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) ~[ir.class:?]
        at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20) ~[it.class:?]
        at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) ~[ef.class:?]
        at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [ms.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326) [lj.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]
Caused by: java.lang.NoSuchMethodError: net.minecraft.potion.PotionEffect.func_100012_b(Z)V
        at vazkii.botania.common.item.equipment.bauble.ItemWaterRing.onWornTick(ItemWaterRing.java:53) ~[ItemWaterRing.class:?]
        at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:23) ~[EventHandlerEntity.class:?]
        at cpw.mods.fml.common.eventhandler.ASMEventHandler_90_EventHandlerEntity_playerTick_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
        at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
        at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
        at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:271) ~[ForgeHooks.class:?]
        at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1557) ~[rh.class:?]
        at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:289) ~[xl.class:?]
        at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:301) ~[mm.class:?]
        ... 10 more
[07:12:12] [Server thread/INFO]: Cyphear lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
commented

Ah, dammit. Ok, I'll have a look.