Event problem

L2Babylon

Heir
Customer
I have this problem when the event starts


[10:05:52] WARN PvPEvent: Exception on changing state to PREPARE_TO state.
java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Zone.getTerritory()" because "this.u" is null
at events.TvT2.PvPEvent$CTFParticipantController.initReflection(Unknown Source)
at events.TvT2.PvPEvent.J(Unknown Source)
at events.TvT2.PvPEvent$PvPStateTask.runImpl(Unknown Source)
at l2.commons.threading.RunnableImpl.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
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:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:842)
[10:05:52] ERROR Exception: RunnableImpl.run(): java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Zone.getTerritory()" because "this.u" is null
java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Zone.getTerritory()" because "this.u" is null
at events.TvT2.PvPEvent$PvPStateTask.runImpl(Unknown Source)
at l2.commons.threading.RunnableImpl.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
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:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:842)
Caused by: java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Zone.getTerritory()" because "this.u" is null
at events.TvT2.PvPEvent$CTFParticipantController.initReflection(Unknown Source)
at events.TvT2.PvPEvent.J(Unknown Source)
... 8 common frames omitted
 
ERROR Exception: RunnableImpl.run(): java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Zone.getTerritory()" because "this.u" is null
java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "l2.gameserver.model.Zone.getTerritory()" because "this.u" is null иии???*
 
dear, please explain to me
you moved your event to a new place? or what? give more info....
WHEN YOU INSTALLED THE PACK THE EVENT IS RUNNING JUST FINE.
this means you changed something and now you see this error.....
give more info about what you did and about how the problem arose.

possibly it is related to this:
Untitled.webp
 
There is so much guides, and so many posts about stuff that could be found in those guides.
 
Back
Top