Roller Exception (1.14.0)

Issue #1206 resolved
Helpi created an issue

Hello, it's me again, now this exception gives with Roller..

java.lang.NullPointerException
    at com.eu.habbo.habbohotel.rooms.Room.getStackHeight(Room.java:4150)
    at com.eu.habbo.messages.outgoing.rooms.items.FloorItemOnRollerComposer.compose(FloorItemOnRollerComposer.java:56)
    at com.eu.habbo.habbohotel.items.interactions.wired.effects.WiredEffectMoveRotateFurni.execute(WiredEffectMoveRotateFurni.java:176)
    at com.eu.habbo.habbohotel.wired.WiredHandler$1.run(WiredHandler.java:175)
    at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:54)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)

Comments (2)

  1. Log in to comment