Page 1 of 1

failed running

Posted: Fri Feb 26, 2010 12:15 pm
by gkout
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:3967
L2JDP Revision Number:7118

The character can not move.

Code: Select all

Client: [Character: xxxx- Account: xxxx- IP: 127.0.0.1] - Failed running: [C] 01 MoveBackwardToLoc - L2J Server Version: 3967 - DP Revision: 7118java.lang.NoSuchMethodError: javolution.util.FastMap.putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;        at com.l2jserver.gameserver.GameTimeController.registerMovingObject(GameTimeController.java:98)        at com.l2jserver.gameserver.model.actor.L2Character.moveToLocation(L2Character.java:4642)        at com.l2jserver.gameserver.model.actor.L2Character$AIAccessor.moveTo(L2Character.java:3420)        at com.l2jserver.gameserver.ai.AbstractAI.moveTo(AbstractAI.java:643)        at com.l2jserver.gameserver.ai.L2PlayerAI.onIntentionMoveTo(L2PlayerAI.java:222)        at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:316)        at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)        at com.l2jserver.gameserver.network.clientpackets.MoveBackwardToLocation.runImpl(MoveBackwardToLocation.java:124)        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 am running both server and client using the loopback address (127.0.0.1). Tried not editing the configuration files to much in case it is a setting that causes this. I just added the mysql passwd on the server.properties file and tried again. Same result.

Any help appreciated.

thnx,
//g

Re: failed running

Posted: Fri Feb 26, 2010 1:41 pm
by gkout
Checked with latest nightly build and the problem seems to be gone. I will update to the latest version and re-build it and let you know.