Big problem please help!

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Ninja
Posts: 48
Joined: Fri Jul 10, 2009 6:54 pm

Big problem please help!

Post by Ninja »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Latest:
L2JDP Revision Latest:

I have been having these errors all morning. Can someone please help?
Always the first line is at net.sf.l2j.gameserver.datatables.MapRegionTable.getTeleToLocation(MapRegionTable.java:580)

Code: Select all

 Nov 7, 2009 6:19:47 AM handlers.usercommandhandlers.Escape$EscapeFinalizer runSEVERE: java.lang.NullPointerException	at net.sf.l2j.gameserver.datatables.MapRegionTable.getTeleToLocation(MapRegionTable.java:580)	at net.sf.l2j.gameserver.model.actor.L2Character.teleToLocation(L2Character.java:662)	at handlers.usercommandhandlers.Escape$EscapeFinalizer.run(Unknown Source)	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at java.lang.Thread.run(Unknown Source) Nov 7, 2009 6:20:36 AM handlers.usercommandhandlers.Escape$EscapeFinalizer runSEVERE: java.lang.NullPointerException	at net.sf.l2j.gameserver.datatables.MapRegionTable.getTeleToLocation(MapRegionTable.java:580)	at net.sf.l2j.gameserver.model.actor.L2Character.teleToLocation(L2Character.java:662)	at handlers.usercommandhandlers.Escape$EscapeFinalizer.run(Unknown Source)	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at java.lang.Thread.run(Unknown Source)
Last edited by Ninja on Sat Nov 07, 2009 12:56 pm, edited 1 time in total.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Big problrm please help!

Post by _DS_ »

Lame-created custom zones. Remove them.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Ninja
Posts: 48
Joined: Fri Jul 10, 2009 6:54 pm

Re: Big problrm please help!

Post by Ninja »

_DS_ wrote:Lame-created custom zones. Remove them.
_DS_ Explain more please. I did not understand.
Ninja
Posts: 48
Joined: Fri Jul 10, 2009 6:54 pm

Re: Big problrm please help!

Post by Ninja »

We fount that the problem for now was in Kamaloka. We added some custom mobs there. Before it was working fine. Any idea why this happened now?
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Big problem please help!

Post by _DS_ »

Custom things not supported, sorry. Also such "bugs" in trac will be closed.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply