Own rooms won't load.

Issue #1172 resolved
Oliver created an issue

If you have many own rooms, it won't load (or will take huge amount of time to load).

https://gyazo.com/a60b3db431774053e871e081127ebc8d

Comments (6)

  1. Wesley repo owner

    Please check your error logging. Also use a MySQL profiler to see if it hangs (and on what query).

  2. Oliver reporter
    MSG: Could not find achievement with ID 472 for talenttrack level 2 of type CITIZENSHIP
    MSG: Could not find achievement with ID 518 for talenttrack level 2 of type CITIZENSHIP
    MSG: Could not find achievement with ID 10 for talenttrack level 3 of type CITIZENSHIP
    MSG: Could not find achievement with ID 80 for talenttrack level 3 of type CITIZENSHIP
    MSG: Could not find achievement with ID 12 for talenttrack level 3 of type CITIZENSHIP
    MSG: Could not find achievement with ID 51 for talenttrack level 3 of type CITIZENSHIP
    java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedConstructorAccessor19.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.eu.habbo.habbohotel.items.ItemManager.loadHabboItem(ItemManager.java:849)
        at com.eu.habbo.habbohotel.users.inventory.ItemsComponent.loadItems(ItemsComponent.java:51)
        at com.eu.habbo.habbohotel.users.inventory.ItemsComponent.<init>(ItemsComponent.java:34)
        at com.eu.habbo.habbohotel.users.HabboInventory.<init>(HabboInventory.java:57)
        at com.eu.habbo.habbohotel.users.Habbo.<init>(Habbo.java:52)
        at com.eu.habbo.habbohotel.users.HabboManager.loadHabbo(HabboManager.java:131)
        at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:66)
        at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:174)
        at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:41)
        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.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
        at com.eu.habbo.habbohotel.users.HabboItem.<init>(HabboItem.java:55)
        at com.eu.habbo.habbohotel.items.interactions.InteractionDefault.<init>(InteractionDefault.java:22)
        ... 21 more
    

    Only things I get from runtime. Debug has no errors, SQL has no errors.

  3. Log in to comment