You are not logged in.
Pages: 1
Topic closed
Hello, I've been trying to setup steam on my Arch Linux, but I've encountered this error:
Repairing installation, linking /home/coldphoenix/.steam/steam to /home/coldphoenix/.local/share/Steam
/home/coldphoenix/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
/home/coldphoenix/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
Running Steam on arch 64-bit
/home/coldphoenix/.local/share/Steam/steam.sh: line 154: VERSION_ID: unbound variable
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
/home/coldphoenix/.local/share/Steam/ubuntu12_32/steam: symbol lookup error: /usr/lib32/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds
/home/coldphoenix/.local/share/Steam/steam.sh: line 444: no match: ssfn*
Offline
The ssfn message is unlikely to be of consequence. The error above it is probably why steam isn't running, and to me that error suggests you have been doing partial updates. When is the last time you did a full system upgrade?
If your system is up-to-date, check the integrity of the lib32-libxcb package with pacman -Qkk.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
My system is up to date(I've ran sudo pacman -Syu), and this is the result of pacman -Qkk
coldphoenix@Laptop1 ~ % sudo pacman -Qkk lib32-libxcb
lib32-libxcb: 102 total files, 0 altered files
coldphoenix@Laptop1 ~ %
Offline
Okay, what is the output of
ldd /usr/lib32/libxcb-dri3.so.0
pacman -Qkk lib32-libxau lib32-libxdmcp lib32-glibc
pacman -Q lib32-libxcb lib32-libxau lib32-libxdmcp lib32-glibc
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
ldd /usr/lib32/libxcb-dri3.so.0:
coldphoenix@Laptop1 ~ % ldd /usr/lib32/libxcb-dri3.so.0
linux-gate.so.1 (0xf7701000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf7693000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf768f000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf7688000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf74cf000)
/usr/lib/ld-linux.so.2 (0x56597000)
coldphoenix@Laptop1 ~ %
pacman -Qkk lib32-libxau lib32-libxdmcp lib32-glibc:
lib32-libxau: 11 total files, 0 altered files
lib32-libxdmcp: 10 total files, 0 altered files
lib32-glibc: 357 total files, 0 altered files
pacman -Q lib32-libxcb lib32-libxau lib32-libxdmcp lib32-glibc
lib32-libxcb 1.12-2
lib32-libxau 1.0.8-1
lib32-libxdmcp 1.1.2-1
lib32-glibc 2.24-2
Offline
Okay, that all looks fine. Can you try running steam with the following command:
LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' /usr/bin/steam
Also, please use code tags, rather than quote tags, when pasting terminal output.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
It worked! Thanks!
Offline
In that case it's another symptom of steam using outdated libraries. See https://wiki.archlinux.org/index.php/St … ime_issues for more details.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I seem to have the same issue, should I run steam this way all the time?
Offline
Install steam-native-runtime and use the steam-native launcher, which will do the necessary preloads.
And please don't necrobump old topics.
Closing.
Offline
Pages: 1
Topic closed