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

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