Fabulously-Optimized / vanilla-installer-python

An installer for adding an Fabulously Optimized installation to Minecraft Launcher
MIT License
13 stars 6 forks source link

[Bug]: Separate instance Fabric installation #86

Closed Brancieq-Paul closed 1 year ago

Brancieq-Paul commented 1 year ago

Code of Conduct

What happened?

You can choose the installation path for FO from the main screen of VI. In a folder other than in .minecraft, it will install Fabric in this other folder.

Problem: the Minecraft launcher always searches the Minecraft version in the default .minecraft/versions, even for a separate instance.

So if you install FO with the VI in a separate instance without the correct version of fabric already in your .minecraft/versions, Minecraft will not start.

Step to reproduce:

  1. Remove all fabric versions from your .minecraft/versions
  2. Open the VI, set the installation path to .minecraft/FO
  3. Install any version of FO
  4. Try to launch the game with the created profile, it should not be able to launch
  5. Copy the fabric version from .minecraft/FO/versions to .minecraft/versions
  6. Retry to launch the game with the created profile, it should work

I'll fork and make a PR to fix this.

Version

Beta release

What platform are you using?

Windows

How did you download the software?

GitHub Releases

Relevant log output

No response

Additional data and screenshots

No response