2

I have Googled and also check the few questions on AskUbuntu without any luck.

Here is what I get when I run steam in console;

Running Steam on ubuntu 16.10 64-bit
STEAM_RUNTIME is enabled automatically
/bin/bash: /home/myUser/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /bin/bash)
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 for appid(steam)/version(1476379980)
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

I would be glad for any help.

Revenant
  • 203
  • 4
  • 8

1 Answers1

5

Found this link in [this AskUbuntu][2] question;

Simply executed this piece of command and all went back to normal;

find ~/.steam/root/ -name "libgpg-error.so*" -print -delete

Thank you all for the help.

Revenant
  • 203
  • 4
  • 8