
Code: Select all
ERROR: ld.so: object '/root/.steam/bin/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
An X Error occurred
X Error of failed request: BadWindow (invalid Window parameter)
Code: Select all
ERROR: ld.so: object '/home/blablabla/.steam/bin/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded: ignored.
I have TF2 working with sound on ALSA no pulse.darklegion wrote:This needs pulseaudio right? I got TF2 working, but I have no sound. I'm on AMD64 so is it available in the compat libs, and if so, do I also need 64bit pulseaudio installed?
I'm not too fussed either way, plenty of other games still to play
Code: Select all
2503: /usr/lib/libGL.so.1: error: symbol lookup error: undefined symbol: glXCopySubBufferMESA (fatal)
2503: /usr/lib/libGL.so.1: error: symbol lookup error: undefined symbol: glXBindTexImageEXT (fatal)
2503: /usr/lib/libGL.so.1: error: symbol lookup error: undefined symbol: glXReleaseTexImageEXT (fatal)
2503: /usr/lib/libGL.so.1: error: symbol lookup error: undefined symbol: glXSwapIntervalEXT (fatal)
2503: /usr/lib/libGL.so.1: error: symbol lookup error: undefined symbol: glXCreateContextAttribsARB (fatal)
Code: Select all
tieren@fenrir ~ $ gcc-config -l
[1] x86_64-pc-linux-gnu-4.6.3 *
tieren@fenrir ~ $
Code: Select all
/home/tieren/Steam/ubuntu12_32/steam: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
try running revdep-rebuildTieren wrote:I've updated to GCC 4.6.3. In fact, at this point:
However LD_DEBUG="libs" /usr/bin/steam 2>&1 eventually spits out:Code: Select all
tieren@fenrir ~ $ gcc-config -l [1] x86_64-pc-linux-gnu-4.6.3 * tieren@fenrir ~ $
Full TextCode: Select all
/home/tieren/Steam/ubuntu12_32/steam: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Prior to this I was getting some errors listing the path to the now-uninstalled GCC 4.5.3's libstdc++.so.6 (I was kind of hoping more things would squawk after removing it, but nothing else on my system seems to have an issue using 4.6.3...). Any thoughts on what's happening? I'm kind of going down the path of "something I have installed is still trying to link back to GCC 4.5.3", but I'm somewhat at a loss as to where to go from here.

have you reinstalled steam post gcc upgrade?Tieren wrote:Sadly I'd already done so at that point. Some very badly mangled imagemagick stuff, but nothing else showed up. I've also remerged/rebuilt any of the packaged listed in this thread as possible dependencies for Steam post-gcc-update.DaggyStyle wrote:
try running revdep-rebuild
Yep! I actually updated GCC and had everything (except the recommended fonts) configured prior to installing steam the first time. I tried to do homework before installing, ran into some font issues after install, added the bitstream-vera font and started receiving the same GCC error as skaveria in this post.DaggyStyle wrote:have you reinstalled steam post gcc upgrade?
That was wrong. Don't just remove a gcc version.Tieren wrote:I've updated to GCC 4.6.3. In fact, at this point:
However LD_DEBUG="libs" /usr/bin/steam 2>&1 eventually spits out:Code: Select all
tieren@fenrir ~ $ gcc-config -l [1] x86_64-pc-linux-gnu-4.6.3 * tieren@fenrir ~ $
Full TextCode: Select all
/home/tieren/Steam/ubuntu12_32/steam: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Prior to this I was getting some errors listing the path to the now-uninstalled GCC 4.5.3's libstdc++.so.6 (I was kind of hoping more things would squawk after removing it, but nothing else on my system seems to have an issue using 4.6.3...). Any thoughts on what's happening? I'm kind of going down the path of "something I have installed is still trying to link back to GCC 4.5.3", but I'm somewhat at a loss as to where to go from here.
And that step was unnecessary. Anyway, 4.6.3 is fairly safe to use, so no need to downgrade.Tieren wrote:Ah, no. To be more clear, after merging 4.6.3 I used gcc-config to set it as the active gcc version and rebuilt libtool. I was actually following the exact guide you linked, hasufell. 4.5.3 got unmerged later that evening after several successful compiles using 4.6.3.
I appreciate the information, thank you.hasufell wrote:And that step was unnecessary. Anyway, 4.6.3 is fairly safe to use, so no need to downgrade.Tieren wrote:Ah, no. To be more clear, after merging 4.6.3 I used gcc-config to set it as the active gcc version and rebuilt libtool. I was actually following the exact guide you linked, hasufell. 4.5.3 got unmerged later that evening after several successful compiles using 4.6.3.
Code: Select all
ln -s /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32/libstdc++.so.6 ~/Steam/ubuntu12_32/
ln -s /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32/libgcc_s.so.1 ~/Steam/ubuntu12_32/Note: The above command only updates the variables in your current terminal, new consoles, and their children. Thus, if you are working in X11, you will need to either type source /etc/profile in every new terminal you open or restart X so that all new terminals source the new variables. If you use a login manager, become root and type /etc/init.d/xdm restart. If not, you will need to logout and log back in for X to spawn children with the new variable values.