Jump to content
  • 0

L2Character$Notifyaitask


Question

Posted

 com.l2jesios.gameserver.model.actor.L2Character$NotifyAITask run

WARNING: 
java.lang.StackOverflowError
 at com.l2jesios.gameserver.ai.L2CharacterAI.maybeMoveToPawn(L2CharacterAI.java:934)
 at com.l2jesios.gameserver.ai.L2PlayerAI.thinkCast(L2PlayerAI.java:240)
 at com.l2jesios.gameserver.ai.L2PlayerAI.onEvtThink(L2PlayerAI.java:316)
 at com.l2jesios.gameserver.ai.L2CharacterAI.onEvtArrived(L2CharacterAI.java:673)
 at com.l2jesios.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:417)
 at com.l2jesios.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:340)
 at com.l2jesios.gameserver.model.actor.L2Character.moveToLocation(L2Character.java:3893)
 at com.l2jesios.gameserver.model.actor.L2Character$AIAccessor.moveTo(L2Character.java:3039)
 at com.l2jesios.gameserver.ai.AbstractAI.moveTo(AbstractAI.java:582)
 at com.l2jesios.gameserver.ai.AbstractAI.moveToPawn(AbstractAI.java:538)
 at com.l2jesios.gameserver.ai.L2CharacterAI.maybeMoveToPawn(L2CharacterAI.java:948)
 
This error is flloding my gs very often and produce lag anyone know how to fix it? this is the line in L2CharacterAI
 
protected boolean maybeMoveToPawn(L2Object target, int offset)
{
if (target == null || offset < 0) // skill radius -1
return false;


offset += _actor.getTemplate().getCollisionRadius();   //this is the line 934
if (target instanceof L2Character)
offset += ((L2Character) target).getTemplate().getCollisionRadius();

 

Recommended Posts

  • 0
Posted

L2jEsios, really.. ? :not bad:

 

It's 'kinda' outdated, don't you think? :P

since he has sources :P nothing to worry about and he owns a pvp server so he pays he fix he implement and such

  • 0
Posted

since he has sources :P nothing to worry about and he owns a pvp server so he pays he fix he implement and such

It's based on aCis 290 rev, you still think that there is nothing to worry about..? :D

  • 0
Posted

L2jEsios, really.. ? :not bad:

 

It's 'kinda' outdated, don't you think? :P

Not if you are working on it for 5 months, anyway i am seeing the error again but i cant see it in the logs files why?

  • 0
Posted (edited)

Not if you are working on it for 5 months, anyway i am seeing the error again but i cant see it in the logs files why?

if you followed versus method well obviously the fix you applied it was not a fix but you prevent from see it on log files readd old code back.. the error isnt the exception message log, you wont fix it buy deleting the message on logs on console.. if you even delete the log of gs console you will still got the lag and the error .. it is obviously a failure of a code inside the characteraitask

Edited by Akken
  • 0
Posted

if you followed versus method well obviously the fix you applied it was not a fix but you prevent from see it on log files readd old code back.. the error isnt the exception message log, you wont fix it buy deleting the message on logs on console.. if you even delete the log of gs console you will still got the lag and the error .. it is obviously a failure of a code inside the characteraitask

I am not a newbie dude rofl... irony?

  • 0
Posted

This happens on the dedicated machine or your home? stackoverflows are thrown like outofmemory error so try increasing JVM heap... Also look at the run task to see how often this Runnable is called, another reason would be badcoded codes in L2Character causeing unlimited loops or ungarbagable variables?

  • 0
Posted

if you followed versus method well obviously the fix you applied it was not a fix but you prevent from see it on log files readd old code back.. the error isnt the exception message log, you wont fix it buy deleting the message on logs on console.. if you even delete the log of gs console you will still got the lag and the error .. it is obviously a failure of a code inside the characteraitask

Yeah, i was at work this morning, without looking at source and seeing this thoroughly, i remembered that at old L2J revs Throwable was used everywhere, so i recommended him to change that (which he should nevertheless).

 

Stack overflows are usually caused by bad recursive calls. Most likely, a recursive call without a proper termination condition.

@OP we can't help you much here, we'd need sources in order to provide further help.

  • 0
Posted

This happens on the dedicated machine or your home? stackoverflows are thrown like outofmemory error so try increasing JVM heap... Also look at the run task to see how often this Runnable is called, another reason would be badcoded codes in L2Character causeing unlimited loops or ungarbagable variables?

This is on my dedicated server.. ram is not a problem for sure cause it has 16 gb just for the server and the rest to the operating system.

 

Btw i will pay anyone who will fix this for me

  • 0
Posted

This is on my dedicated server.. ram is not a problem for sure cause it has 16 gb just for the server and the rest to the operating system.

 

Btw i will pay anyone who will fix this for me

 

I didnt asked you for the dedi ram mr "not-newbie", JVM alocates memory upon it's initiliazation, u can change it at the .bat

  • 0
Posted

I didnt asked you for the dedi ram mr "not-newbie", JVM alocates memory upon it's initiliazation, u can change it at the .bat

Yep dude. My dedi has 32 gb ram.. in the bat i set it to 16gb

  • 0
Posted

Yep dude. My dedi has 32 gb ram.. in the bat i set it to 16gb

 

Make sure you are using 64 bits JVM, otherwise, the 32GB ram are useless.

  • 0
Posted

Make sure you are using 64 bits JVM, otherwise, the 32GB ram are useless.

What do u mean 64 bits jvm ? Are u talking about os?
Guest
This topic is now closed to further replies.



  • Posts

    • It's also the players' fault, because there have been decent servers implementing some of the things you said plus some other 'innovations', plus many QOL things for newbies (ingame bestiary, with drops searchers, etc). In the end, it's the players who decide to feed into that shit and play the most garbage servers simply because the owners of the servers gave their clan leaders 100 euros, or they insta quit the server because they didn't win the first QA, etc, etc, etc.   In the end, if a server is garbage or great it doesn't really matter if the players don't wanna stay in there.   Players are no better than the devs themselves, in the end it seems there are abusive devs who will milk the shit out of their willingly milkable players, or there are none, goes both ways.
    • In my opinion, L2 is dead because the people who make servers didn’t adapt to today’s reality. People are getting older, life moves faster, there are more responsibilities, and less free time. And I’m not even talking about newcomers—how can you expect someone new to this game to learn by Googling every drop location or quest requirement? These things should’ve been integrated into the game, made accessible with just a few clicks through the interface. Instead, so much time was wasted trying to recreate retail-like features that no one asked for. Everyone hates autofarm, but why? Because admins never found a smart way to implement it. You could have made it available only in specific zones, with reduced drops, working like Adrenaline, or auto-teleporting to farm for a limited time per day—just enough to help people with limited time stay relevant in-game. There should also be zones with better drops, where active farming actually matters. Other features feel pointless—like the Life Stone system. Spamming LS to get a skill? Instead, you could create a system where you level up the skill with low chances per level, something that feels progressive and fair. Crafting should be simpler too. Right-click a recipe, and the required materials should show up right there. As for sieges, why not create daily clan war events at peak hours—one for Europeans, one for Latinos? You could spawn crystals inside or outside castles that give points and trigger PvP. Add a boss during the event that gives even more points, and let the top clan in the ranking take the castle. I could go on forever, but what’s the point? The community died because the people who had the knowledge to improve the game just took the easy way out, copying the same server formula over and over until no one could enjoy playing it anymore.
    • It's not because I'm an admin that he treated me differently. I actually gave him several clients from my side without him even knowing they came from me, and most of them had no issues. I was also waiting 3–4 weeks at times for things I bought from AvE, even when I was in a rush. He still delivered in the end. That said, I'm not defending him blindly. I'm just saying it's unlikely he’d risk scamming someone over 60–100€, especially knowing how quickly word spreads here.
    • For exact same reason - there were accusation that I scammed. When was it? 2016? But in that time, admins actually didn't listen. I got banned, then unbaned (when I prooved I've refunded) but I was trash talking to mods. When few months later same shit happened, Grisom (?) old global mod, banned me anyway. You can read somewhere on forum how I was shitting on him for doing that (from other account because original account was banned) - which was banned too. He is not here anymore I think. Back in the days I was well know for not carring that much if I was talking to mod or admin, I didn't hold my tongue. Now You know. Just like You know - if I delay, I deliver or refund. I'm not a scammer, even if my old time haterz love to repeat themselfs like mantra. I don't care.
    • Okay I respect that but why is your other account banned?   I don't think this happened just because you delayed somebodys work even in 2012
  • Topics

×
×
  • Create New...