Page 1 of 1

On Login in char disconnect

Posted: Tue Jun 15, 2010 7:28 pm
by TrueEdge
L2J Revision 4272:
L2JDP Revision 7474:

I have a problem when people want to login in, they get all disconnect. I made a Wipe and updatet the server. And now this error come when player try to login in char.

Code: Select all

13.06.2010 15:55:16 com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket runSCHWERWIEGEND: Client: [Character: XXXXXXX[268479866] - Account: XXXXX - IP: XXX.XX.XXX.XX] - Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision} ; javolution.util.FastSet.shared()Ljavolution/util/FastSet;java.lang.NoSuchMethodError: javolution.util.FastSet.shared()Ljavolution/util/FastSet;	at javolution.util.WeakFastSet.<init>(WeakFastSet.java:50)	at com.l2jserver.gameserver.model.actor.L2Character.getAttackByList(L2Character.java:2266)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkActive(L2AttackableAI.java:510)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2321)	at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionActive(L2CharacterAI.java:173)	at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionActive(L2AttackableAI.java:2451)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:302)	at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:248)	at com.l2jserver.gameserver.model.actor.knownlist.MonsterKnownList.addKnownObject(MonsterKnownList.java:41)	at com.l2jserver.gameserver.model.L2World.addVisibleObject(L2World.java:375)	at com.l2jserver.gameserver.model.L2Object.spawnMe(L2Object.java:508)	at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:342)	at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:92)	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)
I searched forum but found nothing =(

Re: On Login in char disconnect

Posted: Tue Jun 15, 2010 7:45 pm
by janiii
you did not find anything? update your libs folder properly!

Re: On Login in char disconnect

Posted: Tue Jun 15, 2010 8:31 pm
by TrueEdge
k updated and still the same problem =(

Re: On Login in char disconnect

Posted: Thu Jun 17, 2010 4:49 pm
by TrueEdge
No one knows whats going wrong? =(

Re: On Login in char disconnect

Posted: Thu Jun 17, 2010 10:32 pm
by kotk
In your lib folder, how many javolution-*.*.*.jar files do you have?

Re: On Login in char disconnect

Posted: Fri Jun 18, 2010 6:24 am
by TrueEdge
I have ther 2 files.

javolution-5.5.0.jar and javolution-5.5.1.jar.

Should there be only one?

Re: On Login in char disconnect

Posted: Fri Jun 18, 2010 6:26 am
by janiii
TrueEdge wrote:I have ther 2 files.

javolution-5.5.0.jar and javolution-5.5.1.jar.

Should there be only one?
yes, that it is. you have to have there only 1 version, the latest!

Re: On Login in char disconnect

Posted: Fri Jun 18, 2010 8:55 am
by TrueEdge
Now it works =)

Thank you guys =)