None of my games are launching

Hello, I installed bazzite-deck on my htpc, through a rebase from fedora silverblue (bazzite-deck iso had too many bugs for me), installed the signed image and everything Game mode runs just fine, installed emudeck and decky (manually) without problems But I can't launch any game from Steam, they all boot me back to the game's view without a second of showing any frame from the game, same behavior in game mode. Am I missing some drivers or what? Any guidance would be much appreciated thanks. I've got an all AMD system (rDNA 2 zen 2 system)
Solution:
I would make sure it's mounted by your user and not by root
Jump to solution
16 Replies
1/4 Life
1/4 Life8mo ago
No drivers for AMD, should just work Try setting the launch option of one of these games to: PROTON_LOG=1 %command% and then send us the log that appears in the home directory
zayn
zayn8mo ago
Even Proton log isn't generated
1/4 Life
1/4 Life8mo ago
means it's failing to run entirely, switch to desktop mode, close steam, open terminal, and launch steam through the terminal
zayn
zayn8mo ago
I tested with cuphead
1/4 Life
1/4 Life8mo ago
then launch a game and see what's printed
zayn
zayn8mo ago
Ok
assert_20231021003234_32.dmp[25515]: Uploading dump (out-of-process)
/tmp/dumps/assert_20231021003234_32.dmp
assert_20231021003234_32.dmp[25515]: Finished uploading minidump (out-of-process): success = yes
assert_20231021003234_32.dmp[25515]: response: CrashID=bp-1750e7e2-b16c-4e4a-8229-762a72231020
assert_20231021003234_32.dmp[25515]: file ''/tmp/dumps/assert_20231021003234_32.dmp'', upload yes: ''CrashID=bp-1750e7e2-b16c-4e4a-8229-762a72231020''
/bin/sh\0-c\0PROTON_LOG=1 /var/home/gamer/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=268910 -- /var/home/gamer/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/run/media/samsung_nvme/SteamLibrary/steamapps/common/SteamLinuxRuntime_sniper'/_v2-entry-point --verb=waitforexitandrun -- '/var/home/gamer/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun '/var/home/gamer/.local/share/Steam/steamapps/common/Cuphead/Cuphead.exe'\0
chdir "/var/home/gamer/.local/share/Steam/steamapps/common/Cuphead"
ERROR: ld.so: object '/var/home/gamer/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/var/home/gamer/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/var/home/gamer/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Uploaded AppInterfaceStats to Steam
assert_20231021003234_32.dmp[25515]: Uploading dump (out-of-process)
/tmp/dumps/assert_20231021003234_32.dmp
assert_20231021003234_32.dmp[25515]: Finished uploading minidump (out-of-process): success = yes
assert_20231021003234_32.dmp[25515]: response: CrashID=bp-1750e7e2-b16c-4e4a-8229-762a72231020
assert_20231021003234_32.dmp[25515]: file ''/tmp/dumps/assert_20231021003234_32.dmp'', upload yes: ''CrashID=bp-1750e7e2-b16c-4e4a-8229-762a72231020''
/bin/sh\0-c\0PROTON_LOG=1 /var/home/gamer/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=268910 -- /var/home/gamer/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/run/media/samsung_nvme/SteamLibrary/steamapps/common/SteamLinuxRuntime_sniper'/_v2-entry-point --verb=waitforexitandrun -- '/var/home/gamer/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun '/var/home/gamer/.local/share/Steam/steamapps/common/Cuphead/Cuphead.exe'\0
chdir "/var/home/gamer/.local/share/Steam/steamapps/common/Cuphead"
ERROR: ld.so: object '/var/home/gamer/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/var/home/gamer/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/var/home/gamer/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Uploaded AppInterfaceStats to Steam
1/4 Life
1/4 Life8mo ago
what filesystem is your samsung_nvme?
zayn
zayn8mo ago
ext4
1/4 Life
1/4 Life8mo ago
hmm can you copy/paste more of what was there? Nothing in your block stands out could also be an issue with proton, try validating game files
HikariKnight
HikariKnight8mo ago
is your games on an ntfs drive by any chance? oh wow messages loaded now for me nvm
zayn
zayn8mo ago
1/4 Life
1/4 Life8mo ago
src/clientdll/remotestoragefilesynccontext.cpp (947) : Assertion Failed: Failed to write file after download (2) almost looks like a file permission error how are you mounting this drive?
zayn
zayn8mo ago
I opened partitionmanager and added the partitions to fstab, didn't put any fancy options iirc, will show you my fstab tomorrow
Solution
1/4 Life
1/4 Life8mo ago
I would make sure it's mounted by your user and not by root
1/4 Life
1/4 Life8mo ago
then go from there
zayn
zayn8mo ago
Yeah I think the mounting was done wrong, did it all over again by creating fresh mounting points in /mnt then mounting without any options from partitionmanager, works perfect now, thank you guys