protonscr

Steam won't start "appdatacache.cpp : Assertion Failed: !bSharedKVSymbols"

steamopen appid 2078Steam clientDistro Family: Arch
ValveSoftware/steam-for-linux#5014 · opened 2017-06-08 by matschi-klickme · updated 2025-01-08 · 30 comments · github · game page · search this game
Mmatschi-klickme 2017-06-08 github

Your system information

  • Steam client version: 2016-12-09 1.0.0.54-1 (Arch Linux)
  • Distribution: Linux 4.11.3-1-ARCH x86_64 GNU/Linux
  • Opted into Steam client beta?: No
  • Have you checked for system updates?: Yes

Please describe your issue in as much detail as possible:

I am unable to start steam. I get to the login page, but after that my journal is flooded with "appdatacache.cpp (2078) : Assertion Failed: !bSharedKVSymbols" Messages.
I can see and click the steam icon in my notification area, but nothing happens.

I tried with the delivered Steam-runtime Binaries as well with my OS-Binaries - same result.

Steam with OS-native- binaries:
https://gist.github.com/matschi-klickme/fb3516279aa645d6ca11a23b7c67a468

Steam with Ubuntu-Binaries:
https://gist.github.com/matschi-klickme/53c730d67bf91fd35a3e7293097499c3

Steam with explicit use of STEAM_RUNTIME=1
https://gist.github.com/matschi-klickme/311fbf1a0ea4dbd6448488297e23c6b4

You can find the produced binary dumps here:
steam_asserts.zip

Steps for reproducing this issue:

  1. Starting Steam, ( waiting for update process to finish )
  2. Entering login data, pressing enter
  3. boom

Steps and Research so far:

The issue appeared after I tried to get "The banner Saga" working in steam.
Since then, I tried multiple reinstalls and folder wipes, but to no avail

Sources, that I looked into so far:

  1. Arch-Forum
    https://bbs.archlinux.org/viewtopic.php?id=224718
    The connection Error message disappeared after a steam --reset, local file wipe and reinstall, but the issue stays the same.

  2. Same Issue in Steam Forums,
    https://steamcommunity.com/discussions/forum/1/135511655653083082/
    only one answer that leads to
    http://steamcommunity.com/app/221410/discussions/0/350542683198244989/
    but didn't help.

  3. Mention of the error Message, but slightly different issue.
    https://github.com/ValveSoftware/steam-for-linux/issues/4865

Further Information:

Graphics:
lcpci -vv
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660D] (prog-if 00 [VGA controller])
Kernel driver in use: radeon
Kernel modules: radeon
Driver: xf86-video-ati 1:7.9.0-1 ( last change 2017-03-17 13:45 )

Cpu:
AMD A10-5800K APU with Radeon(tm) HD Graphics

Thank you for your time and effort!

Kkisak-valve maintainer 2017-06-08 github

Hello @matschi-klickme, another env variable you can tinker with is STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0, however, this is expected to cause issues with the steam runtime's libstdc++ and mesa. You can take a look at #4768 for a list of known troublesome library interactions.

For reference, the attached minidumps are DUMP_REQUESTED in crashhandler.so.

Mmatschi-klickme 2017-06-08 github

Well, thank you a lot!

With STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 and STEAM_RUNTIME=1 steam-runtime does start.

I do get a lot of libudev messages though.
https://gist.github.com/matschi-klickme/b985d18e8a20fc9237c41fb4d8887c8b

Downloading may take some time - but I will report back once I did some testing on whether games start.

Kkisak-valve maintainer 2017-06-08 github

Since that helped, it hints that a system library has a compatibility issue with steam or a regression.

Mmatschi-klickme 2017-06-10 github

Tested it now, games are running again as well, so thanks. :)
Would you have any suggestions on which librar(ies) may be the culprit(s)?

Iibrokemypie 2017-06-15 github

Gettong a very similar issue on Void linux when using host libraries.

Mmatschi-klickme 2017-06-15 github

Yup. Looks very similar - does
STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 STEAM_RUNTIME=1 steam work for you ?

For my part, the situation didn't change after an update.

In case it could help - here's a list of my steam, steam-native-runtime and dependencies-library versions:

Steam, Steam-native-runtime package Information ( version, dependencies, build&install dates )
https://gist.github.com/matschi-klickme/0176f99f43a8111cc01cbeb28eba78c9

Steam,Steam-native-runtime dependencies versions:
https://gist.github.com/matschi-klickme/2199008e53bebfab03db621e760b2217

Iibrokemypie 2017-06-16 github

Steam itself works fine, problem only occurs when using lsi-steam (linux steam integration, uses the host libraries instead)
[edit]
starting steam the way you described actually doesnt work, results in

Failed to load steamui.so - dlerror(): /usr/lib32/libXxf86vm.so.1: undefined symbol: _XEatDataWords                           
QQuix0r 2017-11-22 github

@kisak-valve worked with Debian, too. Steam is starting and launches games. Good work!

ZZenitur 2017-12-31 github

SUSE Enterprise 11, STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 it's working for me

SSR-dude 2018-12-07 github

I should have seen this thread before. It fixed my issue.

QQuix0r 2019-01-03 github

Currently, no issue anymore with latest Steam release.

Kkisak-valve maintainer 2020-02-07 github

Hello, is anyone still experiencing this issue on an up to date system?

SSR-dude 2020-02-07 github

I haven't had any issue starting steam.

QQuix0r 2020-02-07 github

Nope, nothing. Thank you for your good work @kisak-valve

?ghost 2020-02-08 github

I am experiencing this on Gentoo at the moment, just finished installing Gentoo earlier today.

QQuix0r 2020-02-08 github

Okay, I would recommend you opening a new ticket, referencing this by using #5014 . Because you might have an other version (= other code) and maybe other backtrace, if any to show.

?ghost 2020-07-08 github

I do experience this issue, with a development snapshot of what is soon to become glibc-2.32. Reverting back to 2.31 or using the steam runtime works around it. I haven't yet been able to isolte the particular glibc commit responsible.
Chrome's sandbox also crashes with this particular glibc snapshot.

Mmattst88 2020-08-02 github

I can reproduce the issue on an update Gentoo system.

TTheGreatMcPain 2020-08-22 github

@mattst88 Not sure if this will work for you, but I found out the newest stable version of NetworkManager, which is version 1.26.0, is not compatible with steam (STEAM_RUNTIME=0) currently.

I originally thought it was glibc-2.32 that was causing the problem, but after downgrading back to glibc-2.31-r6 the issue was still there.

Turns out downgrading networkmanager back to 1.18.6 fixed the issue. Although I wouldn't be surprised if glibc-2.32 was also causing the issue, but I'm not sure now.

EDIT: I tested this on my laptop which is running glibc-2.32, and downgrading networkmanager fixed steam without having to downgrade glibc.

Llesbianlizard 2021-06-10 github

I'm now getting this error when running steam-native on two relatively different Arch hosts, one with proprietary Nvidia drivers on X11, the other with Intel drivers on Wayland (running with xwayland).

DD1Ck3n 2021-06-11 github

God the same issue after updating my Steam client :(

I'm running Manjaro

TTermuellinator 2021-06-11 github

I'm having the exact same issue now (used to work fine a month ago when i last tried)
Running Manjaro testing

Kkisak-valve maintainer 2021-06-11 github

For the Arch/Manjaro users seeing a similar assertion in their logs with steam-native, but not steam-runtime, running Steam with the steam runtime disabled is not supported by Valve.

There's an issue with the distro's packaging which must be resolved by yourself or the package maintainers that that helped you disable the Steam runtime and that is being tracked at https://bugs.archlinux.org/task/71092.

Oobswwf 2021-06-12 github

Manjaro user here. Can confirm this issue has reappeared after updating steam client.

Ddeathxxx123 2021-06-27 github

+1 Manjaro + Nvidia
SOLUTION is working with installing, to add missing libnm.so.0 :
lib32-libnm-1.30.4-1-x86_64.pkg.tar
from
https://bugs.archlinux.org/task/71092#comment200392

Eelsandosgrande 2022-02-26 github

For the Ubuntu folks out there, here's what you need to run, assuming no other libraries are missing:

sudo apt install libnm0:i386
sudo ln --verbose --symbolic /usr/lib/i386-linux-gnu/libudev.so.1 /usr/lib/i386-linux-gnu/libudev.so.0
sudo ln --verbose --symbolic /usr/lib/x86_64-linux-gnu/libudev.so.1 /usr/lib/x86_64-linux-gnu/libudev.so.0

Whether it's an Ubuntu (Debian) packaging issue or a Steam library linking issue — Steam looking for .0 instead of .1 by mistake — I don't know. Everything seems to work just fine after doing this, whereas all of the tabs were completely black even with the Steam Runtime enabled before doing that.

Wwhoozle 2023-08-12 github

I've just got the same issue on Gentoo, linking libudev.0 to libudev.1 helped
Thanks! :+1:

Sspillner 2024-05-04 github

You almost certainly don't have all of the necessary 32-bit compatibility libraries installed. There should be a list of required dependencies somewhere for your distribution. I was seeing the exact same behavior until I added a few more -compat32 packages and then all of these messages (and the infinite "spinning disk" on startup) went away.

Alternatively, you could say that the root cause is that "in the year 2024, Valve is still not shipping a 64-bit Steam client", but good luck getting that one resolved.

QQuix0r 2024-05-08 github

Here it is solved by changing from NVIDIA's 4xx kernel module family to 5xx to have latest Vulkan extensions and their libraries for user-land: lib-vulcan1:i386. nvidia-vulkan-common, nvidia-vulkan-icd. You can install vulkan-tools and vkd3d-demos to see if your setup is working.

Iinukaze 2025-01-08 github
Slackware(64) 15.0 :
bash -x
DEBUGGER=gdb steam
+ DEBUGGER=gdb
+ steam
Couldn't import apt, please install python3-apt or update steamdeps for your distribution.
steam.sh[21095]: Running Steam on slackware 15.0 64-bit
steam.sh[21095]: STEAM_RUNTIME is disabled by the user (this is unsupported)
setup.sh[21145]: Steam runtime environment up-to-date!
steam.sh[21095]: Setting up for debugging, not logging to console-linux.txt
steam.sh[21095]: Steam client's requirements are satisfied
gdb/cgdb launch with ARGSFILE: inukaze.steam.gdb.8xUP
gdb -x inukaze.steam.gdb.8xUP --args /home/inukaze/.local/share/Steam/ubuntu12_32/steam
GNU gdb (GDB) 11.2
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-slackware-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/inukaze/.local/share/Steam/ubuntu12_32/steam...
(No debugging symbols found in /home/inukaze/.local/share/Steam/ubuntu12_32/steam)
LD_LIBRARY_PATH = /home/inukaze/.local/share/Steam/ubuntu12_32:/home/inukaze/.local/share/Steam/ubuntu12_32/panorama:
inukaze.steam.gdb.8xUP:3: Error in sourced command file:
Undefined set index-cache command: "enabled on".  Try "help set index-cache".
(gdb) run
Starting program: /home/inukaze/.local/share/Steam/ubuntu12_32/steam 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
CProcessEnvironmentManager is ready, 6 preallocated environment variables.
[2025-01-08 12:51:54] Startup - updater built Dec  2 2024 21:26:10
[2025-01-08 12:51:54] Startup - Steam Client launched with: '/home/inukaze/.local/share/Steam/ubuntu12_32/steam'
01/08 12:51:54 minidumps folder is set to /tmp/dumps
01/08 12:51:54 Init: Installing breakpad exception handler for appid(steam)/version(1733265492)/tid(21223)
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2025-01-08 12:51:55] Loading cached metrics from disk (/home/inukaze/.local/share/Steam/package/steam_client_metrics.bin)
[2025-01-08 12:51:55] Using the following download hosts for Public, Realm steamglobal
[2025-01-08 12:51:55] 1. https://client-update.fastly.steamstatic.com, /, Realm 'steamglobal', weight was 900, source = 'update_hosts_cached.vdf'
[2025-01-08 12:51:55] 2. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
[2025-01-08 12:51:55] 3. https://client-update.steamstatic.com, /, Realm 'steamglobal', weight was 1, source = 'baked in'
[New Thread 0xf4d86b00 (LWP 21227)]
[2025-01-08 12:51:55] Checking for update on startup
[2025-01-08 12:51:55] Checking for available updates...
[2025-01-08 12:51:55] Downloading manifest: https://client-update.fastly.steamstatic.com/steam_client_ubuntu12
[2025-01-08 12:51:55] Manifest download: send request
[New Thread 0xf4affb00 (LWP 21228)]
[2025-01-08 12:51:56] Manifest download: waiting for download to finish
[2025-01-08 12:51:56] Manifest download: finished
[2025-01-08 12:51:56] Download skipped: /steam_client_ubuntu12 version 1733265492, installed version 1733265492, existing pending version 0
[2025-01-08 12:51:56] Nothing to do
[2025-01-08 12:51:56] Verifying installation...
[2025-01-08 12:51:56] Performing checksum verification of executable files
[2025-01-08 12:52:00] Verification complete
UpdateUI: skip show logo
Steam logging initialized: directory: /home/inukaze/.local/share/Steam/logs

[New Thread 0xef13bb00 (LWP 21229)]
[New Thread 0xee93ab00 (LWP 21230)]
warning: File "/usr/lib/libstdc++.so.6.0.29-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
	add-auto-load-safe-path /usr/lib/libstdc++.so.6.0.29-gdb.py
line to your configuration file "/home/inukaze/.config/gdb/gdbinit".
To completely disable this security protection add
	set auto-load safe-path /
line to your configuration file "/home/inukaze/.config/gdb/gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
	info "(gdb)Auto-loading safe path"
[Detaching after vfork from child process 21231]
XRRGetOutputInfo Workaround: initialized with override: 0 real: (nil)
Error: XRRGetOutputInfo() is not available
Error: XRRGetOutputInfo() is not available
Error: XRRGetOutputInfo() is not available
Error: XRRGetOutputInfo() is not available
[Detaching after vfork from child process 21233]
Error: XRRGetOutputInfo() is not available
Error: XRRGetOutputInfo() is not available
Error: XRRGetOutputInfo() is not available
Error: XRRGetOutputInfo() is not available
[Detaching after fork from child process 21234]
[New Thread 0xed2ddb00 (LWP 21239)]
steamwebhelper.sh[21234]: Using supervisor /home/inukaze/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor
steamwebhelper.sh[21234]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/inukaze/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh
steamwebhelper.sh[21234]: Using CEF sandbox \(try with -no-cef-sandbox if this fails\)
steamwebhelper.sh[21234]: Starting steamwebhelper with Sniper steam runtime at /home/inukaze/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point
[New Thread 0xec703b00 (LWP 21299)]
[New Thread 0xe9fb2b00 (LWP 21300)]
01/08 12:52:03 minidumps folder is set to /tmp/dumps
[New Thread 0xe97b1b00 (LWP 21301)]
[New Thread 0xe96b0b00 (LWP 21302)]
[New Thread 0xe9211b00 (LWP 21303)]
[New Thread 0xe9494b00 (LWP 21316)]
[Thread 0xe9494b00 (LWP 21316) exited]
IPC function call IClientUtils::GetSteamRealm took too long: 1072 msec
[New Thread 0xe6ceab00 (LWP 21317)]
[New Thread 0xe6be9b00 (LWP 21318)]
[New Thread 0xe6ae8b00 (LWP 21319)]
[Thread 0xe6ae8b00 (LWP 21319) exited]
[New Thread 0xe69e7b00 (LWP 21320)]
[New Thread 0xe9494b00 (LWP 21321)]
[New Thread 0xe68e6b00 (LWP 21322)]
IPC function call IClientSharedConnection::AllocateSharedConnection took too long: 127 msec
[New Thread 0xe63ffb00 (LWP 21323)]
[Detaching after fork from child process 21324]
[New Thread 0xe60ffb00 (LWP 21325)]
[New Thread 0xe5ffeb00 (LWP 21326)]
[New Thread 0xe5efdb00 (LWP 21327)]
[New Thread 0xe5dfcb00 (LWP 21328)]
Local Device Found
  type: 045e 028e
  path: sdl://1
  serial_number:  - 0
  Manufacturer: 
  Product:      X360 Controller
  Release:      114
  Interface:    -1

!! Steam controller device opened for index 0.
[New Thread 0xe5cfbb00 (LWP 21342)]
[New Thread 0xe54fab00 (LWP 21343)]
[New Thread 0xd51f9b00 (LWP 21344)]
[Detaching after fork from child process 21347]
[New Thread 0xd28ffb00 (LWP 21361)]
[Detaching after fork from child process 21362]
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
[Thread 0xe96b0b00 (LWP 21302) exited]
[Detaching after fork from child process 21391]
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
exec ./steamwebhelper -lang=en_US -cachedir=/home/inukaze/.local/share/Steam/config/htmlcache -steampid=21223 -buildid=1733265492 -steamid=0 -logdir=/home/inukaze/.local/share/Steam/logs -uimode=7 -startcount=0 -steamuniverse=Public -realm=Global -clientui=/home/inukaze/.local/share/Steam/clientui -steampath=/home/inukaze/.local/share/Steam/ubuntu12_32/steam -launcher=0 -use_xcomposite_workaround -dev -no-restart-on-ui-mode-change --valve-enable-site-isolation --enable-smooth-scrolling --disable-gpu-compositing --disable-gpu --password-store=basic --log-file=/home/inukaze/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC
Failed to init SteamVR because it isn't installed
[New Thread 0xe9110b00 (LWP 21479)]
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0xe97b1b00 (LWP 21301)]
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 14296 msec
[New Thread 0xe96b0b00 (LWP 21488)]
Warning: failed to set thread priority: set failed for -10: 1: 
[Thread 0xe96b0b00 (LWP 21488) exited]
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 3255 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 3770 msec
[New Thread 0xe8effb00 (LWP 21489)]
Warning: failed to set thread priority: set failed for -10: 1: 
[Thread 0xe8effb00 (LWP 21489) exited]
[New Thread 0xe8dfeb00 (LWP 21500)]
[New Thread 0xe8affb00 (LWP 21501)]
[Detaching after vfork from child process 21502]
[Detaching after vfork from child process 21503]
IPC function call IClientUser::LogOn took too long: 73 msec
[New Thread 0xe87ffb00 (LWP 21514)]
local (potentially out of sync) copy of roaming config loaded - 164 bytes.
[Detaching after vfork from child process 21515]
[New Thread 0xe6ae8b00 (LWP 21516)]
[Detaching after vfork from child process 21517]
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 2920 msec
[Detaching after vfork from child process 21518]
[Detaching after vfork from child process 21519]
[Detaching after vfork from child process 21520]
[Detaching after vfork from child process 21521]
IPC function call IClientUtils::GetSecondsSinceComputerActive took too long: 45 msec
LoadShortcuts: loading shortcuts from: /home/inukaze/.local/share/Steam/userdata/39652889/config/shortcuts.vdf
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 625 msec
roaming config store loaded successfully - 164 bytes.
[Detaching after vfork from child process 21523]
[Detaching after vfork from child process 21524]
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 916 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 707 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 800 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 598 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 492 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 552 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 433 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 571 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 511 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 719 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 399 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 399 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 359 msec
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 375 msec
IPC function call IClientAppManager::BGetAppStateInfoForApps took too long: 163 msec
[New Thread 0xe7ffeb00 (LWP 21525)]
^[[Asrc/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols
src/clientdll/appdatacache.cpp (3488) : !bSharedKVSymbols

Thread 9 "IPC:CSteamEngin" received signal SIGTRAP, Trace/breakpoint trap.
0xea2323d9 in ?? () from /home/inukaze/.local/share/Steam/linux32/steamclient.so
(gdb) continue
Continuing.
IPC function call IClientApps::GetMultipleAppDataSections took too long: 87 msec
[New Thread 0xe7efdb00 (LWP 21526)]
[Detaching after vfork from child process 21527]
[Detaching after vfork from child process 21528]
[Detaching after vfork from child process 21529]

And then stuck on animation of loading and nothing happened.