Ace65 / aionj-hungary

Automatically exported from code.google.com/p/aionj-hungary
0 stars 0 forks source link

rev593 ObserveController >> IndexOutOfBoundsException #529

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
LOG:

INFO [08 พ.ค. 2554 22:55:20,656] 
com.aionemu.commons.network.mmocore.SelectorThread:164 FAILED_RUNNING: 
com.aionemu.gameserver.network.aion.GameClient@11a55d2
java.lang.IndexOutOfBoundsException: index: 0
    at javolution.util.FastList.remove(FastList.java:269)
    at javolution.util.FastCollection$Shared$ListArrayIterator.remove(FastCollection.java:697)
    at com.aionemu.gameserver.controllers.ObserveController.notifyObservers(ObserveController.java:76)
    at com.aionemu.gameserver.controllers.ObserveController.notifyMoveObservers(ObserveController.java:63)
    at com.aionemu.gameserver.model.gameobjects.Creature.onStopMove(Creature.java:646)
    at com.aionemu.gameserver.model.gameobjects.player.Player.onStopMove(Player.java:1561)
    at com.aionemu.gameserver.network.aion.clientpackets.CM_MOVE.runImpl(CM_MOVE.java:119)
    at com.aionemu.commons.network.mmocore.ReceivablePacket.run(ReceivablePacket.java:75)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:61)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:42)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Original issue reported on code.google.com by java...@gmail.com on 8 May 2011 at 4:00