Corrupted Playerdata on Servers
CammiePone opened this issue ยท 0 comments
Base information
- Minecraft version: 1.12.2
- Mod version: 2.3.15.312
- Minecraft Forge version: 14.23.5.2772
- Mod list: Baubles, Botania, BrandonsCore, CodeChickenLib, Draconic Evolution, RedstoneFlux, Voidaic Arcania
Edit: The error that popped up in console changed to this. I think Draconic Evolution dislikes it when other mods use the PlayerTickEvent? This doesn't happen with other mods with Voidaic Arcania...
Crash report
26.10 14:39:10 [Server] FML Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$PlayerTickEvent@7224bd0:
26.10 14:39:10 [Server] INFO java.lang.NoSuchMethodError: net.minecraft.util.FoodStats.func_75119_b(F)V
26.10 14:39:10 [Server] INFO at com.camellias.voidaicarcania.items.baubles.head.ItemFeastCowlActive.onWornTick(ItemFeastCowlActive.java:58) ~[ItemFeastCowlActive.class:?]
26.10 14:39:10 [Server] INFO at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:96) ~[EventHandlerEntity.class:?]
26.10 14:39:10 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_56_EventHandlerEntity_playerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?]
26.10 14:39:10 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
26.10 14:39:10 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
26.10 14:39:10 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:370) [FMLCommonHandler.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.entity.player.EntityPlayer.func_184808_cD(EntityPlayer.java:378) [aed.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) [aed.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382) [oq.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173) [pa.class:?]
26.10 14:39:10 [Server] INFO at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209) [NetworkDispatcher$1.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) [gw.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
26.10 14:39:10 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
26.10 14:39:10 [Server] FML Index: 1 Listeners:
26.10 14:39:10 [Server] FML 0: NORMAL
26.10 14:39:10 [Server] FML 1: ASM: baubles.common.event.EventHandlerEntity@7e382530 playerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
26.10 14:39:10 [Server] FML 2: ASM: com.brandon3055.draconicevolution.handlers.CustomArmorHandler@548d9262 onPlayerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
26.10 14:39:10 [Server] FML 3: ASM: Block{null} tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
26.10 14:39:10 [Server] minecraft/NetworkSystem Failed to handle packet for /72.187.175.245:52943
26.10 14:39:10 [Server] INFO net.minecraft.util.ReportedException: Ticking player
26.10 14:39:10 [Server] INFO at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:459) ~[oq.class:?]
26.10 14:39:10 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173) ~[pa.class:?]
26.10 14:39:10 [Server] INFO at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209) ~[NetworkDispatcher$1.class:?]
I know that's not a crash report, but that's because I don't have a crash report. You can't even just delete the offending item, you have to delete the entire playerdata.
My best guess for why this is happening is that there's an issue between how Voidaic Arcania's baubles mess with some attributes, and how Draconic Evolution messes with some attributes? I honestly don't know for certain :/