Launcher icon indicating copy to clipboard operation
Launcher copied to clipboard

Certain FTB legacy packs return "No installation method found!" on case-sensitive operating systems

Open christophorum opened this issue 3 years ago • 2 comments

Operating System

Linux

Description of bug

Upon installing certain FTB Legacy packs, "No installation method found!" appears.

Steps to reproduce

  1. Add the pack code ats (under FTB Legacy)
  2. Install the latest version (1.0.5) of ATS-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.

christophorum avatar Dec 18 '21 19:12 christophorum

maybe related to https://github.com/MultiMC/Launcher/issues/4266

phit avatar Dec 19 '21 11:12 phit

I've looked at #4266 and it's a different issue.

christophorum avatar Dec 19 '21 20:12 christophorum