Pet Exception

Issue #925 new
Helpi created an issue

Description: Well, this exception appears every time when have pets on room.. I really don't know more about this, just happens.. Any idea what can be?

Obs: This happens even on 1.10.0 version of Arcturus

Code:

java.lang.NullPointerException
    at com.eu.habbo.habbohotel.rooms.RoomUnit.setGoalLocation(RoomUnit.java:462)
    at com.eu.habbo.habbohotel.pets.Pet.cycle(Pet.java:270)
    at com.eu.habbo.habbohotel.rooms.Room.cycle(Room.java:1721)
    at com.eu.habbo.habbohotel.rooms.Room.access$000(Room.java:77)
    at com.eu.habbo.habbohotel.rooms.Room$3.run(Room.java:1168)
    at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:52)
    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.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
    at java.lang.Thread.run(Thread.java:748)

Comments (1)

  1. Log in to comment