ValveSoftware / steam-for-linux

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

Steam won't finish starting #7226

Closed tremby closed 1 year ago

tremby commented 4 years ago

Your system information

Please describe your issue in as much detail as possible:

When I start Steam I get a "Connecting Steam account: [my username]..." window which stays forever. The system tray icon has appeared, and its menu opens when clicked, but the "Library" option, for example, does nothing.

If I run Steam from a console, I get some output, which I've put on Gist: https://gist.github.com/tremby/13878b74481a8a0faeffc7f62bd2956b

I have tried moving pinnedlibs* out of the way as I saw suggested in some other issues, but this didn't help.

I'm not sure if this is related to https://github.com/ValveSoftware/steam-for-linux/issues/7225 or https://github.com/ValveSoftware/steam-for-linux/issues/7223

Steam was working fine as recently as two days ago. With no reboot or package upgrades between, it was working and then not working in the same day. Since then I upgraded all packages and rebooted, and it's still not starting.

Steps for reproducing this issue:

  1. Try to start Steam
kisak-valve commented 4 years ago

Hello @tremby, based on appdatacache.cpp (697) : Assertion Failed: !package.missing_token() in the log, maybe give https://github.com/ValveSoftware/steam-for-linux/issues/7177#issuecomment-643558754 a try?

yhojann-cl commented 4 years ago

ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. Your libgtk3 is broken or you use a non 64 bits libraries on 64 bits system. you install steam from apt-get?.

tremby commented 4 years ago

Just followed @kisak-valve's suggestion and renamed .local/share/Steam/package. This did the trick -- when I ran it again, it downloaded and installed some things and then started successfully. Thanks!

@WHK102 I guess this means my system packages are OK. I installed Steam from the deb file given by the Steam website, via gdebi.

msakrejda commented 4 years ago

@kisak-valve fwiw, I just had the exact same issue and https://github.com/ValveSoftware/steam-for-linux/issues/7177#issuecomment-643558754 (specifically, deleting ~/.local/share/Steam/package) fixed it for me.

kisak-valve commented 1 year ago

Hello, has anyone seen this issue in recent memory?

yhojann-cl commented 1 year ago

Hello, has anyone seen this issue in recent memory?

Hello, I have changed my graphics card from nvidia gforce 1060 gt to a radeon and I have not had any problems again. It seems to be a mix of different issues related to proprietary drivers and mesa. With the amdgpu driver that comes natively incorporated in ubuntu 220.4.1 lts, it has never given any more problems.

kisak-valve commented 1 year ago

Closing as outdated.