Steam won't start on Ubuntu GNOME 16.04 - Ask Ubuntu
this question has answer here:
- steam doesn't start after upgrade ubuntu 16.04 2 answers
- steam not opening in ubuntu 16.04 lts 6 answers
i'm using latest ubuntu gnome. when download steam-installer though software works, after nothing happens no update , won't launch.
here error message when try launch steam in terminal:
$ steam running steam on ubuntu 16.04 64-bit steam_runtime 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 installing breakpad exception handler appid(steam)/version(1461972496) libgl error: unable load driver: swrast_dri.so libgl error: failed load driver: swrast
this worked (in terminal type):
mv ~/.local/share/steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1{,.disable} mv ~/.local/share/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6{,.disable} mv ~/.local/share/steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libpcre.so.3{,.disable} mv ~/.local/share/steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libpcre.so.3.12.1{,.disable}
Comments
Post a Comment