Rev 4185

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
xone
Posts: 122
Joined: Thu Nov 05, 2009 5:04 am

Rev 4185

Post by xone »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4185
L2JDP Revision Number:7407


Just started server and got this:

Code: Select all

Failed executing HitTask.java.lang.NullPointerException        at com.l2jserver.gameserver.model.actor.L2Character.setIsRunning(L2Character.java:2359)        at com.l2jserver.gameserver.model.actor.L2Character.setRunning(L2Character.java:2365)        at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAttacked(L2AttackableAI.java:2360)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:422)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)        at com.l2jserver.gameserver.model.actor.L2Character.onHitTimer(L2Character.java:5262)        at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.onHitTimer(L2PcInstance.java:4722)        at com.l2jserver.gameserver.model.actor.L2Character$HitTask.run(L2Character.java:2530)        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)        at java.util.concurrent.FutureTask.run(FutureTask.java:138)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        at java.lang.Thread.run(Thread.java:619)
Post Reply