Page 1 of 1

Duel error ?

Posted: Mon Oct 31, 2011 4:58 pm
by LaP1
Hi I get some error when player make duel or maybe party duel.

Code: Select all

Oct 31, 2011 3:30:37 PM com.l2jserver.gameserver.model.entity.Duel$ScheduleStartDuelTask runSEVERE: java.lang.NullPointerException    at com.l2jserver.gameserver.model.entity.Duel.savePlayerConditions(Duel.java:437)    at com.l2jserver.gameserver.model.entity.Duel.startDuel(Duel.java:355)    at com.l2jserver.gameserver.model.entity.Duel$ScheduleStartDuelTask.run(Duel.java:247)    at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)    at java.util.concurrent.FutureTask.run(FutureTask.java:166)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722)  

Code: Select all

Oct 31, 2011 3:38:05 PM com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket runSEVERE: Client: [Character: ******[268496217] - Account: ****** - IP: ******] - Failed running: [C] D0:1C RequestDuelAnswerStart - L2J Server Version: 124 - DP Revision: 124 ; nulljava.lang.NullPointerException    at com.l2jserver.gameserver.instancemanager.DuelManager.addDuel(DuelManager.java:92)    at com.l2jserver.gameserver.network.clientpackets.RequestDuelAnswerStart.runImpl(RequestDuelAnswerStart.java:90)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:1096)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722)

Code: Select all

Oct 31, 2011 3:43:34 PM com.l2jserver.gameserver.model.entity.Duel$ScheduleStartDuelTask runSEVERE: java.lang.NullPointerException    at com.l2jserver.gameserver.model.entity.Duel.savePlayerConditions(Duel.java:441)    at com.l2jserver.gameserver.model.entity.Duel.startDuel(Duel.java:355)    at com.l2jserver.gameserver.model.entity.Duel$ScheduleStartDuelTask.run(Duel.java:247)    at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)    at java.util.concurrent.FutureTask.run(FutureTask.java:166)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722) 

Code: Select all

Oct 31, 2011 3:53:33 PM com.l2jserver.gameserver.model.entity.Duel$ScheduleStartDuelTask runSEVERE: java.lang.NullPointerException    at com.l2jserver.gameserver.model.entity.Duel.savePlayerConditions(Duel.java:441)    at com.l2jserver.gameserver.model.entity.Duel.startDuel(Duel.java:355)    at com.l2jserver.gameserver.model.entity.Duel$ScheduleStartDuelTask.run(Duel.java:247)    at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)    at java.util.concurrent.FutureTask.run(FutureTask.java:166)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)    at java.lang.Thread.run(Thread.java:722) 
Someone now maybe from where the probleme is comming from ?

Re: Duel error ?

Posted: Mon Oct 31, 2011 5:24 pm
by BiggBoss
nice one, but you cant scam us :D !

Server Version: 124 - DP Revision: 124 ;

we only talk about l2jserver and l2jdp

Re: Duel error ?

Posted: Mon Oct 31, 2011 6:31 pm
by LaP1
:shock: sorry.

I've check when I checkout the L2j revision it was the 1st septembre 2011.
As I can see in revision log it can be the rev 4892 and 4888.

I commit all file on a svn and use it to recompile faster on my server it's the reason of the
L2J Server Version: 124 - DP Revision: 124