You are not logged in.

#1 2014-05-18 10:00:17

nierro
Member
From: Milan, Italy
Registered: 2011-09-02
Posts: 849

[SOLVED] Mesa update broke steam

Hi!
Today I upgraded mesa from testing (to version 10.2.0rc3-1), and now launching steam will crash my X session (kde 4.13.1).
pacman.log: http://pastie.org/9186516 .
steam.log: http://pastie.org/9186519 .
My card is an ati radeon hd5650.

I tried with STEAM_RUNTIME=0, and steam won't crash X, but it obviously will complain about missing libs. So it seems a conflict between steam runtime libs and mesa 10.2 .
Any idea?

Thanks!

Last edited by nierro (2014-05-20 11:29:30)

Offline

#2 2014-05-19 01:51:32

AuHop
Member
Registered: 2013-05-12
Posts: 7

Re: [SOLVED] Mesa update broke steam

I'm also affected by this issue; I guess this is what we get for using [testing].
I tried this:
https://bbs.archlinux.org/viewtopic.php … 5#p1412995
which didn't seem to have any effect, though admittedly it was linked for a different problem (OpenGL). They seem to both be related to packages in [testing] being too new for Steam though.
The thread over at
https://bbs.archlinux.org/viewtopic.php?pid=1416767
links here, so might as well return the favour. I can post some logs if anyone has a better idea of what is causing the breakage.

Last edited by AuHop (2014-05-19 01:52:09)

Offline

#3 2014-05-19 03:00:07

agapito
Member
From: Who cares.
Registered: 2008-11-13
Posts: 641

Re: [SOLVED] Mesa update broke steam

Same problem here, using radeonsi driver.


Excuse my poor English.

Offline

#4 2014-05-19 08:07:49

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Mesa update broke steam

libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/federico/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_4.7.0' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))

Have you people tried rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1 ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2014-05-19 09:36:44

nierro
Member
From: Milan, Italy
Registered: 2011-09-02
Posts: 849

Re: [SOLVED] Mesa update broke steam

Lone_Wolf wrote:
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/federico/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_4.7.0' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))

Have you people tried rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1 ?

And it fixed the issue indeed. I should have read that output more carefully. Thank you very much!
Hope that fixes the issue for everyone in this thread wink

Offline

#6 2014-05-19 15:41:58

agapito
Member
From: Who cares.
Registered: 2008-11-13
Posts: 641

Re: [SOLVED] Mesa update broke steam

I deleted libgcc_s.so.1 but my xorg server is still crashing with steam.


Excuse my poor English.

Offline

#7 2014-05-19 15:47:28

nierro
Member
From: Milan, Italy
Registered: 2011-09-02
Posts: 849

Re: [SOLVED] Mesa update broke steam

@agapito: post your steam.log

Offline

#8 2014-05-19 16:11:35

agapito
Member
From: Who cares.
Registered: 2008-11-13
Posts: 641

Re: [SOLVED] Mesa update broke steam

It's working again! I had to delete this   ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6

Thanks.


Excuse my poor English.

Offline

#9 2014-05-19 21:02:56

andmars
Member
Registered: 2012-03-13
Posts: 362

Re: [SOLVED] Mesa update broke steam

Well my experience after removing these to files ist that steam will start again but Portal2 won't launch at all and Starbound will crash the X-Server nonetheless. So for me this is [NOT SOLVED].

Offline

#10 2014-05-20 01:45:58

agapito
Member
From: Who cares.
Registered: 2008-11-13
Posts: 641

Re: [SOLVED] Mesa update broke steam

Well, I only could test Left 4 Dead 2 and worked fine.


Excuse my poor English.

Offline

#11 2014-05-20 08:09:00

nierro
Member
From: Milan, Italy
Registered: 2011-09-02
Posts: 849

Re: [SOLVED] Mesa update broke steam

I tested dota 2, and apart from a inglorious defeat, i can say it works flawlessly smile
I'll try portal2 and report back!

EDIT: andmars was right. Portal2 not working, crashing my kde session, and bringing me back with a kdm login screen.

New log: http://pastie.org/9192007 .

Last edited by nierro (2014-05-20 08:13:36)

Offline

#12 2014-05-20 11:08:55

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Mesa update broke steam

@ nierro

libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/run/media/federico/DATA/Giochi/Steam/SteamApps/common/Portal 2/bin/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))

it does look like SOME libraries are shared between all steam apps, like libgcc_s.so.1 , others appear to be separate for each game.

This thread will soon be littered with many inidvidual workarounds.

@ all posters here :
My opinion :

i suggest you only post in THIS thread if steam doesn't WORK AT ALL for you with latest mesa.

If some steam apps work, and others don't you have a different problem and should create a new thread.

Last edited by Lone_Wolf (2014-05-20 11:10:14)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#13 2014-05-20 11:29:19

nierro
Member
From: Milan, Italy
Registered: 2011-09-02
Posts: 849

Re: [SOLVED] Mesa update broke steam

it does look like SOME libraries are shared between all steam apps, like libgcc_s.so.1 , others appear to be separate for each game.

Yes, i noticed that.

i suggest you only post in THIS thread if steam doesn't WORK AT ALL for you with latest mesa.
If some steam apps work, and others don't you have a different problem and should create a new thread.

I think you're right, once again.
Thanks, i'll mark this thread as SOLVED.

Offline

#14 2014-06-11 00:46:17

meowcats
Member
Registered: 2014-05-06
Posts: 4

Re: [SOLVED] Mesa update broke steam

Fresh install of Steam today.
rm  ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6

$ steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1401381906_client)
Installing breakpad exception handler for appid(steam)/version(1401381906_client)
Installing breakpad exception handler for appid(steam)/version(1401381906_client)
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/assert_20140610184508_1.dmp
/home/***/.local/share/Steam/steam.sh: line 755:  3645 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-d0219d07-1e25-4207-88c6-0de002140610

sad

Offline

#15 2014-06-11 22:08:13

skoruppa
Member
Registered: 2011-09-24
Posts: 4
Website

Re: [SOLVED] Mesa update broke steam

Same here hmm

Running Steam on arch  64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1401381906_client)
Installing breakpad exception handler for appid(steam)/version(1401381906_client)
Installing breakpad exception handler for appid(steam)/version(1401381906_client)
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/assert_20140612000700_1.dmp
/home/skoruppa/.local/share/Steam/steam.sh: linia 755: 13219 Naruszenie ochrony pamięci   (zrzut pamięci) $STEAM_DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-972dc5fa-7b64-459a-a266-762972140611

Where I can find some steam logs? Even tried with STEAM_RUNTIME=0 (I have installed all missing libs) but same results...


Archlinux i686 | Gnome Shell 3.2 beta

Offline

#16 2014-07-03 01:20:43

Nowaker
Member
From: Gdańsk, Poland
Registered: 2011-10-26
Posts: 20
Website

Re: [SOLVED] Mesa update broke steam

FYI, this is probably a complete solution to get both Steam and games run.

find ~/.local/share/Steam -name 'libstdc*.so*' -delete
find ~/.local/share/Steam -name 'libgcc_s*.so*' -delete

However, sometimes Steam might bring some of these files back, especially when performing an update.


A permanent solution is to downgrade and then IgnorePkg these packages: lib32-ati-dri lib32-llvm lib32-llvm-libs lib32-mesa lib32-mesa-libgl llvm llvm-libs mesa mesa-libgl ati-dri. These versions are expected not to cause any problems:

llvm 3.4-2
llvm-libs 3.4-2
mesa 10.1.3-1
mesa-libgl 10.1.3-1
lib32-llvm 3.4-1
lib32-llvm-libs 3.4-1
lib32-mesa 10.1.3-1
lib32-mesa-libgl 10.1.3-1

ati-dri 10.1.3
lib32-ati-dri 10.1.3-1
(or [lib32-]intel-dri, or [lib32-]nouveau-dri)

Last edited by Nowaker (2014-07-05 12:43:40)

Offline

Board footer

Powered by FluxBB