L2PcInstance: callSkill() failed

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
icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

L2PcInstance: callSkill() failed

Post by icemanrj »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4207:
L2JDP Revision 7417:



anybody know this error?




L2PcInstance: callSkill() failed.
java.lang.NullPointerException

L2PcInstance: callSkill() failed.
java.lang.NullPointerException
at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6462)
at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6142)
at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2581)
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)
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: L2PcInstance: callSkill() failed

Post by JIV »

what you have on line (L2Character.java:6462)
icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

Re: L2PcInstance: callSkill() failed

Post by icemanrj »

this on line 6462
((L2Character)target).getAI().notifyEvent(CtrlEvent.EVT_ATTACKED, player);
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: L2PcInstance: callSkill() failed

Post by JIV »

icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

Re: L2PcInstance: callSkill() failed

Post by icemanrj »

thank you
Post Reply