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

Does Amidst run when offline? #77

Closed
BigAlanM opened this issue Feb 16, 2016 · 1 comment
Closed

Does Amidst run when offline? #77

BigAlanM opened this issue Feb 16, 2016 · 1 comment
Assignees
Labels

Comments

@BigAlanM
Copy link
Contributor

When I copied the crash report to enter into Issue #71 I found that there is a notice in the "versions.json" file from Mojang that states that it's moving from https://s3.amazonaws.com/Minecraft.Download/versions/versions.json.

"__comment": "This URL is being phased out! Please update your scripts to check https://launchermeta.mojang.com/mc/game/version_manifest.json instead. Thanks <3 --Dinnerbone",

  1. I suspect that this needs to be changed in the Amidst code.
    NOTE: The new file, version_manifest.json, has another parameter in each version entry labeled "url".
  2. What happens if Amidst is run on a machine that doesn't happen to be online at the time?
@stefandollase
Copy link
Contributor

You can run Amidst completely without an internet connection. It uses the internet for three reasons:

Checking for updates

This will just be skipped.

Loading the current version list

This will fallback to a possibly outdated version list which is included with the Amidst jar file. This may cause an issue where a profile that uses the latest version will now use the latest version included in the outdated version list. However, there is nothing we can do about this, really.

Loading player information

The skin will fallback to the Steve skin while the player name will fallback to the uuid.

You made a really good discovery there. I will create a new issue for it, since the main question here is answered.

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

No branches or pull requests

2 participants