Page 1 of 1

Steam vgui_surfacelib issues

Posted: Sun Oct 25, 2015 1:47 am
by Lovot
Whenever I try to run Steam I encounter an error that causes Steam to crash, here's my terminal output;

Code: Select all

~ $ steam export SDL_AUDIODRIVER=alsa
~/.local/share/Steam/steam.sh: line 159: DISTRIB_RELEASE: unbound variable
~/.local/share/Steam/steam.sh: line 159: DISTRIB_RELEASE: unbound variable
Running Steam on gentoo  64-bit
STEAM_RUNTIME is disabled by the user
Installing breakpad exception handler for appid(steam)/version(1445648631)
Installing breakpad exception handler for appid(steam)/version(1445648631)
Installing breakpad exception handler for appid(steam)/version(1445648631)
[1024/203421:ERROR:main_delegate.cc(751)] Could not load cef_extensions.pak
[1024/203421:ERROR:browser_main_loop.cc(189)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Installing breakpad exception handler for appid(steamwebhelper)/version(20151023171711)
Installing breakpad exception handler for appid(steamwebhelper)/version(1445620631)
[1024/203421:INFO:audio_manager_pulse.cc(258)] Failed to connect to the context.  Error: Connection refused
Installing breakpad exception handler for appid(steamwebhelper)/version(20151023171711)
Installing breakpad exception handler for appid(steamwebhelper)/version(1445648631)
Installing breakpad exception handler for appid(steamwebhelper)/version(1445648631)
[1024/203421:ERROR:main_delegate.cc(751)] Could not load cef_extensions.pak
../vgui_surfacelib/FontManager.cpp (276) : Assertion Failed: descs.Count() >= 1
Assert( Assertion Failed: descs.Count() >= 1 ):../vgui_surfacelib/FontManager.cpp:276

Installing breakpad exception handler for appid(steam)/version(1445648631)
crash_20151024203421_5.dmp[21289]: Uploading dump (out-of-process)
/tmp/dumps/crash_20151024203421_5.dmp
../vgui_surfacelib/FontManager.cpp (276) : Assertion Failed: descs.Count() >= 1
../vgui_surfacelib/FontManager.cpp (276) : Assertion Failed: descs.Count() >= 1
../vgui_surfacelib/FontManager.cpp (276) : Assertion Failed: descs.Count() >= 1
../common/steam/client_api.cpp (324) : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed, most likely because you are missing a 32-bit dependency of steamclient.so (the Steam client is a 32-bit app).

SteamStartup.cpp (780) : Assertion Failed: ! "There was a problem with your Steam installation.\n" "Please reinstall steam.\n"
crash_20151024203421_5.dmp[21289]: Finished uploading minidump (out-of-process): success = yes
crash_20151024203421_5.dmp[21289]: response: CrashID=bp-e1fdaf67-6871-409c-98fa-c72682151024
crash_20151024203421_5.dmp[21289]: file ''/tmp/dumps/crash_20151024203421_5.dmp'', upload yes: ''CrashID=bp-e1fdaf67-6871-409c-98fa-c72682151024''
[2015-10-24 20:34:20] Startup - updater built Oct 23 2015 17:17:23
[2015-10-24 20:34:20] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
[2015-10-24 20:34:20] Verifying installation...
[2015-10-24 20:34:20] Verification complete
[2015-10-24 20:34:22] Shutdown
l0vot@EX-Gentoo ~ $ 
It seems these are the most relevant lines:

Code: Select all

[1024/203421:ERROR:main_delegate.cc(751)] Could not load cef_extensions.pak
../vgui_surfacelib/FontManager.cpp (276) : Assertion Failed: descs.Count() >= 1
Assert( Assertion Failed: descs.Count() >= 1 ):../vgui_surfacelib/FontManager.cpp:276
I tried locating the relevant files, but locate can't find them.

Any ideas?

fixed

Posted: Sun Oct 25, 2015 7:23 pm
by Lovot
Somehow Steam works now, the error still shows up, but it isn't fatal. Weird.

Posted: Sun Oct 25, 2015 7:32 pm
by Naib
STEAM_RUNTIME is disabled by the user

This is not recomended

Posted: Sun Oct 25, 2015 10:55 pm
by Lovot
The Steam runtime causes endless problems, so I just install everything it needs the right way. Less errors come up with it disabled, at least on Gentoo.

Posted: Sun Oct 25, 2015 11:03 pm
by Naib