L2JMobius

Shinemaker There is no automatic transfer from Dwarven Maker to Earth Maker.

leejho4739 · 3 · 376

Online leejho4739

  • Black Sheep
  • Heir
  • **
    • Posts: 16
There is no automatic transfer from Dwarven Maker to Earth Maker.

ClassMaster.ClassMaster@55772762 pops up and I can't change jobs. Where should I fix it?

[27/04 17:36:25] AnnotationEventListener: Error while invoking onPlayerPressTutorialMark on ai.others.ClassMaster.ClassMaster@55772762
java.lang.reflect.InvocationTargetException
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
   at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   at org.l2jmobius.gameserver.model.events.listeners.AnnotationEventListener.executeEvent(AnnotationEventListener.java:49)
   at org.l2jmobius.gameserver.model.events.EventDispatcher.notifyToListeners(EventDispatcher.java:289)
   at org.l2jmobius.gameserver.model.events.EventDispatcher.notifyEventToSingleContainer(EventDispatcher.java:182)
   at org.l2jmobius.gameserver.model.events.EventDispatcher.lambda$notifyEventAsync$0(EventDispatcher.java:144)
   at org.l2jmobius.commons.threads.RunnableWrapper.run(RunnableWrapper.java:35)
   at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "fileName" is null
   at org.l2jmobius.gameserver.model.quest.Quest.getHtm(Quest.java:2800)
   at ai.others.ClassMaster.ClassMaster.onPlayerPressTutorialMark(ClassMaster.java:947)
   ... 12 more