Football Exception (1.14.0)

Issue #1205 closed
Helpi created an issue

I'll report some exception which is appearing many times on console and on table "emulator_errors"

java.lang.NullPointerException
    at com.eu.habbo.habbohotel.games.football.FootballGame.onScore(FootballGame.java:51)
    at com.eu.habbo.habbohotel.items.interactions.games.football.InteractionFootball.onMove(InteractionFootball.java:206)
    at com.eu.habbo.threading.runnables.KickBallAction.run(KickBallAction.java:70)
    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)
java.lang.NullPointerException
    at com.eu.habbo.habbohotel.games.football.FootballGame.onScore(FootballGame.java:51)
    at com.eu.habbo.habbohotel.items.interactions.games.football.InteractionFootball.onMove(InteractionFootball.java:206)
    at com.eu.habbo.threading.runnables.KickBallAction.run(KickBallAction.java:70)
    at com.eu.habbo.threading.runnables.KickBallAction.run(KickBallAction.java:59)
    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