Closed florian-at-v38armageddon closed 1 month ago
Hello @florian-at-v38armageddon, can you test if any 32 bit OpenGL application like glxinfo32
from lib32-mesa-utils
works?
Hello @florian-at-v38armageddon, can you test if any 32 bit OpenGL application like
glxinfo32
fromlib32-mesa-utils
works?
I can run glxinfo32
without any issues.
v38armageddon@vincent-MSIPOWER-733 > ldd $(which glxinfo32)
linux-gate.so.1 (0xf391d000)
libGL.so.1 => /usr/lib32/libGL.so.1 (0xf3827000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf36ec000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf34b7000)
libGLdispatch.so.0 => /usr/lib32/libGLdispatch.so.0 (0xf343b000)
libGLX.so.0 => /usr/lib32/libGLX.so.0 (0xf3400000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf33d3000)
/lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0xf391f000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf33ce000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf33c7000)
So, after doing a steam --reset
(saw on Issue #7653) it seems to work... Kind of?
I've got the popup to say that libc.so.6
is missing for two seconds, then dissapeared, then Steam start working as expected.
I'm not sure if is the right solution, I'm gonna test for 4-5 days to see if the issue is reappearing again and inform you.
After testing for days, it seems it has worked properly without any issues.
For thoses who have the same issue follow my advices:
multilib
repo is enabled.glxinfo32
steam --reset
commandClosing it.
Your system information
Please describe your issue in as much detail as possible:
I made my system updates, when I restart my system, Steam says that I miss the
libc.so.6
library. Tried on the default linux kernel (6.10.9.arch1-2) (maybe due to my custom kernel) but getting the same error message.I've tried to find the missing runtime libraries but doesn't found any missing libraries.
steam
command output:Steps for reproducing this issue: