I have been able to run games whether it was Steam, GOG, or itch and now I can’t get shit to run. I don’t have the worst rig. I was playing Fo4, and now suddenly I can’t. I switched from a shitty Windows to Garuda. That was working wonderful, until I suddenly couldn’t get it to work no matter what Proton version. Then I switched to Ubuntu, same issue. Then Cachy, then back to Ubuntu, and now back at it again with Garuda. Still. The. Same. Fucking. Problem. I have scoured the net for answers and fixes to no avail and I feel like driving into traffic. I cannot get any Proton version to run ANY GAME at this point, not just the more intensive ones. What the fuck do I do? Here are some specs:
- Processor: 8 x Intel Core i7-2600 CPU @ 3.40Ghz
- Mem: 32 GiB RAM
- Graphics Processor: Quadro K620
- Dell Optiplex 990 (7010 housing)
- 245GB SSD, with additional 500GB HDD and 4TB external drive
I have been able to seamlessly play all kinds of games for months, and then it just up and doesn’t let me anymore. I haven’t done anything to tweak shit out of whack. No matter how many clean installs and following instructions otherwise, this shit feels BROKEN and I’m LOSING IT. Someone help me please.
-Little extra info, I always skip the Vulkan shaders bullshit and it was fine before. Sometimes it’d load with the "Downloading Windows (somethingsomething), but I don’t get that anymore, and as soon as I skip the thing crashes before any launchers of sorts can load so I can mess with configuration with the little GUI bullshit before total launch.
- UPDATE:
I have switched to Bazzite and have set my external drive to ext4. Shit seems to work seamlessly now. Thank you all very much.
For steam, shutdown it and start it from terminal to see logs from steam and games on screen. Then start the game that doesn’t want to start and paste those logs. Because 99% of time clue for the reason why its failing is in the log.
You dont need to use this method to get the logs maybe there is a simpler one foe your setup, like look for those logs in journal or any other place but thats how I did investigate why some steam game didn’t start. But I did have native steam, not flatpak one. For flatpak you might need some
flatpak run something. something
command, it should log a lot of text, if not then maybe need some --params to not go into background.Overall this method works for most stuff, logs are the holy grail of any app when debugging and (almost if not) all linux run app does output those :)