Launcher
Launcher copied to clipboard
Certain FTB legacy packs return "No installation method found!" on case-sensitive operating systems
Operating System
Linux
Description of bug
Upon installing certain FTB Legacy packs, "No installation method found!" appears.
Steps to reproduce
- Add the pack code
ats(under FTB Legacy) - Install the latest version (
1.0.5) ofATS-CHALLENGE
Suspected cause
In PackInstallTask.cpp, MultiMC searches for a folder named instMods, but some packs (such as this one), contain an instmods folder, which will cause an error on case-sensitive operating systems.
This issue is unique
- [X] I have searched the issue tracker and did not find an issue describing my bug.
maybe related to https://github.com/MultiMC/Launcher/issues/4266
I've looked at #4266 and it's a different issue.