CRITICAL: Causes Server Crash
don4of4 opened this issue ยท 1 comments
Version: v1.8.6
Trace: http://pastie.org/3019736
2011-12-15 02:17:03 [SEVERE] Unexpected exception
java.lang.ClassCastException: net.minecraft.server.Packet50PreChunk cannot be cast to net.minecraft.server.Packet32EntityLook
at to.joe.vanish.sniffers.Sniffer32EntityLook.checkPacket2(Sniffer32EntityLook.java:19)
at to.joe.vanish.sniffers.Sniffer.checkPacket(Sniffer.java:26)
at org.getspout.spout.packet.listener.PacketListeners.canSend(PacketListeners.java:70)
at org.getspout.spout.SpoutNetServerHandler.syncedSendPacket(SpoutNetServerHandler.java:584)
at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:575)
at org.getspout.spout.SpoutNetServerHandler.queueOutputPacket(SpoutNetServerHandler.java:534)
at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:519)
at net.minecraft.server.EntityTrackerEntry.a(EntityTrackerEntry.java:162)
at net.minecraft.server.EntityTrackerEntry.track(EntityTrackerEntry.java:108)
at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:130)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:532)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
well, darn. I was hoping 1.8.6 would resolve this, but was hard to test with such a bug. This is a Spout problem, and there is a ticket open for it here: https://github.com/SpoutDev/Spout/issues/1232