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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..