mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #2855] [APP BUG]: Flatpak fails to start after setting ISO location (Nobara/Fedora, Wayland KDE) #917
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#917
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 @ItsRogueRen on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2855
Checklist
Describe the Bug
Using the verified Flatpak build on Flathub, ShadPS4 fails to start. When running from a terminal using
flatpak run net.shadps4.shadPS4the app gives a single line and closes:corrupted size vs. prev_size while consolidatingThis doesn't happen with the appimage from here on Github, so the issue seems to be related to something with the Flatpak build.
Reproduction Steps
If not already, install flathub
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepoinstall shadPS4 with
flatpak install net.shadps4.shadPS4in a terminal, run ShadPS4 with
flatpak run net.shadps4.shadPS4Expected Behavior
Emulator to run after setting the game location
Specify OS Version
Nobara Linux 41, KDE Wayland
CPU
Ryzen 9 5900X
GPU
AMD RX 7700XT
Amount of RAM in GB
32GB DDR4 3200MHz
@fpiesche commented on GitHub (Apr 29, 2025):
Have you given the Flatpak permission to access your game path? By default, Flatpak distributions are heavily sandboxed and cannot access directories outside of
~/.var/app/[app ID]; shadPS4's default permissions include the yourhomedirectory but if your games are stored outside of that it might still run into trouble.@MajorP93 commented on GitHub (Apr 30, 2025):
@ItsRogueRen I recommend to create an issue here instead / aswell: https://github.com/flathub/net.shadps4.shadPS4
@Hermiten commented on GitHub (Sep 23, 2025):
I'm closing here, we can follow this on the flathub repo