GeoData wont Load

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
kornom
Posts: 227
Joined: Thu Sep 26, 2013 3:48 pm

GeoData wont Load

Post 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)
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: GeoData wont Load

Post by St3eT »

Set ,,GeoDataDriver" in general.properties to ,,com.l2j.geodriver.GeoDriver"
If i should be black sheep for sure no as punishment
Image
kornom
Posts: 227
Joined: Thu Sep 26, 2013 3:48 pm

Re: GeoData wont Load

Post by kornom »

Thnks
Post Reply