- Хроники
- Chaotic Throne: High Five
- Исходники
- Присутствуют
- Сборка
- JTS
Java:
22:01:00 [ScheduledThreadPool-4] ERROR RunnableImpl - Exception: RunnableImpl.run().
java.lang.NullPointerException
at org.mmocore.gameserver.scripts.events.custom.CaptureZoneEvent.startEvent(CaptureZoneEvent.java:65)
at org.mmocore.gameserver.model.entity.events.Event.action(Event.java:354)
at org.mmocore.gameserver.model.entity.events.actions.StartStopAction.call(StartStopAction.java:23)
at org.mmocore.gameserver.model.entity.events.Event.lambda$callActions$0(Event.java:104)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
at org.mmocore.gameserver.model.entity.events.Event.callActions(Event.java:103)
at org.mmocore.gameserver.model.entity.events.Event.timeActions(Event.java:154)
at org.mmocore.gameserver.model.entity.events.EventTimeTask.runImpl(EventTimeTask.java:20)
at org.mmocore.commons.threading.RunnableImpl.run(RunnableImpl.java:18)
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:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:835)
at org.mmocore.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:29)