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 w/Minecart + Hopper #134

Closed TISNF closed 11 years ago

TISNF commented 11 years ago

Attempting to pull from a chest I suppose... Well I guess you guys know from the report:

013-03-26 21:05:53 [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: OEntityMinecartHopper cannot be cast to OTileEntityHopper at OTileEntityHopper.a(OTileEntityHopper.java:232) at OTileEntityHopper.a(OTileEntityHopper.java:209) at OEntityMinecartHopper.aD(SourceFile:108) at OEntityMinecartHopper.l_(SourceFile:99) at OWorld.a(OWorld.java:1248) at OWorldServer.a(OWorldServer.java:470) at OWorld.g(OWorld.java:1229) at OWorld.h(OWorld.java:1130) at OWorldServer.h(OWorldServer.java:345) at OMinecraftServer.r(OMinecraftServer.java:444) ... 4 more

WWOL commented 11 years ago

This is a known bug, thanks for the report anyway. I think h4x or somners was looking at this one.

WWOL

TISNF commented 11 years ago

Cool. Just trying to do what I can to contribute to bug fixing and such. =)

14mRh4X0r commented 11 years ago

Fixed in 35df5e5