» Find Revision
L2J Revision 4172:
L2JDP Revision 7398:
when the gameserver is correctly loaded, after 1-2 minutes appare this error:
Code: Select all
Exception in thread "General Pool-4" java.lang.NoSuchMethodError: javolution.util.FastSet.shared()Ljavolution/util/FastSet; at com.l2jserver.gameserver.model.actor.L2Character.getAttackByList(L2Character.java:2255) at com.l2jserver.gameserver.ai.L2AttackableAI.thinkActive(L2AttackableAI.java:507) at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2413) at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionActive(L2CharacterAI.java:175) at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionActive(L2AttackableAI.java:2535) at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:304) at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:236) at com.l2jserver.gameserver.ai.L2CharacterAI.onEvtArrived(L2CharacterAI.java:762) at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:455) at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:347) at com.l2jserver.gameserver.GameTimeController$MovingObjectArrived.run(GameTimeController.java:208) 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)
exist any solution? thanx