Page 1 of 1

GeoData wont Load

Posted: Thu Dec 19, 2013 12:44 am
by kornom
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:Last
L2JDP Revision Number:Last

After I upgraded o beta, my geodata wont load.
its set to 2 in configs (full geodata)
Geo files are in /geodata folder.
Pathnodes are loading fine.

Code: Select all

Using Null GeoDriver.Path Engine: - Loading Path Nodes... java.lang.NullPointerException        at com.l2jserver.gameserver.model.entity.Auction.endAuction(Auction.java:464)        at com.l2jserver.gameserver.model.entity.Auction$AutoEndTask.run(Auction.java:131)        at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:93)        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)        at java.util.concurrent.FutureTask.run(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source)

Re: GeoData wont Load

Posted: Thu Dec 19, 2013 12:57 am
by St3eT
Set ,,GeoDataDriver" in general.properties to ,,com.l2j.geodriver.GeoDriver"

Re: GeoData wont Load

Posted: Thu Dec 19, 2013 1:02 am
by kornom
Thnks