You are not logged in.
Hello world !
Firstly i'm sorry i've a bad english :-)
I use Arch and i've an ATI Radeon graphical card. Then i've installed xf86-video-ati and lib32-ati-dri drivers (because steam is in 32 bits and i've a system in 64Bits)
But when i run steam , i've an error message :
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: dlopen /usr/lib32/xorg/modules/dri/swrast_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/libLLVM-3.4.so))
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Installing breakpad exception handler for appid(steam)/version(1398287272_client)
Installing breakpad exception handler for appid(steam)/version(1398287272_client)
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
[0519/190830:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
What's the solution ? I don't understand why he doesn't work
Do you want help me , please ? Thanks from France !
Last edited by Maximilien Di dio (2014-05-20 16:37:19)
Sorry if my english is bad, i'm a french archer
Offline
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so
The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.
try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so)) libGL error: unable to load driver: r600_dri.so
The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.
try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.
This worked for me after days of trying other solutions. Thanks. <3
Offline
@Lone_Wolf
Thank you Bro , it works !
I can put this post in solved
Last edited by Maximilien Di dio (2014-05-20 16:37:40)
Sorry if my english is bad, i'm a french archer
Offline
Unfortunately, this hasn't worked for me. My steam setup actually never had ...ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 to begin with. Steam was working fine for me a week ago. I did not change my configuration at all.
I have libstdc++5 and lib32-libstdc++5 installed, however, I have noted that I have 3.3.6 installed, not 3.4.x as the error points out. The weird thing is my extra repository is fully up to date, but I figure this is the problem.
I'd like to point out that according to glxinfo, direct rendering is working for me (steam claims it isn't) and I can run other 3D applications just fine.
EDIT:
I removed libgcc_s.so.1, which supposedly helps some users, and that also didn't work. I have the 64 bit and 32 bit versions of gcc-libs installed.
Last edited by schmidtbag (2014-05-23 02:20:02)
Offline
Thanks alot! Deleting libstdc++.so.6 made that error message go away and now Starbound is starting normally again. However, I had to remove libstdc++.so.6 from both the i386 and amd64 subdirectories (running Steam on the x86_64 version of Arch Linux, using open source drivers for some AMD graphics card).
Offline
Unfortunately, this hasn't worked for me. My steam setup actually never had ...ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 to begin with. Steam was working fine for me a week ago. I did not change my configuration at all.
I have libstdc++5 and lib32-libstdc++5 installed, however, I have noted that I have 3.3.6 installed, not 3.4.x as the error points out. The weird thing is my extra repository is fully up to date, but I figure this is the problem.
I'd like to point out that according to glxinfo, direct rendering is working for me (steam claims it isn't) and I can run other 3D applications just fine.
EDIT:
I removed libgcc_s.so.1, which supposedly helps some users, and that also didn't work. I have the 64 bit and 32 bit versions of gcc-libs installed.
ALL WITH STEAM PROBLEMS , PLEASE STOP BLINDLY REMOVING random libraries that fixed it for someone else.
the solution for these issues is very specific to a machine, and what helps you may very well cause (big) problems for others.
Check the steam error log thoroughly for clues what is wrong.
The vast majority of these problems can be solved easily by using proper troubleshooting/diagnosing skills.
In case you can't figure it out yourself, create a NEW thread and POST the error log.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.
try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.
Just wanted to give a shout out to say thanks. I had this same issue & this worked perfectly! Ended what was becoming a major headache.
Offline
it's also worth mentioning that some games come with their own libstdc++.so.6 in ~/.local/share/Steam/SteamApps/common/[name of game] which might need removing (or renaming if you want to check before doing anything permanent). this solved an issue i was having with portal 2 but i assume it applies to other games too
Offline
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so)) libGL error: unable to load driver: r600_dri.so
The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.
try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.
Thanks for this, worked beautifully, I had the same issue :)
Offline
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so)) libGL error: unable to load driver: r600_dri.so
The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.
try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.
thanks.
Offline