-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steam fails to start on new account because of outdated libxcb #4816
Comments
Hello @lumag, there is an updated libxcb.so.1 in the steam beta client which was added in the 2017-01-05 beta update. |
@kisak-valve The problem is that the error happens before I'm able to opt-in to beta. It happens right after I first start steam in a new Linux account. No UI, nothing. |
Your choices should be to either LD_PRELOAD the 32 bit system variant of libxcb.so.1 or use If you are still experiencing this issue with the steam beta client, then we can investigate further. |
echo publicbeta > ~/.local/share/Steam/package/beta |
@kisak-valve Thing is that this bug is fixed now in the steam client, but still there at the "installers" http://repo.steampowered.com/steam/pool/steam/s/steam/ The first run still needs to be without DRI3. We need an update of the "initial bootstraplinux_ubuntu12_32.tar.xz"-libs to make the fix work for everyone. So time to make a steam_1.0.0.55.tar.gz available. |
Any news on this? This is now also a problem on Ubuntu 17 |
I have the same problem: |
ffs even on Ubuntu they are having this issue. I think I will stick with either SteamOS or Windows to play...FCKKKKKK! |
|
I have the same problem with ubuntu 17.10 (gnome-shell, wayland) - the workaround from @phgachoud worked but a update would be great ;) |
I have the same problem with Sabayon. |
fresh install of Manjaro 17. I dragged my /home partition from Debian, and Steam won't start for an unknown reason. Nothing that is suggested work, and I have no idea why. |
@yanickrochon so maybe you're wrong here. Go to our manjaro forums at https://forum.manjaro.org and create a topic for this, set steam as tag, maybe also mark user Tids (me), and we'll look into that. |
Running with
We're using (I'm also using Sabayon, FWIW) |
Confirming. Running Steam with the command |
Same issue today on fresh install Linux Mageia 6 x64 (spirit successor of Mandriva). Issue at launch:
Fixed by launch with
After that steam download update and after this workaround with disable dri3 is not needed. |
Same issue. |
Removing ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1 fixed it for me as well. Using Ubuntu 17. |
Removing ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1 fixed it for me as well. Using Ubuntu 17.10 :) |
Same for me, thank you kdkwiatkow! |
@deejayingo, that file is owned by the regular user, so |
Same issue on ubuntu 17.10
fixes it. |
How is this still a problem on the public download? |
Just installed the package from http://repo.steampowered.com/steam/archive/precise/steam_latest.deb |
Now broken on the upcoming openSUSE Leap 15.0 as well |
Same error message on Ubuntu 18.04. |
So is the LD_PRELOAD or the removal of |
@retorquere whatever you want. You only need to do that one time, when after the first steam update there is no need for that workaround anymore. |
On Ubuntu 18.04.1 LTS the issue still happens, so I used the fix that phgachoud put more than a year ago above: LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam After that the GUI started to show and update happening and it seems it is working now. |
Valve, what in the world is going on over there? Are you guys just asleep at the wheel or what? Why are you investing in new Linux development when your client can't even open? |
This should actually be fixed with version .55 of the Steam package; @pesr0412, is that what you were using? What's the output of |
@Plagman I would define myself as someone who is not an experienced Linux user, hence my choice of Ubuntu latest stable version since it seems to be one of the most popular and so my thought was that when installing programs I would not run into issues, I downloaded and installed Steam around a month or two ago so I don't know how to obtain the version number, however based on the output of the command you kindly gave I assume is .55, however this output is after I ran the other command I have stated so I'm not sure if that would have modified this output |
Thanks; this package version is intended to work out of the box on 18.04, but that's clearly not the case here; I'll have to go dig into what exactly is happening. To clarify, was your Steam install from 1-2 months ago not working for all that time, and the workaround you just applied let you use it for the first time? |
.55 should fix annoying issues ValveSoftware/steam-for-linux#4816 (comment)
yeah, it was from 1-2 months ago when I installed, tried and upon seeing nothing happening I just left it there until I recently decided to google the issue for solutions... |
Hello @pesr0412, that's right around the time 1.0.0.55 came out and since you're using the valve-provided steam package, apt would have auto-updated the steam package at some point if it were 1.0.0.54 when you tested. If it was 1.0.0.54 when you tried originally, ~/.local/share/Steam would have held the older bootstrapper with the troublesome behavior until it was either removed or worked around (which you did). |
Worked for me too .... Thanks a lot.. Using OpenSUSE LEAP 15 |
Please test this release candidate for 1.0.0.60 installer: http://repo.steampowered.com/download/testing/steam-launcher_1.0.0.60_all.deb It should work out of the box on ubuntu 18.04, several issues were addressed. |
steam-launcher 1.0.0.61 is officially out, assuming this issue is fixed, closing due to lack of feedback (feel free to comment and we'll reopen if needed). |
And this two year saga has ended. Great job! |
Hi! |
Your system information
Please describe your issue in as much detail as possible:
Fresh install of steam does not start up:
Steam installer presents EULA, then fails to start/download after accepting the license.
Removing
~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1
allows steam client to start downloading update package.Steps for reproducing this issue:
steam
The text was updated successfully, but these errors were encountered: