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.

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