PrismLauncher / PrismLauncher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)

Home Page:https://prismlauncher.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal --profile Option requires the name to match Capitalization

Bedlesssgod opened this issue · comments

Operating System

No response

Version of Prism Launcher

Prism Launcher 8.3

Version of Qt

Qt 6.2.4

Description of bug

Attempting to use the Command
./PrismLauncher.AppImage --launch "1.8.9(1)" --server "0:25402" --profile Bedlessdeus

Doesnt Launch Instance, but if changed to
./PrismLauncher.AppImage --launch "1.8.9(1)" --server "0:25402" --profile BedlessDeus

It works, from this reasoning I deduct, that it requires the exact same capitalization that is recorded in the Launcher, it would be usefull, if this arg was passed into #toLowerCase() before checking if it matches.

Steps to reproduce

run
./PrismLauncher.AppImage --launch "%yourInstance%" --profile "%yourProfileNameIgoringCaps%"

Suspected cause

Name Match is checking for matching caps

This issue is unique

  • I have searched the issue tracker and did not find an issue describing my bug.

That is intended