The Wild Mod [Fabric]

The Wild Mod [Fabric]

658k Downloads

Error receiving packet 77

Skeithh opened this issue ยท 0 comments

commented

Walked into an area that had a frog from an older version of the mod in it (from the builds in actions), and immediately got booted from the server with this error. I cannot relog into that area without getting booted with the same error. Is happening as of build#1635

Error receiving packet 77 java.lang.ClassCastException: class net.minecraft.class_2540 cannot be cast to class net.frozenblock.wildmod.entity.WildPacketByteBuf (net.minecraft.class_2540 and net.frozenblock.wildmod.entity.WildPacketByteBuf are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @62043840) at net.frozenblock.wildmod.entity.WildTrackedDataHandler$1.method_12715(WildTrackedDataHandler.java:22) ~[TWM-0.7_DEV+MC_1.18.2-unstable.jar:?] at net.minecraft.class_2945.method_12782(class_2945.java:195) ~[server-intermediary.jar:?] at net.minecraft.class_2945.method_12787(class_2945.java:140) ~[server-intermediary.jar:?] at net.minecraft.class_2739.method_11052(class_2739.java:34) ~[server-intermediary.jar:?] at net.minecraft.class_2545.method_10838(class_2545.java:45) [server-intermediary.jar:?] at net.minecraft.class_2545.encode(class_2545.java:14) [server-intermediary.jar:?] at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107) [netty-all-4.1.68.Final.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:717) [netty-all-4.1.68.Final.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:709) [netty-all-4.1.68.Final.jar:?] at io.netty.channel.AbstractChannelHandlerContext$WriteTask.run(AbstractChannelHandlerContext.java:1069) [netty-all-4.1.68.Final.jar:?] at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) [netty-all-4.1.68.Final.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469) [netty-all-4.1.68.Final.jar:?] at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384) [netty-all-4.1.68.Final.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) [netty-all-4.1.68.Final.jar:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [netty-all-4.1.68.Final.jar:?] at java.lang.Thread.run(Thread.java:833) [?:?]

In addition, a simple question, what's the safest way of removing the mod from a server? because simply removing the mod's .jar certainly wasn't it.