You are not logged in.

#1 2015-08-07 14:43:13

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Steam wont start OpenGL Error

Hello!
I'm on an 64bit Arch system with nvidia graphic card. I also have instaleld the nvidia drivers.

then i installed steam and lib32-mesa-opengl and lib32-nvidia-utils

I want to launch steam now, but:

/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
Running Steam on arch  64-bit
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast

How to fix this? Please help me.

Offline

#2 2015-08-07 15:20:28

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Steam wont start OpenGL Error

What have you tried so far? Did you search for the error you're getting at all?

Offline

#3 2015-08-07 15:27:57

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Re: Steam wont start OpenGL Error

Yes. But I ddint find anything useful yet.

Offline

#4 2015-08-07 15:30:41

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Steam wont start OpenGL Error

Offline

#5 2015-08-07 15:33:30

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Re: Steam wont start OpenGL Error

I have nvidia and im wondering if i must install lib32-mesa stuff or lib32-nvidia stuff?
I chose mesa and I tryed with LIBGL_DEBUG=verbose steam:

Setting up Steam content in /home/tekkkz/.local/share/Steam
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
/home/tekkkz/.local/share/Steam/steam.sh: line 102: no match: **:
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
Running Steam on arch  64-bit
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib32/xorg/modules/dri/swrast_dri.so
libGL: dlopen /usr/lib32/xorg/modules/dri/swrast_dri.so failed (/home/tekkkz/.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/swrast_dri.so))
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

Offline

#6 2015-08-07 15:37:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Steam wont start OpenGL Error

Read the wiki.

I can't find lib32-mesa-opengl, do you mean https://www.archlinux.org/packages/mult … esa-libgl/ ?

Offline

#7 2015-08-07 15:38:25

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Re: Steam wont start OpenGL Error

Yap. Must i install this or the nvidia one? for 64bit i have nvidia working.

Offline

#8 2015-08-07 15:39:45

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Steam wont start OpenGL Error

Offline

#9 2015-08-07 15:42:50

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Re: Steam wont start OpenGL Error

I installed sudo pacman -S lib32-nvidia-utils lib32-nvidia-libgl and then run again steam with LIBGL_DEBUG=verbose steam, but still wont work. Now it gets stuck at this point:

Setting up Steam content in /home/tekkkz/.local/share/Steam
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
/home/tekkkz/.local/share/Steam/steam.sh: line 102: no match: **:
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
Running Steam on arch  64-bit
/home/tekkkz/.local/share/Steam/steam.sh: line 161: VERSION_ID: unbound variable
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)

Offline

#10 2015-08-07 15:44:40

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Steam wont start OpenGL Error

Offline

#11 2015-08-07 15:50:55

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Re: Steam wont start OpenGL Error

sudo pacman -Rns steam 
sudo pacman -Rcns lib32-nvidia-utils lib32-nvidia-libgl
rm -rf .steam .local/share/Steam/

sudo pacman -S steam
resolving dependencies...
:: There are 4 providers available for lib32-libgl:
:: Repository multilib
   1) lib32-mesa-libgl  2) lib32-nvidia-304xx-libgl  3) lib32-nvidia-340xx-libgl
   4) lib32-nvidia-libgl

Enter a number (default=1): 4
looking for conflicting packages...

Packages (4) lib32-nvidia-libgl-352.30-1  lib32-nvidia-utils-352.30-1  zenity-3.16.3-1
             steam-1.0.0.50-1

And still not working at "Installing breakpad exception handler for appid(steam)/version(0)"

Offline

#12 2015-08-07 15:54:51

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Steam wont start OpenGL Error

rm -rf .steam .local/share/Steam/

won't do you any good unless you're executing it from ~.

What's the output of

ls ~/.steam

What's your graphics hardware?

Offline

#13 2015-08-07 15:57:06

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Re: Steam wont start OpenGL Error

[tekkkz@pc ~]$ ls ~/.steam
bin    bin64  sdk32  starting  steam.pid   steam_install_agreement.txt
bin32  root   sdk64  steam     steam.pipe

I have a Nvidia Graphic Card (GTX660, and its also recognized in system info)

Offline

#14 2015-08-07 16:01:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Steam wont start OpenGL Error

Just to be 100% sure, did you try https://wiki.archlinux.org/index.php/St … ime_issues ?

Offline

#15 2015-08-07 16:03:20

tekkkz
Member
Registered: 2015-08-07
Posts: 68

Re: Steam wont start OpenGL Error

Yes, i tryed every command of these 3.

Btw, maybe it could help you: http://i.imgur.com/Zx1WpN5.png

What must I do now??

Offline

Board footer

Powered by FluxBB