[BUG] After update, error callskill etc..

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
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

[BUG] After update, error callskill etc..

Post by kurtspirit »

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

Hi all,
after latest update, i have this error . I check my updates, i don't see the problem , i check my libs folder, allways the same bug. Is it on l2pcinstance? Thank you !

Image
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: [BUG] After update, error callskill etc..

Post by kurtspirit »

Nobody can help me ? I have many bug on GS...

Code: Select all

L2PcInstance: callSkill() failed.java.lang.NullPointerException L2PcInstance: callSkill() failed.java.lang.NullPointerException L2MonsterInstance: callSkill() failed.java.lang.NullPointerException L2PcInstance: callSkill() failed.java.lang.NullPointerException L2MonsterInstance: callSkill() failed.java.lang.NullPointerException L2MonsterInstance: callSkill() failed.java.lang.NullPointerException L2PcInstance: callSkill() failed.java.lang.NullPointerException
I have that permanently on GS now :/ Thank you
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: [BUG] After update, error callskill etc..

Post by JIV »

check again your code. for me it working fine.
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: [BUG] After update, error callskill etc..

Post by kurtspirit »

Thank's Jiv, do yo uthink it's from this update :

Code: Select all

http://www.l2jserver.com/trac/changeset/4291
?
Thank you
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: [BUG] After update, error callskill etc..

Post by kurtspirit »

Little Bump.. I have allways the problem. It's when you use debuff skills (like root or other) .. Here is an exemple of error on GS :

Code: Select all

L2PcInstance: callSkill() failed.java.lang.NullPointerException        at com.l2jserver.gameserver.model.CharEffectList.addEffectFromQueue(CharEffectList.java:728)        at com.l2jserver.gameserver.model.CharEffectList.queueRunner(CharEffectList.java:622)        at com.l2jserver.gameserver.model.CharEffectList.queueEffect(CharEffectList.java:592)        at com.l2jserver.gameserver.model.actor.L2Character.addEffect(L2Character.java:2691)        at com.l2jserver.gameserver.model.L2Effect.startEffectTask(L2Effect.java:383)        at com.l2jserver.gameserver.model.L2Effect.scheduleEffect(L2Effect.java:512)        at com.l2jserver.gameserver.model.L2Skill.getEffects(L2Skill.java:2462)        at handlers.skillhandlers.Disablers.useSkill(Disablers.java:206)        at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6507)        at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6095)        at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2550)        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)        at java.util.concurrent.FutureTask.run(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)        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) 
Core : 4297 / DP : 7497

Please help me , i don't find the problem and my server is down :/ Thank you
Post Reply