-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add support for multiple system accounts #61
base: master
Are you sure you want to change the base?
Conversation
try { | ||
TryGetToken(accountInfo, tokenBase64); | ||
} | ||
catch (...) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this. I'd be happier if it caught something specific.
Moreover, it shouldn't just silently swallow an error if one occurs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm no expert at C++ so wouldn't know the best way of doing that, could you implement it?
769d69c
to
0d21a19
Compare
Is this still being worked on? We have something similar for our launcher and I was considering adding the functionality to this repo. |
It's no longer necessary with the advent of preview builds so it may end up being redundant. |
I've been using the modified version for ages now with no issues, even modified it further and used it for other projects. |
Fix issues when you have more than 1 account on a machine. This now loops all known accounts if the previous doesn't have access to download Minecraft.
I have attached the updated exe and dll below
MCLauncher.zip