L2JMobius

The Kamael NPE Error after "ClanHallAuctionManager: Clan Hall Auction has ended"

uchihasv · 1 · 4537

Offline uchihasv

  • Knight
  • ***
    • Posts: 54
Code: [Select]
[03/02 11:00:00] ClanHallAuctionManager: Clan Hall Auction has ended!
Exception in thread "pool-3-thread-155" java.lang.NullPointerException
at org.l2jmobius.gameserver.model.skills.SkillCaster.startCasting(SkillCaster.java:346)
at org.l2jmobius.gameserver.model.skills.SkillCaster.run(SkillCaster.java:202)
at org.l2jmobius.gameserver.model.skills.SkillCaster.castSkill(SkillCaster.java:180)
at org.l2jmobius.gameserver.model.skills.SkillCaster.castSkill(SkillCaster.java:132)
at org.l2jmobius.gameserver.model.actor.Creature.doCast(Creature.java:1336)
at org.l2jmobius.gameserver.ai.PlayerAI.thinkCast(PlayerAI.java:310)
at org.l2jmobius.gameserver.ai.PlayerAI.onEvtThink(PlayerAI.java:371)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:256)
at org.l2jmobius.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:235)
at org.l2jmobius.gameserver.ai.CreatureAI.changeIntentionToCast(CreatureAI.java:335)
at org.l2jmobius.gameserver.ai.CreatureAI$CastTask.run(CreatureAI.java:120)
at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:38)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)
What is this, ClanHallAuctionManager do cast skill or what?