Implemented Java validations within the UI.
When a user attemps to launch, the configured Java executable will be validated. If it is invalid, we will look for a valid installation. If no valid installation is found, the user will be prompted with an option to install Java. An option to decline needs to be added. If they choose to install, it will download, extract, and update the executable in the config. The game will then be launched. Also added progress tracking for asset validations, as they can potentially take a bit longer. Showing progress assures the user that the program isn't stuck or broken.
This commit is contained in:
@@ -104,4 +104,6 @@ Run either of the build scrips noted below. Note that each platform can only be
|
||||
|
||||
If you run into any issue which cannot be resolved via a quick google search, create an issue using the tab above.
|
||||
|
||||
Much of the discussion regarding this launcher is done on Discord, feel free to join us there [](https://discord.gg/hqdjs3m)
|
||||
Much of the discussion regarding this launcher is done on #launcherdev in Discord, feel free to join us there.
|
||||
|
||||
[](https://discord.gg/hqdjs3m)
|
||||
Reference in New Issue
Block a user