[error]gameserver

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
DareStrike
Posts: 376
Joined: Sun May 01, 2011 1:20 pm

[error]gameserver

Post by DareStrike »

what this error :S

Code: Select all

 L2PcInstance: callSkill() failed.java.lang.NullPointerException    at handlers.skillhandlers.Continuous.useSkill(Continuous.java:136)    at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6531)    at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6207)    at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2672)    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

 Failed executing HitTask.java.lang.ClassCastException 

Code: Select all

 L2PcInstance: callSkill() failed.java.lang.NullPointerException 
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: [error]gameserver

Post by Zoey76 »

Please post revision numbers, the error lines doesn't match current code lines.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Post Reply