Jump to content
  • 0

[Help] Gameserver Problem


Question

Posted

Hi, im using free source L2J Freya pack which i downloaded from svn repository. But got problem with gameserver it always stops here:

FourSepulchersManager: spawned Judges' Sepulcher Manager

Exception in thread "main" java.lang.NullPointerException
        at com.l2jserver.gameserver.instancemanager.FourSepulchersManager.clean(
FourSepulchersManager.java:248)
        at com.l2jserver.gameserver.instancemanager.FourSepulchersManager.timeSe
lector(FourSepulchersManager.java:217)
        at com.l2jserver.gameserver.instancemanager.FourSepulchersManager.init(F
ourSepulchersManager.java:187)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:271)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:484)
if some1 know what the problem could be i woul be really grateful :)

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

Didn't you edit anything?

Didn't you touch something related with grandbosses or grandbosses areas?

Edited by ^Wyatt
  • 0
Posted (edited)

If your server is PvP or it isn't but you're not planning to use Four Sepulchers u could just go to com.l2jserver.gameserver, find this line

FourSepulchersManager.getInstance().init();
and delete it or add // in front. But that's just in case you won't use it.

 

If you wanna use it you should take a look from where the problem comes, as I've read in your screen, seems that the NullPointer is coming from com/l2jserver/gameserver/instancemanager/FourSepulchersManager.java

public void clean()
	{
		for (int i = 31921; i < 31925; i++)
		{
			int[] Location = _startHallSpawns.get(i);
			GrandBossManager.getInstance().getZone(Location[0], Location[1], Location[2]).oustAllPlayers();
		}
That's why I asked you about grandbosses, seems that a grandboss is missing and can't load the zone, or a zone is missing.

 

Is that the only error that you get when starting the GameServer?

Edited by ^Wyatt
  • 0
Posted (edited)

ok i'll try to find at and post it asap, and it wont be a pvp server so it would be really nice if i could fix it

 

ok here it is 

//it's not the only one exception it's just the last one

//you can lock this, i fixed this, it was just bad table in db

public void clean()
  {
    for (int i = 31921; i < 31925; i++)
    {
      int[] Location = (int[])this._startHallSpawns.get(i);
  248---GrandBossManager.getInstance().getZone(Location[0], Location[1], Location[2]).oustAllPlayers();
    }


    deleteAllMobs();


    closeAllDoors();


    this._hallInUse.clear();
    this._hallInUse.put(Integer.valueOf(31921), Boolean.valueOf(false));
    this._hallInUse.put(Integer.valueOf(31922), Boolean.valueOf(false));
    this._hallInUse.put(Integer.valueOf(31923), Boolean.valueOf(false));
    this._hallInUse.put(Integer.valueOf(31924), Boolean.valueOf(false));
    Iterator i$;
    if (this._archonSpawned.size() != 0)
    {
      Set npcIdSet = this._archonSpawned.keySet();
      for (i$ = npcIdSet.iterator(); i$.hasNext(); ) { int npcId = ((Integer)i$.next()).intValue();


        this._archonSpawned.put(Integer.valueOf(npcId), Boolean.valueOf(false));
      }
    }
  }
Edited by Emkej
Guest
This topic is now closed to further replies.


  • Posts

    • Thank you very much. It would also be good if you looked into this issue. UnknownSoldier has been manipulating me to make me look bad. He deleted all the evidence I uploaded and left all the insults against me. You'll also see that on April 26th, he reopened the thread and then locked it again just so his friend from Argentina could post: links down :l XD   In the thread: https://maxcheaters.com/topic/253997-sourceservercliente-l2devs-files-l2devscom/page/2/ They do this so they can later tell people that I deleted the links because it was a lie, and so on. Realize that all the damage you're causing is related to this same person. Regards and thank you very much! 🙂 PS: I would like UnknownSoldier to publish the evidence for why he has repeatedly called me a SCAMMER and explain why he also says that to other people. This person is using forum privileges to smear and discredit those who don't work with him. I WANT ALL THE EVIDENCE OF WHAT HE'S SAYING.  
    • Theres a lot of drama going on about Guytis scamming people. I want real, solid proof showing that he scammed anyone attach everything you have.   About reputation: we’re all adults here, yet some are acting like kids fighting over pixels. Think before spreading rumors. False claims don’t make you look better they make you look worse.   I’m waiting for actual evidence that he scammed any user. If there’s nothing to back it up, I’ll deal with it myself. Time’s running out this has been going on long enough.
    • I’ve read the whole topic about Baylee and Protojah. From what I can see, Baylee wanted to buy some htmls and they agreed on a price. Later, Baylee changed her mind and decided not to go through with it. The product wasn’t delivered because Baylee changed her mind. Even if she initially agreed to the price, to avoid confusion. if the files had been sent and payment not made, I would call it a scam. But since they weren’t sent, this isn’t a scam.   I want to stress that I try to be fair to everyone, no matter the situation.   Yeah, Protojah did put in time and effort, and that’s fine, but disagreements happen all the time, even in real life jobs, no matter what the work is. I’m going to lock this topic to avoid more drama. Please keep all personal issues in private messages. And before anyone says anything else I’m not taking sides. I don’t protect scammers and I ban them, but since this isn’t a scam, you both should resolve this situation in DMs.
  • Topics

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