Wired Effect Match Furni Exception (1.14.0)

Issue #1207 new
Helpi created an issue

Hello, now this exception is with the wired, and this is more critical, because when some times when gives this exception, users is diconnected of Hotel...

java.lang.NullPointerException
    at com.eu.habbo.habbohotel.rooms.Room.calculateTileState(Room.java:650)
    at com.eu.habbo.habbohotel.rooms.Room.updateTiles(Room.java:629)
    at com.eu.habbo.habbohotel.items.interactions.wired.effects.WiredEffectMatchFurni.execute(WiredEffectMatchFurni.java:98)
    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 (1)

  1. Log in to comment