Games Exception (BattleBanzai and Freeze)

Issue #1077 resolved
Helpi created an issue

Description: I'm searching for some Exceptions and Bug's into Arcturus especially on "emulator_errors" and I found this, I can't reproduce, since I have not seen.

Code:

java.lang.ClassCastException: com.eu.habbo.habbohotel.games.battlebanzai.BattleBanzaiGamePlayer cannot be cast to com.eu.habbo.habbohotel.games.freeze.FreezeGamePlayer
    at com.eu.habbo.habbohotel.items.interactions.games.freeze.InteractionFreezeBlock.onWalkOn(InteractionFreezeBlock.java:104)
    at com.eu.habbo.habbohotel.rooms.RoomUnit.cycle(RoomUnit.java:268)
    at com.eu.habbo.habbohotel.rooms.Room.cycleRoomUnit(Room.java:1847)
    at com.eu.habbo.habbohotel.rooms.Room.cycle(Room.java:1569)
    at com.eu.habbo.habbohotel.rooms.Room.access$000(Room.java:83)
    at com.eu.habbo.habbohotel.rooms.Room$3.run(Room.java:1175)
    at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
    at java.lang.Thread.run(Unknown Source)

Comments (3)

  1. Log in to comment