ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.21k stars 175 forks source link

Steam no longer opens after system updates #10417

Open grian32 opened 7 months ago

grian32 commented 7 months ago

Your system information

Please describe your issue in as much detail as possible:

After recently updating system packages and such steam no longer opens. This is the output i get by running Steam in the command line:

steam.sh[15765]: Running Steam on pop 22.04 64-bit
steam.sh[15765]: STEAM_RUNTIME is enabled automatically
setup.sh[15890]: Steam runtime environment up-to-date!
steam.sh[15765]: Steam client's requirements are satisfied
tid(15973) burning pthread_key_t == 0 so we never use it

Seems to be an issue with Nvidia as when i run it off of the Cpu's IGPU it runs without issues.

Steps for reproducing this issue:

  1. run steam in terminal
bytes-commerce commented 7 months ago

I had your issue before, what worked for me was to close the terminal windows where I ran steam previously, but it sounds like you have restarterd the machine, so I'd rather go for a "Same same but different" notice:

steam.sh[453121]: Running Steam on ubuntu 23.10 64-bit
steam.sh[453121]: STEAM_RUNTIME is enabled automatically
setup.sh[453190]: Steam runtime environment up-to-date!
steam.sh[453121]: Steam client's requirements are satisfied
tid(453255) burning pthread_key_t == 0 so we never use it
[2024-01-23 09:52:42] Startup - updater built Jan 20 2024 02:58:32
[2024-01-23 09:52:42] Startup - Steam Client launched with: '/home/nopenopenope/.steam/debian-installation/ubuntu12_32/steam' '-nominidumps' '-nobreakpad' '--reset'
[2024-01-23 09:52:42] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
01/23 09:52:42 Init: Installing breakpad exception handler for appid(steam)/version(1705720677)/tid(453255)
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)
mackatozis commented 7 months ago

Encountered the same problem on Ubuntu 22.04 with Nvidia 535.

Resolved it by uninstalling version 535 and installing version 545 instead.

sudo apt autoremove nvidia* --purge
sudo apt install nvidia-driver-545

For more detailed instructions, you can refer to this guide: How to Install NVIDIA Drivers on Ubuntu 22.04 or 20.04

lucifertdark commented 7 months ago

I'm using version 545 & the problem is present with them on Ubuntu 22.04 for me. I get the exact same message grian32 is getting apart from the pop part of course.

bytes-commerce commented 7 months ago

Problem for me was resolved by simply restarting my machine.

grian32 commented 7 months ago

As far as I can tell this seems to be an issue with the newer Nvidia Drivers, I fixed it by doing a refresh install (feature of popos which deletes all apps/gets the preinstalled ones to the stock versions(in this case including nvidia drivers) but keeps data, couldn't revert drivers manually due to other issues on my system at the time) to revert the drivers to an earlier version.

ahjolinna commented 7 months ago

I had this same issue with beta client, it would not load/open the app but I did see it on system-tray but it wont open the UI. Restarting with disabling the sandboxing or gpu accelartion webview didnt help either.

I also used nvidia 545 driver (just updated to newest 550.40.07 BETA ) ....

I dont think its driver issue as it did work before on same driver version and it works fine on stable client


my system spec

Operating System: openSUSE MicroOS 20240122
KDE Plasma Version: 6.0.80
KDE Frameworks Version: 5.249.0
Qt Version: 6.6.1
Kernel Version: 6.6.11-1-default (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics
Memory: 46.8 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
lucifertdark commented 7 months ago

I managed to sort my problem, it was GPU accelerated rendering being switched on, not sure why or when I switched it on, but it's back off & everything is back to normal for me.

domdfcoding commented 5 months ago

All I was seeing was the tid(2749) burning pthread_key_t == 0 so we never use it line. After restarting it still shows up but steam then opens as usual.

Septimius-Severus commented 4 months ago

Also running into this same issue, just updated arch today.

kisak-valve commented 4 months ago

Hello @Septimius-Severus, you're most likely looking for #10841 instead of this issue report.