为什么 Steam 无法启动?

为什么 Steam 无法启动?

当我尝试启动 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

如何修复?

答案1

我遇到了同样的问题。要解决这个问题,只需删除目录.steam/steam/appcache 即可。您可以从终端执行以下操作:

rm -Rf ~/.steam/steam/appcache

每次想要启动 steam 时都必须运行此程序,直到 Valve 解决此问题。

答案2

就我而言,它4小时前就停止工作了。

我重新安装了 steam 甚至重新下载了 dota2,但还是不行。我很确定这是 steam 相关的问题……我想他们很快就会修复它。

目前,您可以通过删除来绕过此问题$HOME/.steam/steam/appcache

答案3

对于那些无法通过本页上其他建议解决此问题的人,您可以进入home/username/.steam/steam/SteamApps/common,您的所有游戏文件夹都在那里。每个游戏文件夹中都有一个可执行文件。只需找到可执行文件并运行它即可绕过 Steam。

相关内容