ahmedsuffian / aionxemu

Automatically exported from code.google.com/p/aionxemu
0 stars 0 forks source link

Abyss Teleport in Altgard problem #259

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello
Core revision:Revision:r247

Bug description:When Player try to entry in Abyss via Abyss Teleporter on 
Altgart failed to entry in abyss, also fly time continue to down , (fly time 
dicrise).

What steps will reproduce the problem?:Go to Altgard & try to entry in Abyss 
Portal.

What is the expected output?:To entry in Abyss.

Here is warn msg from log.
Please copy/paste errors below:
[WARN 2011-04-08 10:06:28] 
com.aionemu.commons.utils.concurrent.ExecuteWrapper:57 - Exception in a 
Runnable execution:
java.util.ConcurrentModificationException
    at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    at java.util.AbstractList$Itr.next(AbstractList.java:343)
    at gameserver.controllers.ObserveController.notifyStateChangeObservers(ObserveController.java:156)
    at gameserver.model.gameobjects.Creature.unsetState(Creature.java:242)
    at gameserver.controllers.FlyController.endFly(FlyController.java:72)
    at gameserver.services.LifeStatsRestoreService$FpReduceTask.run(LifeStatsRestoreService.java:141)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:54)
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrapper.java:39)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)

Regards

Original issue reported on code.google.com by apsorder...@gmail.com on 8 Apr 2011 at 7:13

GoogleCodeExporter commented 9 years ago
Abyss Teleport on Beluslan also not working & give same error.

Original comment by apsorder...@gmail.com on 8 Apr 2011 at 2:44

GoogleCodeExporter commented 9 years ago
I made some few test and i found out that the error only occurs 1 time only 
after you login and while you are flying. While flying and you click the 
portal, you will fall but if you try again, you can enter abyss. 

But if you are not flying, you can enter the abyss even after logging in.

Original comment by Adik...@aionaddiction.com on 10 Apr 2011 at 1:14

GoogleCodeExporter commented 9 years ago
Update to at least Revision 259 and re-test, should have been fixed.

Original comment by ZeroSign...@gmail.com on 20 Apr 2011 at 11:22