L2JMobius

Free Users => Solved/Invalid Bug Reports => Topic started by: blackweed on June 08, 2017, 12:30:53 PM

Title: Strange error
Post by: blackweed on June 08, 2017, 12:30:53 PM
After i start game server and login server and after all is loaded i get this msg's on gameserver console (I can play game normal but im wondering why i'm getting this.PS: server is vanilla - nothing is changed):

Code: [Select]
Exception in thread "EffectsSTPool-23" java.util.NoSuchElementException
        at java.util.EnumMap$EntryIterator.next(Unknown Source)
        at java.util.EnumMap$EntryIterator.next(Unknown Source)
        at java.util.HashMap.putMapEntries(Unknown Source)
        at java.util.HashMap.<init>(Unknown Source)
        at com.l2jmobius.gameserver.model.actor.stat.CharStat.recalculateStats(CharStat.java:738)
        at com.l2jmobius.gameserver.model.skills.BuffInfo.finishEffects(BuffInfo.java:378)
        at com.l2jmobius.gameserver.model.skills.BuffInfo.stopAllEffects(BuffInfo.java:273)
        at com.l2jmobius.gameserver.model.CharEffectList.stopAndRemove(CharEffectList.java:540)
        at com.l2jmobius.gameserver.model.CharEffectList.remove(CharEffectList.java:1050)
        at com.l2jmobius.gameserver.model.CharEffectList.stopSkillEffects(CharEffectList.java:805)
        at com.l2jmobius.gameserver.model.skills.BuffTimeTask.run(BuffTimeTask.java:53)
        at com.l2jmobius.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(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 java.lang.Thread.run(Unknown Source)
Title: Re: Strange error
Post by: Mobius on June 08, 2017, 10:37:00 PM
Fixed with revision 2125.