protonscr

Unable to start in Ubuntu 16.04

steamclosed reviewed
ValveSoftware/steam-for-linux#4433 · opened 2016-05-01 by bpearson · updated 2019-06-15 · 8 comments · github
Bbpearson 2016-05-01 github

I tried to install the steam client on Ubuntu 16.04 but it always returns with "free(): invalid pointer: 0xffbd36d0". I have tried what workarounds (like prefixing Steam with environment variables etc) I could find here but with no change. Unable to start or play on Steam at all. Any advice?

Ggdrewb-valve maintainer 2016-05-01 github

Likely duplicate of the other 16.04 startup issues here.

Bbpearson 2016-05-15 github

Any movement with this? I finally figured out a workaround that lets me play. Create a bash script with the contents: LC_ALL=C steam $@, make it executable then point the desktop file (steam.desktop) to the bash script instead of steam itself (You probably could do the same with an alias). I tried adding it directly to the desktop file but was invalid format (If someone else figures out the format please update).

Ttruboxl 2016-05-21 github

@bpearson Exec=env LC_ALL=C steam $@?

Can you tell me where you get the idea of LC_ALL=C?

Bbpearson 2016-05-21 github

I found it here... https://wiki.ubuntu.com/Valve ... apparently it is from a missing locale?

Ggowthamsadasivam 2016-05-21 github

@bpearson Thanks for the workaround. Just saved me lot of time :+1:

I was getting the following error:

Running Steam on ubuntu 16.04 64-bit STEAM_RUNTIME is enabled automatically grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc awk: /home/USERNAME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /lib/x86_64-linux-gnu/libreadline.so.6) Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Gtk-Message: Failed to load module "gail" Gtk-Message: Failed to load module "atk-bridge" Gtk-Message: Failed to load module "unity-gtk-module" Installing breakpad exception handler for appid(steam)/version(1461972496) [0521/190602:ERROR:main_delegate.cc(779)] Could not load cef_extensions.pak [0521/190602:ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox! See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the sandbox on. Installing breakpad exception handler for appid(steamwebhelper)/version(20160429221814) Installing breakpad exception handler for appid(steamwebhelper)/version(1461968294) [0521/190602:ERROR:main_delegate.cc(779)] Could not load cef_extensions.pak Installing breakpad exception handler for appid(steamwebhelper)/version(20160429221814) Installing breakpad exception handler for appid(steamwebhelper)/version(1461972496) Installing breakpad exception handler for appid(steamwebhelper)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) Created shared memory when not owner SteamController_Shared_mem Installing breakpad exception handler for appid(steam)/version(1461972496) Installing breakpad exception handler for appid(steam)/version(1461972496) assert_20160521190600_1.dmp[12105]: Uploading dump (out-of-process) /tmp/dumps/assert_20160521190600_1.dmp /home/USERNAME/.local/share/Steam/steam.sh: line 756: 12050 Segmentation fault (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@" Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 Refresh rate: 1 assert_20160521190600_1.dmp[12105]: Finished uploading minidump (out-of-process): success = yes

Now, as from your comment above,

Running Exec=env LC_ALL=C steam $@ Makes it work now.. :)

Mmurateca 2017-02-07 github

@bpearson Exec=env LC_ALL=C steam $@ solves the problem. Strange that i've been searching for 2 days yet couldnt find that simple solution. Thanks a lot.

Kkisak-valve maintainer 2019-05-10 github

Hello, does anyone still need this workaround to start Steam on an up to date system? If you are, what does locale -a give you?

Kkisak-valve maintainer 2019-06-15 github

Closing pending feedback.

Nothing extracted yet.