failed running

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
gkout
Posts: 24
Joined: Mon Feb 20, 2006 3:05 pm

failed running

Post 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
User avatar
gkout
Posts: 24
Joined: Mon Feb 20, 2006 3:05 pm

Re: failed running

Post 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.
Post Reply