Cannon Exception! (1.14.0)

Issue #1204 resolved
Helpi created an issue

Just give this exception some times... So I preferred to report it. And I saw this: It does not kick from the room (And yes, have the interaction on it)

java.lang.NullPointerException
    at com.eu.habbo.habbohotel.items.interactions.InteractionCannon.onClick(InteractionCannon.java:71)
    at com.eu.habbo.habbohotel.items.interactions.wired.effects.WiredEffectToggleFurni.execute(WiredEffectToggleFurni.java:180)
    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 (3)

  1. Log in to comment