Wired Score

Issue #1318 resolved
Nicky Nicky created an issue

when I use the wired highscore I get this error in the emulator

java.lang.NullPointerException
    at com.eu.habbo.habbohotel.rooms.Room.getGame(Room.java:2694)
    at com.eu.habbo.habbohotel.games.GamePlayer.addScore(GamePlayer.java:57)
    at com.eu.habbo.habbohotel.items.interactions.wired.effects.WiredEffectGiveScore.execute(WiredEffectGiveScore.java:89)
    at com.eu.habbo.habbohotel.wired.WiredHandler$1.run(WiredHandler.java:191)
    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.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Unknown Source)

Comments (2)

  1. Log in to comment