You are not logged in.

#1 2012-05-11 01:34:11

jiewmeng
Member
Registered: 2012-02-09
Posts: 118

Wine + Steam Crashing after login (OpenGL Extensions)

I am on Arch Linux x64. Installed Wine & Steam, after trying to login to Steam, Steam crashes. I tried PlayOnLinux with similar results. They do have a debug output

http://i.stack.imgur.com/8B15R.png

Sorry cant copy & paste...

It appears I am missing OpenGL extensions. I saw https://bbs.archlinux.org/viewtopic.php?id=137696, so some output from my machine

$ glxinfo | grep OpenGL -A 58
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL version string: 2.1 Mesa 8.0.2
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_ARB_multisample, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_copy_texture, 
    GL_EXT_polygon_offset, GL_EXT_subtexture, GL_EXT_texture_object, 
    GL_EXT_vertex_array, GL_EXT_compiled_vertex_array, GL_EXT_texture, 
    GL_EXT_texture3D, GL_IBM_rasterpos_clip, GL_ARB_point_parameters, 
...

$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Redwood [Radeon HD 5670]

Computer Science Student, Web Developer

Offline

#2 2012-05-11 05:21:35

KingX
Member
From: CA
Registered: 2010-03-24
Posts: 324

Re: Wine + Steam Crashing after login (OpenGL Extensions)

do you have lib32-ati-dri driver installed? Can you post the output of "pacman -Qs alsa". If you search around a little more you will see plenty of other people with about the same issues as you. smile

Offline

#3 2012-05-11 06:16:22

penguin
Member
From: Gotham City
Registered: 2010-12-31
Posts: 168

Re: Wine + Steam Crashing after login (OpenGL Extensions)

I thing they're working on a Linux version of Steam.
http://www.tomshardware.com/news/Linux- … 15444.html

Offline

#4 2012-05-11 09:10:04

jiewmeng
Member
Registered: 2012-02-09
Posts: 118

Re: Wine + Steam Crashing after login (OpenGL Extensions)

@KingX: Just installed lib32-ati-dri and ...

$ pacman -Qs alsa
local/alsa-lib 1.0.25-1
    An alternative implementation of Linux sound support
local/alsa-utils 1.0.25-3
    An alternative implementation of Linux sound support

Computer Science Student, Web Developer

Offline

#5 2012-05-11 20:05:04

KingX
Member
From: CA
Registered: 2010-03-24
Posts: 324

Re: Wine + Steam Crashing after login (OpenGL Extensions)

You also need the lib32 version of alsa libs.

local/lib32-alsa-lib 1.0.25-1
    An alternative implementation of Linux sound support (32 bit)
local/lib32-alsa-plugins 1.0.25-1
    Extra alsa plugins (32-bit)

And probably also for alsa-utils if there is one.

Offline

Board footer

Powered by FluxBB