mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[GH-ISSUE #3756] [APP BUG]: New QT launcher doesn't forward command line arguments to default version #1120
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cuesta4 on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3756
Checklist
Describe the Bug
It is no longer possible to launch a game from the command line if using the LauncherQT version. Launch arguments seem to be ignored and don't reach the default selected emulator version, so nothing happens.
This broke integration with game library managers (ex Playnite) which rely on command line use.
Reproduction Steps
Open command line > try to launch a game with -g ImagePath.
Expected Behavior
Launcher passes command to default selected version, which starts as daughter process.
Specify OS Version
Windows 11 25H2
CPU
Ryzen 5600
GPU
RTX 3060
Amount of RAM in GB
24GB
@RuskyDed commented on GitHub (Oct 31, 2025):
Please run QtLauncher with the -h (or --help) argument and you'll see how to use it properly.
@cuesta4 commented on GitHub (Nov 1, 2025):
Sorry, it was as easy as adding "-d" to it. My bad. Closing this now.