Duel error ?

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
LaP1
Posts: 57
Joined: Tue Jan 15, 2008 7:45 pm

Duel error ?

Post 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 ?
Last edited by LaP1 on Mon Oct 31, 2011 6:23 pm, edited 1 time in total.
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Duel error ?

Post by BiggBoss »

nice one, but you cant scam us :D !

Server Version: 124 - DP Revision: 124 ;

we only talk about l2jserver and l2jdp
Image
LaP1
Posts: 57
Joined: Tue Jan 15, 2008 7:45 pm

Re: Duel error ?

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