ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.23k stars 174 forks source link

After update steam stopped to close properly, all games stopped to work. #8453

Closed somewhatfrog closed 2 years ago

somewhatfrog commented 2 years ago

ryzen 5600x 3060 ti proprietary drivers everything is up to date

All games native and proton stopped to work, some stuck on "Preparing to launch" window, others launch and immediately crash or just run but nothing happens and steam think they still work. Steam itself don't close properly, impossible to run it again until all related processes are killed. I tried different proton versions and beta client, no difference.

ps. games thru heroic launcher work fine.

Log: (https://gist.github.com/)

Steps for reproducing this issue:

Normal use.

GKasparov commented 2 years ago

Can reproduce this issue, I'm experiencing this on Arch Linux with the latest steam update (Beta). This issue however seems to not occur when I am using PulseAudio, occurs for me with Pipewire with Wireplumber.

Gaurav-Singh-97 commented 2 years ago

Similar thing happening with me on Manjaro as well, except it seems some native linux games can be launched (CSGO (although crashes within a minute after launch), Poly Bridge 2) but windows games that ran through wine (Freeways, Rise of Nations, etc) don't launch anymore.

GKasparov commented 2 years ago

Yep, native games mostly seem fine for me (not much out of the ordinary). This issue seems to be occurring with titles running through SteamPlay

somewhatfrog commented 2 years ago

Can reproduce this issue, I'm experiencing this on Arch Linux with the latest steam update (Beta). This issue however seems to not occur when I am using PulseAudio, occurs for me with Pipewire with Wireplumber.

I am on pulseaudio.

GKasparov commented 2 years ago

Can reproduce this issue, I'm experiencing this on Arch Linux with the latest steam update (Beta). This issue however seems to not occur when I am using PulseAudio, occurs for me with Pipewire with Wireplumber.

I am on pulseaudio.

Apologies, when I referred to Pipewire being the issue that was actually a different yet similar crash. Can confirm that even with PulseAudio there are games failing to launch or ones that take way too long to start and are buggy during play.

somewhatfrog commented 2 years ago

A little update, I tried to make a clean install (no ".steam" folder or anything related in "/local/share/") and steam app now quits properly, but as soon as I install any proton game it fails to do so until new clean install. This happens regardless of proton version used.

Installing only native game doesn't result in steam app to fail to quit properly.

Games still don't work. Vulkan shaders do get processed tho.

somewhatfrog commented 2 years ago

A useful update, setting this lines in mangohud.conf to "0" allowed me to run games.

 gpu_name=0
 cpu_power=0
 arch=0
 engine_version=0
 resolution=0
 gamemode=0
 vkbasalt=0

Added: I found this https://github.com/flightlessmango/MangoHud/issues/701 so I guess this is not steam app issue anymore.