问题描述
当我尝试启动Steam时,什么都没有发生。重新安装没有帮助。
$ steam
Running Steam on ubuntu 13.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1378500910_client)
Installing breakpad exception handler for appid(steam)/version(1378500910_client)
Installing breakpad exception handler for appid(steam)/version(1378500910_client)
unlinked 0 orphaned pipes
removing stale semaphore last operated on by process 7278 with name 0eBlobRegistryMutex_DC7EBB4AEA41D3C6C74E5EFFD6757CEC
removing stale semaphore last operated on by process 7278 with name 0eBlobRegistrySignal_DC7EBB4AEA41D3C6C74E5EFFD6757CEC
removing stale semaphore last operated on by process 7278 with name 0emSteamEngineInstance
removing stale semaphore last operated on by process 7278 with name 0eSteamEngineLock
Gtk-Message: Failed to load module "overlay-scrollbar"
Installing breakpad exception handler for appid(steam)/version(1378500910_client)
[0913/182910:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
如何解决?
最佳答案
我遇到了同样的问题。要解决此问题,只需删除.steam/steam/appcache
目录。您可以从终端执行此操作:
rm -Rf ~/.steam/steam/appcache
每次要启动蒸汽时都必须运行此程序,直到Valve解决此问题。
次佳答案
就我而言,它也停止了工作4个小时。
我重新安装了Steam甚至重新下载了dota2,它仍然无法正常工作。我很确定这是一个与蒸汽有关的问题…我想他们很快就会解决。
目前,您可以通过删除$HOME/.steam/steam/appcache
来绕过此问题。