L2JMobius

Ertheia NPE in admin_reload skill

epu · 1 · 4667

Offline epu

  • Heir
  • **
    • Posts: 26
if use admin_reload skill
receive npe:
Code: [Select]
org.l2jmobius.gameserver.model.quest.Quest showError
WARNING: ...\game\data\scripts\ai\areas\SelMahumTrainingGrounds\SelMahumSquad.java
java.lang.NullPointerException
at ai.areas.SelMahumTrainingGrounds.SelMahumSquad.onAdvEvent(SelMahumSquad.java:147)
at org.l2jmobius.gameserver.model.quest.Quest.notifyEvent(Quest.java:562)
at org.l2jmobius.gameserver.model.quest.QuestTimer$ScheduleTimerTask.run(QuestTimer.java:156)
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:853)
or
Code: [Select]
org.l2jmobius.gameserver.model.quest.Quest showError
WARNING: ...\game\data\scripts\ai\areas\SeedOfAnnihilation\Maguen.java
java.lang.NullPointerException: Cannot invoke "org.l2jmobius.gameserver.model.actor.instance.PlayerInstance.getEffectList()" because "player" is null
at ai.areas.SeedOfAnnihilation.Maguen.onSpellFinished(Maguen.java:172)
at org.l2jmobius.gameserver.model.quest.Quest.notifySpellFinished(Quest.java:479)
at org.l2jmobius.gameserver.model.quest.Quest.lambda$addSpellFinishedId$23(Quest.java:2039)
at org.l2jmobius.gameserver.model.quest.Quest$$Lambda$1709/0x0000000080f9ead8.accept(Unknown Source)
at org.l2jmobius.gameserver.model.events.listeners.ConsumerEventListener.executeEvent(ConsumerEventListener.java:44)
at org.l2jmobius.gameserver.model.events.EventDispatcher.notifyToListeners(EventDispatcher.java:225)
at org.l2jmobius.gameserver.model.events.EventDispatcher.notifyEventToMultipleContainers(EventDispatcher.java:160)
at org.l2jmobius.gameserver.model.events.EventDispatcher.lambda$notifyEventAsync$0(EventDispatcher.java:118)
at org.l2jmobius.gameserver.model.events.EventDispatcher$$Lambda$1719/0x00000000828ea870.run(Unknown Source)
at org.l2jmobius.commons.concurrent.RunnableWrapper.run(RunnableWrapper.java:38)
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:853)