Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: ld.so: object '/home/vitaly/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. #157

Closed
vitaly-zdanevich opened this issue Aug 3, 2024 · 3 comments

Comments

@vitaly-zdanevich
Copy link
Contributor

vitaly-zdanevich commented Aug 3, 2024

Hi, full log:

(process:13110): GLib-GIO-WARNING **: 20:09:13.161: Can't find module 'dconf' specified in GSETTINGS_BACKEND
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xe7aa1dc0
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xe7aa0500
CAppInfoCacheReadFromDiskThread took 10 milliseconds to initialize
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 13291
bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam
BRefreshApplicationsInLibrary 1: 0ms
BuildCompleteAppOverviewChange: 129 apps
RegisterForAppOverview 1: 3ms
RegisterForAppOverview 2: 3ms
chdir "/home/vitaly/.local/share/Steam/steamapps/common/Rexaura"
ERROR: ld.so: object '/home/vitaly/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/vitaly/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/vitaly/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/vitaly/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
pid 13754 != 13753, skipping destruction (fork without exec?)
ERROR: ld.so: object '/home/vitaly/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/vitaly/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
Adding process 13752 for gameID 317790
src/tcmalloc.cc:289] Attempt to free invalid pointer 0x919fd00 
/home/vitaly/.local/share/Steam/steamapps/common/Rexaura/hl2.sh: line 67: 13756 Aborted                 ${GAME_DEBUGGER} "${GAMEROOT}"/${GAMEEXE} "$@"
Uploaded AppInterfaceStats to Steam
Removing process 13752 for gameID 317790
Removing HIDAPI device 'DragonRise Inc. Generic USB Joystick' VID 0x0079, PID 0x0006, bluetooth 0, version 263, serial NONE, interface 0, interface_class 0, interface_subclass 0, interface_protocol 0, usage page 0x0001, usage 0x0004, path = /dev/hidraw5, driver = NONE (DISABLED)
[2024-08-03 20:10:36] Shutdown

The game is Rexaura - the Portal addon.

Gentoo Linux no-multilib, GPU AMD 6800 XT.

It works with https://github.com/ivan-hc/Steam-appimage

@Kron4ek
Copy link
Owner

Kron4ek commented Aug 3, 2024

src/tcmalloc.cc:289] Attempt to free invalid pointer 0x919fd00

Perhaps this is due to some of the packages that are present in Conty and not present in Steam-appimage, or the fact that glibc is different. I don't know exactly.

Also, i can't reproduce this on my system with Intel iGPU, so maybe this is specific to AMD GPUs.

@vitaly-zdanevich
Copy link
Contributor Author

i can't reproduce this on my system

Maybe because you have 32 libs.

@Samueru-sama
Copy link

Those LD_PRELOAD errors happen when you try to use a 32 bit library on a 64 bit binary and viceversa. However it usually doesn't cause issues as it is ignored.

Glibc being different shouldn't be causing the issue either, neither not having 32 bit libs in the host since the container has all of them.

However it is possible that the conty container that's released here has an extra package that's causing issues that is not in the steam appimage.

@Kron4ek Kron4ek closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants