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
What does "with 32bit-Libs" mean? I just tried this and do not see this problem. Installing libgl1-mesa-glx:i386 should put the appropriate file in /etc/ld.so.conf.d/i386-linux-gnu_GL.conf. Are you missing that file for some reason?
Hi,
first of all my System:
Kubuntu 12.04 64 bit
Intel Core i5 Dual Core
8GB RAM
Nvidia Geforce 540m GT
I installed a completely fresh Kubuntu 12.04 64bit, did all Software Updates (dist-upgrade). Then I installed ia32-libs, then I installed nvidia-experimental-310. After that, I installed the Steam installer to download Steam. After starting steam, the error above occured.
I did some Google research and found the fix above that worked for me.
It ran without issues some days before on the same system with the same OS and almost the same software as before.
Hi,
I've installed a fresh Ubuntu 12.04 64bit with 32bit-Libs.
After installation of steam, steam is not runnable.
There is a popup with "failed to load steamui.so"
Workaround:
sudo sh -c 'echo "/usr/lib32\n/usr/lib/i386-linux-gnu/mesa\n" >> /etc/ld.so.conf.d/steam.conf' && sudo ldconfig
After that, steam runs.
The text was updated successfully, but these errors were encountered: