TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

Disconnect/freeze when new drop is received #49

Closed MaxedWhip closed 1 year ago

MaxedWhip commented 1 year ago

At cerberus specifically, nowhere else, the client has been getting frozen or disconnected for approx 0,2 seconds every kill the moment loot should have appeared. Turning off loot logger removes the issue and turning the plugin back on the issue resumes. At the same time It does not let me open cerberus log anymore, though all other logs can be opened through the side panel as normal. Is it possible the problem is caused by too many kills logged? At the moment theres around 20k kills logged in cerberus.

TheStonedTurtle commented 1 year ago

There's a very rare issue where instead of a new entry being inserted on a new line it is appended to the previous line with a bunch of spaces between it. This can cause the reader to fail.

If you want to upload your cerb log here I can take a look.

Also if you can attach your client.log file from .runelite/logs that would help as well.

MaxedWhip commented 1 year ago

cerberus.log client.log Looks like 27157-27160 kc theres 1 entry like that atleast?

TheStonedTurtle commented 1 year ago

cerberus.log I fixed that issue where you mentioned and it's loading fine for me now, let me know if it still causes the lag spike for you.

MaxedWhip commented 1 year ago

Looks like that did it, thanks!