Open
Description
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
- I have searched the issue tracker and did not find an issue describing my bug.