为什么 Steam 不启动?

Lev*_*Lev 24 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
Run Code Online (Sandbox Code Playgroud)

如何解决?

Pep*_*rio 34

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

rm -Rf ~/.steam/steam/appcache
Run Code Online (Sandbox Code Playgroud)

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

  • 您不必每次都手动删除它。只需编写一个两行脚本即可为您完成! (2认同)