You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since yesterday (1. July 2023), Steam hangs on start, unable to create a window for itself (new GUI problem?). It appears that start.sh is repeatedly trying to create a steamwebhelper that just crashes soon after spawning.
Update: Identified as a CEF (libcef.so) issue, it’s currently tracked by NVIDIA and looks like a workaround is out in Steam Beta (see changelog). Should be fixed by disabling "GPU-accelerated web rendering" and wiping GLCache, see #9780 (comment).
When I try to start Steam either from the terminal or from the application launcher, the process just hangs and doesn't open the Steam client (has to be killed using kill or just killall steam).
The issue started appeared one day ago–Steam was working perfectly fine before that. I made no changes to the system, settings or anything in that time (auto-update might have happened though).
Executing steam in the terminal didn't print any errors or any lines that would differ from a successful launch. After "RegisterForAppOverview", it appears that steamwebhelper was repeatedly executed:
steamwebhelper.sh[330664]: Runtime for steamwebhelper: defaulting to /home/onegen/.steam/debian-installation/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[330664]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
The longer I let it run, the more steamwebhelpers were spawned (seen in htop and ps aux | grep 'steam', no window ever appeared. At this point, the program didn't respond to even SIGINTs and had to be forcibly killed.
By some miracle, I was able to start Steam in offline mode (steam -offline) once after running steam --reset. Games, incl. online ones, ran as expected. But sadly, after I restarted the computer again, not even the offline option helped (I tried resetting again, no change).
Addendum: Running steam -bigpicture fails in a…peculiar way (video)Screencast.from.2023-07-03.00-08-47.webm
Steps for reproducing this issue:
Run Steam
What I tried so far:
steam -offline
steam --reset
steam --flushconfig
steam -cef-disable-gpu
steam -bigpicture
DRI_PRIME=0 steam
Resetting the network & wiping the DNS cache
Reinstalling CUDA
Reinstalling VDPAU/VAAPI
dnf downgrade steam
dnf reinstall steam
dnf remove steam && dnf install steam
rm -rf ~/.cache/nvidia/GLCache
rm -rf ~/.steam/ ~/.steampath ~/.steampid
rm -rf ~/.local/share/Steam/ (worked for a time, see #9780 (comment))
steam -vgui (works to a limited extent, see #9780 (comment))
Since yesterday (1. July 2023), Steam hangs on start, unable to create a window for itself (new GUI problem?). It appears that
start.shis repeatedly trying to create asteamwebhelperthat just crashes soon after spawning.Update: Identified as a CEF (libcef.so) issue, it’s currently tracked by NVIDIA and looks like a workaround is out in Steam Beta (see changelog). Should be fixed by disabling "GPU-accelerated web rendering" and wiping GLCache, see #9780 (comment).
System Information
$ dnf list installed "*steam*"$ dnf list installed "*nvidia*"$ inxi -FDescription
When I try to start Steam either from the terminal or from the application launcher, the process just hangs and doesn't open the Steam client (has to be killed using
killor justkillall steam).The issue started appeared one day ago–Steam was working perfectly fine before that. I made no changes to the system, settings or anything in that time (auto-update might have happened though).
Executing
steamin the terminal didn't print any errors or any lines that would differ from a successful launch. After "RegisterForAppOverview", it appears thatsteamwebhelperwas repeatedly executed:The longer I let it run, the more
steamwebhelpers were spawned (seen inhtopandps aux | grep 'steam', no window ever appeared. At this point, the program didn't respond to even SIGINTs and had to be forcibly killed.By some miracle, I was able to start Steam in offline mode (
steam -offline) once after runningsteam --reset. Games, incl. online ones, ran as expected. But sadly, after I restarted the computer again, not even the offline option helped (I tried resetting again, no change).Addendum: Running
steam -bigpicturefails in a…peculiar way (video)Screencast.from.2023-07-03.00-08-47.webm
Steps for reproducing this issue:
What I tried so far:
steam -offlinesteam --resetsteam --flushconfigsteam -cef-disable-gpusteam -bigpictureDRI_PRIME=0 steamdnf downgrade steamdnf reinstall steamdnf remove steam && dnf install steamrm -rf ~/.cache/nvidia/GLCacherm -rf ~/.steam/ ~/.steampath ~/.steampidrm -rf ~/.local/share/Steam/(worked for a time, see #9780 (comment))steam -vgui(works to a limited extent, see #9780 (comment))