In xterm,
Try 1:
#LC_ALL=C steam
Try 2:
#DISPLAY=:0 LC_ALL=C steam
Please report your result
$ LC_ALL=C steam
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1413917607)
Installing breakpad exception handler for appid(steam)/version(1413917607)
[2014-11-18 11:34:06] Startup - updater built Oct 20 2014 14:04:58
[2014-11-18 11:34:15] Verificando a instalação...
[2014-11-18 11:35:34] Verification complete
[2014-11-18 11:35:41] Shutdown
Same popup error. For some reason, even with LC_ALL=C there was a localized message. Got the same output with the other attempt:
$ DISPLAY=:0 LC_ALL=C steam
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1413917607)
Installing breakpad exception handler for appid(steam)/version(1413917607)
[2014-11-18 11:38:10] Startup - updater built Oct 20 2014 14:04:58
[2014-11-18 11:38:10] Verificando a instalação...
[2014-11-18 11:38:10] Verification complete
[2014-11-18 11:38:12] Shutdown
I don't know. I moved the games directory and reinstalled Steam. It worked again.
Nothing extracted yet.
I get the following message inside a popup window:
"Fatal Error: Failed to load steamui.so"
I found the shared object inside
~/.local/share/Steam/ubuntu12_32, and echoing theLD_LIBRARY_PATHout ofsteam.sh, I managed to run:So it seems that there are no missing libraries. What else can I do to try to fix and/or diagnose the problem? It doesn't seem a general problem, because I can't find any recent similar report on the web, so there must be somthing with my system, I just don't knwo what...