41
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 06 Dec 2023
41 points (100.0% liked)
Linux Gaming
15221 readers
92 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
First step there would be to get some logs. Launch steam from a terminal and output to a file:
Launch a game and watch the terminal to see what happens.
If you moved games after launching them, clearing their Proton containers can help. I had some games set to extremely old Proton versions that couldn't launch because the version jump was too big. I've also seen vanilla wine prefixes break when moved due to some symlinks.
But those are guesses, the logs will tell you. Sometimes it even actually tells you how to fix it!
Thank you, actually having a log to go through was very useful! Kinda. I managed to suss out that vkBasalt was having a config issue, which I eventually fixed. Now all my OS drive games seem to launch fine, except SteamVR (still).
I was able to do a little more research with info from the log and I found out running SteamVR the usual way was broken. Launching Steam from
/usr/lib/steam/
makes it...sorta work.Yeah, turns out it happened to be a separate issue from my initial problem, but with the same symptoms.
Thanks for the closure. I was real curious about this one.