You are not logged in.

#1 2016-11-13 21:36:25

ColdPhoenix2
Member
Registered: 2016-10-15
Posts: 8

Steam: no match: ssfn*

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

#2 2016-11-13 21:47:23

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,783
Website

Re: Steam: no match: ssfn*

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

#3 2016-11-13 21:52:38

ColdPhoenix2
Member
Registered: 2016-10-15
Posts: 8

Re: Steam: no match: ssfn*

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

#4 2016-11-13 21:58:52

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,783
Website

Re: Steam: no match: ssfn*

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

#5 2016-11-13 22:06:43

ColdPhoenix2
Member
Registered: 2016-10-15
Posts: 8

Re: Steam: no match: ssfn*

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

#6 2016-11-13 22:13:43

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,783
Website

Re: Steam: no match: ssfn*

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.

https://wiki.archlinux.org/index.php/Co … s_and_code


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

#7 2016-11-13 22:14:42

ColdPhoenix2
Member
Registered: 2016-10-15
Posts: 8

Re: Steam: no match: ssfn*

It worked! Thanks!

Offline

#8 2016-11-13 22:17:38

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,783
Website

Re: Steam: no match: ssfn*

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

#9 2017-09-22 09:04:18

Rickrock
Member
From: The Netherlands
Registered: 2014-11-23
Posts: 46

Re: Steam: no match: ssfn*

I seem to have the same issue, should I run steam this way all the time?

Offline

#10 2017-10-01 14:08:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,410

Re: Steam: no match: ssfn*

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

Board footer

Powered by FluxBB