Error in Console CT2.3

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
Locked
felipipe
Posts: 29
Joined: Fri Apr 11, 2008 4:15 pm

Error in Console CT2.3

Post by felipipe »

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

Hello everyone.

I have a problem in the console displays the following error repeatedly. Someone could guide where I find the problem? :|

thank you very much :D

Code: Select all

  java.lang.NullPointerException        at net.sf.l2j.gameserver.model.ChanceSkillList.makeCast(ChanceSkillList.java:135)        at net.sf.l2j.gameserver.model.ChanceSkillList.onEvent(ChanceSkillList.java:111)        at net.sf.l2j.gameserver.model.ChanceSkillList.onSkillHit(ChanceSkillList.java:101)        at net.sf.l2j.gameserver.model.actor.L2Character.callSkill(L2Character.java:6375)        at net.sf.l2j.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6110)        at net.sf.l2j.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2466)        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) java.lang.NullPointerException        at net.sf.l2j.gameserver.model.ChanceSkillList.makeCast(ChanceSkillList.java:135)        at net.sf.l2j.gameserver.model.ChanceSkillList.onEvent(ChanceSkillList.java:111)        at net.sf.l2j.gameserver.model.ChanceSkillList.onSkillHit(ChanceSkillList.java:101)        at net.sf.l2j.gameserver.model.actor.L2Character.callSkill(L2Character.java:6375)        at net.sf.l2j.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6110)        at net.sf.l2j.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2466)        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) 
toastgodsupreme
Posts: 750
Joined: Sun Dec 07, 2008 7:01 pm
Location: Poland

Re: Error in Console CT2.3

Post by toastgodsupreme »

# net.sf.l2j.gameserver.model.ChanceSkillList.makeCast(ChanceSkillList.
# java:135)

so do i win? do i get a prize?
felipipe
Posts: 29
Joined: Fri Apr 11, 2008 4:15 pm

Re: Error in Console CT2.3

Post by felipipe »

solved, it was my mistake, I was wrong skill Rune Protection, :oops:

Greetings.
Locked