Jump to content
  • 0

need help i get problem on gameserver with olympiad


Question

Posted

this is the error I get this is from gameserver:

Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.sf.l2j.gameserver.model.olympiad.OlympiadGameManager.getInstance(OlympiadGameManager.java:52)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:263)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:387)
Caused by: java.lang.NullPointerException
        at net.sf.l2j.gameserver.instancemanager.ZoneManager.getAllZones(ZoneManager.java:406)
        at net.sf.l2j.gameserver.model.olympiad.OlympiadGameManager.<init>(OlympiadGameManager.java:38)
        at net.sf.l2j.gameserver.model.olympiad.OlympiadGameManager$SingletonHolder.<clinit>(OlympiadGameManager.java:179)
        ... 3 more

 

Thanks a lot. :)

4 answers to this question

Recommended Posts

  • 0
Posted
25 minutes ago, Tryskell said:

You probably edited or deleted zones used by Olympiad system. Revert whatever you did to those zones or drop Olympiads.

I haven't done anything I downloaded l2acis pack and followed youtube tutorial I haven't touched anything because im new I just started cause I like the game and I wanna make a server right now just for myself and maybe letter I will make it for everyone if you can help me please add me on skype: jane.minovski

Thanks a lot. :)

  • 0
Posted (edited)

Your error can be caused by only one possibility, the lack of data. OlympiadGameManager tries to search a zone it can't find. All actions are related to data, it is either :

  • You didn't add zones XMLs in proper place.
  • You dropped the ZoneManager.getInstance() initializer on Gameserver.java (or moved it after Olympiad initializer).
  • You edited the XML holding Olypiad zones, making errors on it, making it unloadable.

Those are normally the only possibilities.

 

Read the console logs on server initialization, you should have way more issues than only this one.

 

In any case, that's the only help I can provide to you. I don't know where you downloaded your pack, I don't know which rev you are using (and it's not latest, since line 52 points on nothing).

 

Did you follow this tutorial ?

https://acis.i-live.eu/index.php?topic=78.0

Edited by Tryskell
  • Upvote 1

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock