Steam:无法找到 bootstrap ubuntu 16.04

Steam:无法找到 bootstrap ubuntu 16.04

通过终端使用“sudo apt-get install steam”安装 steam 后

steam 下载后卡在检查更新,并提示无法连接,尽管我的网络正常。我再次尝试通过命令行启动 steam

mask@KUKU:~$ steam
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
[2017-06-22 13:37:59] Startup - updater built Jun  8 2017 04:33:02
[2017-06-22 13:37:59] Verifying installation...
[2017-06-22 13:37:59] Unable to read and verify install manifest 
/home/mask/.steam/package/steam_client_ubuntu12.installed
[2017-06-22 13:37:59] Verification complete
[2017-06-22 13:37:59] Downloading update...
[2017-06-22 13:37:59] Checking for available updates...
[2017-06-22 13:38:00] Download failed: http error 0 (client-    ]download.steampowered.com/client/steam_client_ubuntu12)
[2017-06-22 13:38:00] Download failed: http error 0 (media.steampowered.com/client/steam_client_ubuntu12)
[2017-06-22 13:38:00] failed to load manifest from buffer.
[2017-06-22 13:38:00] Failed to load manifest
[2017-06-22 13:38:00] Error: Download failed: http error 0
[2017-06-22 13:38:00] Error: Steam needs to be online to update. Please confirm your network connection and try again.
[2017-06-22 13:38:02] Shutdown
threadtools.cpp (3294) : Assertion Failed: Illegal termination of worker thread 'Thread(0x0x57d04d60/0x0xf4d8eb'
Error: Couldn't find bootstrap, it's not safe to reset Steam. Please contact technical support.

答案1

我遇到了同样的问题,尝试安装 libnss-resolve:i386

在终端上输入:sudo apt 安装 libnss-resolve:i386

见证奇迹发生 ;)

至少,它对我有用,祝你好运。

相关内容