Jump to content
  • 0

[Help]Exception in thread "main"...


Question

Posted
Exception in thread "main" java.lang.ExceptionInInitializerError

at l2jbg.gameserver.data.xml.Parsers.parseAll(Parsers.java:59)

at l2jbg.gameserver.GameServer.<init>(GameServer.java:168)

at l2jbg.gameserver.GameServer.main(GameServer.java:360)

Caused by: java.lang.NullPointerException

at l2jbg.gameserver.geodata.GeoEngine.getGeoBlockFromGeoCoords(GeoEngine.java:1394)

at l2jbg.gameserver.geodata.GeoEngine.applyGeoCollision(GeoEngine.java:1976)

at l2jbg.gameserver.model.instances.DoorInstance.setGeoOpen(DoorInstance.java:485)

at l2jbg.gameserver.model.instances.DoorInstance.closeMe(DoorInstance.java:309)

at l2jbg.gameserver.model.instances.DoorInstance.onSpawn(DoorInstance.java:382)

at l2jbg.gameserver.model.GameObject.spawn0(GameObject.java:246)

at l2jbg.gameserver.model.GameObject.spawnMe0(GameObject.java:227)

at l2jbg.gameserver.model.GameObject.spawnMe(GameObject.java:218)

at l2jbg.gameserver.model.Creature.spawnMe(Creature.java:4795)

at l2jbg.gameserver.model.entity.Reflection.init(Reflection.java:653)

at l2jbg.gameserver.instancemanager.ReflectionManager.<init>(ReflectionManager.java:42)

at l2jbg.gameserver.instancemanager.ReflectionManager.<clinit>(ReflectionManager.java:21)

... 3 more

 

hi every one i have question is there any way to fix this error cuz when i try server is working good i give to 1 frend and he got this error can u say me if u know how to fix it please ty :)

 

Base: L2Phoenix

Chronicle: High Five

2 answers to this question

Recommended Posts

  • 0
Posted

NPE at geoengine, when doors are loaded.

 

Probably you activated geoengine without any geodata, or the pack uses a spawn system than some packs are currently using (such as L2DC), and geodata MUST exist else server won't work at all (as spawns are based on geodata).

 

I don't think it's core issue at all.

  • 0
Posted

yep you need to disable geodata or add it inside game server folder

 

/gameserver/geodata/

 

in L2J it would be inside /gameserver/data/geodata/

 

Also you MUST have all geodata maps if you enable it because if 1 is missing server will fail to load when on L2J you can delete map from geo_index and it will work anyway!

 

This geo engine is very demanding!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...