https://bugs.freedesktop.org/show_bug.cgi?id=78604
--- Comment #9 from Tobias Droste <tdro...@gmx.de> --- Yes it's the same issue. Delete 'libgcc_s.so.1' from the bin folder in supertuxkart to make it use the system one. For me it also reliable crashes X if I use the 'libgcc_s.so.1' supertuxkart provides. Btw. I use this script to start steam to make it use the system libs if they exist and fall back to steam-runtime if they don't exist (you have to adjust the paths, but the general idea should be obvious) #!/bin/sh mySTEAM_ROOT="/multimedia/Games/Steam" mySTEAM_PATH="$mySTEAM_ROOT/ubuntu12_32" mySTEAM_RUNTIME="$mySTEAM_PATH/steam-runtime" origLD_LIBRARY_PATH=$LD_LIBRARY_PATH origPATH=$PATH export STEAM_RUNTIME=0 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH;/lib;/lib64;$mySTEAM_PATH/override;$mySTEAM_PATH;$mySTEAM_RUNTIME/i386/lib/i386-linux-gnu:$mySTEAM_RUNTIME/i386/lib:$mySTEAM_RUNTIME/i386/usr/lib/i386-linux-gnu:$mySTEAM_RUNTIME/i386/usr/lib:$mySTEAM_RUNTIME/amd64/lib/x86_64-linux-gnu:$mySTEAM_RUNTIME/amd64/lib:$mySTEAM_RUNTIME/amd64/usr/lib/x86_64-linux-gnu:$mySTEAM_RUNTIME/amd64/usr/lib" export PATH="$PATH;$mySTEAM_RUNTIME/amd64/usr/bin;$mySTEAM_RUNTIME/amd64/usr/sbin" $mySTEAM_ROOT/steam.sh $* export LD_LIBRARY_PATH=$origLD_LIBRARY_PATH export PATH=$origPATH -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev