Jump to content
  • 0

[Help] GameServer error


Question

Posted

Hi guyz :)

I made a restart to my server but when gameserver is loading i get this error...

2j29bf8.png

i get this error long and long ........

when i enter the game it shows me at the "dmg chat" that the giran siege has start/end aden siege start/end and the same at all castles...... all the time

P.S.: This is not a fresh server ... I worked 3-5 hours for custom items and other things, so this means a lot of server restarts but... I dont get this such of error in this time :S (L2JBrasil Interlude) Plz helm me :(

 

Update: if i start the gs 1st it will run normally and when I start the ls, ls gives me the same error (gs error like in the image). And if I start ls 1st ... gs will give errors :(

My opinnion is that i dont have inuff memory ram or cpu is too slow ???

1252vk9.png

2l92xhc.png

 

Cpu: e2180 (DualCore) 2.00 GHz, 800 MHz

Ram: 2 Gb

Recommended Posts

  • 0
Posted

I just pickuped the content and copypasted it on a clean IL L2J SiegeManager.java, and the files are 100% the same except imports.

 

Anyway I'm stupid as this file can't in fault, as sieges tasks are launched from Siege.java.

 

----

 

PS : as I tought they focked up code. Ask them to correct Siege.java, at the "coded" line.

 

Search

public class ScheduleStartSiegeTask implements Runnable

and replace the whole method by the ancient method (pick it from L2J IL pack).

 

Why the heck they changed that, only Mulder & Scully know. There are like 0 reason to change this part of code, as it works since many years without problem lol.

 

I got the L2J clean method under the hand, so enjoy... C/p the name of the method and when you found it, c/p the whole method below on the L2JBr one.

 

    public class ScheduleStartSiegeTask implements Runnable
   {
       private Castle _castleInst;

       public ScheduleStartSiegeTask(Castle pCastle)
       {
       	_castleInst = pCastle;
       }

       public void run()
       {
           if (getIsInProgress()) return;

           try
           {
               long timeRemaining = getSiegeDate().getTimeInMillis()
                   - Calendar.getInstance().getTimeInMillis();
               if (timeRemaining > 86400000)
               {
                   ThreadPoolManager.getInstance().scheduleGeneral(new ScheduleStartSiegeTask(_castleInst),
                                                                   timeRemaining - 86400000); // Prepare task for 24 before siege start to end registration
               }
               else if ((timeRemaining <= 86400000) && (timeRemaining > 13600000))
               {
                   announceToPlayer("The registration term for " + getCastle().getName()
                       + " has ended.", false);
                   _isRegistrationOver = true;
                   clearSiegeWaitingClan();
                   ThreadPoolManager.getInstance().scheduleGeneral(new ScheduleStartSiegeTask(_castleInst),
                                                                   timeRemaining - 13600000); // Prepare task for 1 hr left before siege start.
               }
               else if ((timeRemaining <= 13600000) && (timeRemaining > 600000))
               {
                   announceToPlayer(Math.round(timeRemaining / 60000) + " minute(s) until "
                       + getCastle().getName() + " siege begin.", false);
                   ThreadPoolManager.getInstance().scheduleGeneral(new ScheduleStartSiegeTask(_castleInst),
                                                                   timeRemaining - 600000); // Prepare task for 10 minute left.
               }
               else if ((timeRemaining <= 600000) && (timeRemaining > 300000))
               {
                   announceToPlayer(Math.round(timeRemaining / 60000) + " minute(s) until "
                       + getCastle().getName() + " siege begin.", false);
                   ThreadPoolManager.getInstance().scheduleGeneral(new ScheduleStartSiegeTask(_castleInst),
                                                                   timeRemaining - 300000); // Prepare task for 5 minute left.
               }
               else if ((timeRemaining <= 300000) && (timeRemaining > 10000))
               {
                   announceToPlayer(Math.round(timeRemaining / 60000) + " minute(s) until "
                       + getCastle().getName() + " siege begin.", false);
                   ThreadPoolManager.getInstance().scheduleGeneral(new ScheduleStartSiegeTask(_castleInst),
                                                                   timeRemaining - 10000); // Prepare task for 10 seconds count down
               }
               else if ((timeRemaining <= 10000) && (timeRemaining > 0))
               {
                   announceToPlayer(getCastle().getName() + " siege "
                       + Math.round(timeRemaining / 1000) + " second(s) to start!", false);
                   ThreadPoolManager.getInstance().scheduleGeneral(new ScheduleStartSiegeTask(_castleInst),
                                                                   timeRemaining); // Prepare task for second count down
               }
               else
               {
               	_castleInst.getSiege().startSiege();
               }
           }
           catch (Throwable t)
           {

           }
       }
   }

  • 0
Posted

I was ready to copy the code from l2jfree or l2j Il.

But you made me do it faster.

 

Anyway,for now i will just implent and commit this code.

I can't test it because i need a new dp,i will test in 10 minutes.

 

http://trac.assembla.com/L2j-Brasil/changeset/1713 :D

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


  • Posts

    • I assume you're some kind of Rito Games player too, right? If so, I've got some bad news for you. We've been reversing their stuff for years, and the VGK driver collects far more information from your PC than you could imagine.   I won't leak or discuss any specifics here for obvious reasons, but if you've played on certain "serious" projects, they may also have something running on your system. Whether it's mining your GPU or doing other shady things, the point is that you can't really say you're completely safe in today's gaming world. 😄 EAC, BE, Vanguard, FACEIT, and pretty much any kernel level anticheat have extremely deep access to your system.   In the wrong hands, that level of access can become a serious privacy risk. If you have the knowledge, dump the game and take a look for yourself. You might be surprised by what's actually going on behind the scenes.   No wonder the VGK team decided to remove the driver from startup and switch to an on demand approach. I guess the exposure became too much of a risk for them to ignore, so they had to make changes to protect their reputation and keep their image clean.   So let's get to the point. Any anticheat for Lineage 2, whether it's considered good or bad, comes with the same issue: if someone wants to compromise your privacy, they can potentially do it because you don't truly know what you're launching or what kind of drivers it installs or loads. TL;DR: Without proper knowledge and analysis, you can't really know what's happening behind the scenes. Cheers.   Let me remind some people who may have forgotten about this. Many years ago, there was a project called BeyondWorld H5. I saw people complaining that their systems became extremely laggy and their GPUs were overheating after running the game for a long time. After further analysis, we found that the client was heavily using the GPU in a way that appeared to be mining related. The point is that nothing is impossible  if someone has enough access and knowledge, many things can happen.   As for AAC It installs a kernel mode driver. The binary references active64.sys and active64_internal.sys, along with user facing error messages like "Driver installation error, please close all games." This means part of the anti cheat runs in ring 0 kernel mode ROFL, not only as a normal user mode process. Basically, it has a much higher privilege level than the game itself. XD 
    • I said I'd buy it for my player, I didn't say I would run it on my pc. 
    • Hi there! I am starting to develop my server and I am looking for a professional interface editor. I already have a client and I would like to hire somebody to edit it for me or to offer their own interfaces. I have looked around but all the pre-made interfaces out there, so far, has not pleased me and I what I need for my server. So if you are a professional interface maker, please let me know! Thank you!
    • Thanks FunBasec, I recommend this developer ! He is very friendly and professional.
  • 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..