Jump to content
  • 0

Game Server Problem


Question

Posted

Hello everyone!

In my server, while it is running normally some times it just stucks.

And it needs restart, from the host.

Also some times im getting this error.

Could someone help me?

Thanks in advance!

52309242_304485407085882_550344421976047616_n.png

3 answers to this question

Recommended Posts

  • 0
Posted

InterruptedException is generally fired when a task is cutting the db access. In another terms, a task is cutting the current regular/normal operations and the database is unhappy about it since it is forced to end.

 

In your case, it's probably a task from a custom (I never encountered this issue on L2J IL), fired by cancel(true), and happening on attackable death / autoloot process (so can be either on reduceHp, doDie, calculateRewards, doAutoLoot and addItem).

 

To fix it, you should first set the autoloot property OFF to exclude the fact it comes from here. If problem is solved with autoloot OFF, then it comes from here. Otherwise it comes from  doDie / reduceHp.

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