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)
16 Replies
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
Even Proton log isn't generated
means it's failing to run entirely, switch to desktop mode, close steam, open terminal, and launch steam through the terminal
I tested with cuphead
then launch a game and see what's printed
Ok
what filesystem is your samsung_nvme?
ext4
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
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?I opened partitionmanager and added the partitions to fstab, didn't put any fancy options iirc, will show you my fstab tomorrow
Solution
I would make sure it's mounted by your user and not by root
then go from there
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