TheStonedTurtle / Loot-Logger

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

READ IF MISSING DATA - Loot logger created new profiles for an account I have used before #44

Closed turkeymana closed 10 hours ago

turkeymana commented 1 year ago

Inside the RL folder it created a new profile with a large 19 digit negative integer. This is making it not recognize that the account I'm logged into already has a folder and thus is creating two files for the same account. Not sure as to why or how this happened.

TheStonedTurtle commented 1 year ago

The plugin should have renamed your account folder to the one with the numbers. The Jagex launcher does not have access to your login name so I changed the plugin to use your accounthash as the folder name so the plugin would work regardless of how you launched it.

A few people have had issues where the migration doesn't actually rename the folder and instead creates a new one and I'm not sure why that's happening.

To fix your issue you can copy the number folder name (your account hash) and then rename the folder with your login name to that. You may want to delete the one with numbers first or rename it so it doesn't try to overwrite files.

The RuneLite folder should be located at %USERPROFILE%/.runelite on windows or ~/runelite on linux/mac

TheStonedTurtle commented 1 year ago

I found out this issue only existed if your hash was negative, a fix has been pushed out but will only affect people moving forward with the conversion. You will still need to follow the above steps.

turkeymana commented 1 year ago

Thank you. always happy to bug hunt :)

TheStonedTurtle commented 1 year ago

Re-opening so others who have a similar issue can find this

TheStonedTurtle commented 10 hours ago

If someone has this problem that means they haven't played in over 1.5years, as such I'm closing & unpinning as this issue.