Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jagex Launcher doesn't save "current bank" tab #14

Closed
joshbt44 opened this issue May 16, 2022 · 10 comments
Closed

Jagex Launcher doesn't save "current bank" tab #14

joshbt44 opened this issue May 16, 2022 · 10 comments
Assignees

Comments

@joshbt44
Copy link

I've used this plugin for the past year or so and it is one of my favorite plugins. When I open the bank it works fine, when I teleport away it tells me to login to a character. Only since I started using the jagex launcher.

@Raisoshi
Copy link

Raisoshi commented Dec 8, 2022

Having the same issue

@platnub
Copy link

platnub commented Jan 6, 2023

Experiencing the same

@Z7-z
Copy link

Z7-z commented Jan 20, 2023

A temporary way around this is to access the bank, it'll populate all data in the 'Saved banks' tab for that character, and access all data that way. It does update it upon opening bank again too.

@Azrilkai
Copy link

Azrilkai commented Aug 2, 2023

any plans on updating / fixing this on a more permanent basis? the saved banks doesn't really cut it when you're doing more active gameplay and want to bank check constantly.

@Squimbert
Copy link

having the same issue.

@PidgeBirb
Copy link

Runelite's client.getUsername() is deprecated and now always returns an empty string. See docs. As a result, anytime the game state changes it won't be able to find the current save, since there's no username to look for, and it will empty the current bank panel.

Works fine for me if I update it to client.getAccountHash().

@Lazyfaith Are you still maintaining this repo?

@Squimbert
Copy link

Runelite's client.getUsername() is deprecated and now always returns an empty string. See docs. As a result, anytime the game state changes it won't be able to find the current save, since there's no username to look for, and it will empty the current bank panel.

Works fine for me if I update it to client.getAccountHash().

@Lazyfaith Are you still maintaining this repo?

How do I update it to client.getAccountHash()?

@Azrilkai
Copy link

Runelite's client.getUsername() is deprecated and now always returns an empty string. See docs. As a result, anytime the game state changes it won't be able to find the current save, since there's no username to look for, and it will empty the current bank panel.

Works fine for me if I update it to client.getAccountHash().

can you explain how we can accomplish this? please?

@Lazyfaith
Copy link
Owner

The fix has now been added and will be in v1.3. Submitting thise to RuneLite very soon.

@Lazyfaith Lazyfaith self-assigned this Jan 30, 2024
@Lazyfaith
Copy link
Owner

The latest version has now been accepted by RuneLite so this should be fixed! Let me know if it's not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants