mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[GH-ISSUE #251] Linux not running the AppImage on Steam Deck #36
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#36
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 @obscurerev on GitHub (Jul 6, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/251
I am receiving an error which doesn't allow the program to run on Steam Deck. I've read a forum online saying it's due to the libraries the appimage is being built on to be a later version. Is there a fix, or is it not possible to run ShadPS4 on a Steam Deck right now?

@qurious-pixel commented on GitHub (Jul 6, 2024):
This is due to the build using the latest GLIBC version for the artifacts. Using an earlier version
Ubuntu 22.04, would fix this error, but there is another error curently blocking that tries to create a read-write folder in a read-only section of the package.@anatoliiohorodnyk commented on GitHub (Jul 8, 2024):
Update Steam Deck to latest 20240702 firmware, and try. I managed to run the linux-qt version from the test branch where the read-only problem is fixed
@prototype5885 commented on GitHub (Aug 20, 2024):
same issue on debian 12
@MorrisBA commented on GitHub (Aug 21, 2024):
I have the same issue on PopOS! on Wayland. I have tried with the latest linux-qt build. I have followed the steps to build using cmake, outlined in Linux Build Instructions. When installing the requirements I receive the below.
E: Unable to locate package libvulkan-memory-allocator-dev E: Unable to locate package libmagicenum-dev@veryrealwildcat commented on GitHub (Aug 22, 2024):
Just tested, the bb-hacks branch is not working on latest stable SteamOS. Just refuses to open in both desktop and game mode.
@Hermiten commented on GitHub (Oct 1, 2024):
Can you test again ?
Maybe this can fix the problem https://github.com/shadps4-emu/shadPS4/pull/1187
@qurious-pixel commented on GitHub (Oct 1, 2024):
You need SteamOS Beta branch. It is up-to-date with the builds from Github.