FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Ticking Entity? #131

Closed TISNF closed 11 years ago

TISNF commented 11 years ago

I'm not quite how to reproduce but an error comes on that will crash the server immediately:

2013-03-21 22:12:51 [SEVERE] Encountered an unexpected exception OReportedException OReportedException: Ticking entity at OMinecraftServer.r(OMinecraftServer.java:448) at ODedicatedServer.r(SourceFile:255) at OMinecraftServer.q(OMinecraftServer.java:373) at OMinecraftServer.run(OMinecraftServer.java:312) at OThreadMinecraftServer.run(SourceFile:573) Caused by: java.lang.ClassCastException: OEntityItem cannot be cast to OEntityLiving at OBlockCactus.a(OBlockCactus.java:79) at OEntity.C(OEntity.java:643) at OEntity.d(OEntity.java:604) at OEntityItem.l_(OEntityItem.java:61) at OWorld.a(OWorld.java:1248) at OWorldServer.a(OWorldServer.java:470) at OWorld.g(OWorld.java:1229)

Once this error happens restarting the server most of the time will result in the error from the start and only erasing the world will allow run properly again. I've tried to kill mobs by cactus (which is when I first noticed it) but it doesn't always crash immediately so I'm not quite sure what the root cause is.