首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >挂起后,蒸汽客户端在启动时冻结,但在重新启动后再次工作。

挂起后,蒸汽客户端在启动时冻结,但在重新启动后再次工作。
EN

Ask Ubuntu用户
提问于 2015-01-02 15:35:12
回答 1查看 1.3K关注 0票数 1

蒸汽工作正常,但当我应用以下步骤时,它会挂起:

  1. 起动蒸汽
  2. 停止蒸汽
  3. 暂停我的笔记本电脑
  4. (醒后)开始蒸汽

现在蒸汽客户端在启动时挂起。我只看到一个空白弹出窗口,没有任何内容。我认为这应该是登录弹出(“连接到蒸汽帐户”)。

唯一的解决办法是重新启动我的系统。如果我尝试killall steam && steam,它仍然会再次挂在同一点上。

以下是控制台输出:

代码语言:javascript
复制
Running Steam on ubuntu 14.10 64-bit
STEAM_RUNTIME is enabled automatically
[2015-01-02 16:06:15] Startup - updater built Nov 21 2014 16:23:41
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2015-01-02 16:06:15] Checking for update on startup
[2015-01-02 16:06:15] Checking for available updates...
[2015-01-02 16:06:16] Download skipped by HTTP 304 Not Modified
[2015-01-02 16:06:16] Nothing to do
[2015-01-02 16:06:16] Verifying installation...
[2015-01-02 16:06:16] Performing checksum verification of executable files
[2015-01-02 16:06:17] Verification complete
Requested Force create but SharedObjectMutex already created
Forced create but already created for SharedObjectEvent
Forced create but already created for SharedObjectEvent

--- here it hangs. After a reboot, it would continue like that ---

Running Steam on ubuntu 14.10 64-bit
STEAM_RUNTIME has been set by the user to: /home/phil/.steam/ubuntu12_32/steam-runtime

下面是~/.steam/error.log的输出:

代码语言:javascript
复制
rm: cannot remove ‘/home/phil/.steam/steam’: Is a directory
rm: cannot remove ‘/home/phil/.steam/bin’: Is a directory
Installing breakpad exception handler for appid(steam)/version(1416617579)
Installing breakpad exception handler for appid(steam)/version(1416617579)
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "overlay-scrollbar"
Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
Installing breakpad exception handler for appid(steamwebhelper)/version(20141121162341)
Installing breakpad exception handler for appid(steamwebhelper)/version(1416587021)
[0102/162746:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
Installing breakpad exception handler for appid(steam)/version(1416617579)
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
Installing breakpad exception handler for appid(steam)/version(1416617579)
Installing breakpad exception handler for appid(steam)/version(1416617579)
Installing breakpad exception handler for appid(steam)/version(1416617579)
Installing breakpad exception handler for appid(steam)/version(1416617579)
Installing breakpad exception handler for appid(steam)/version(1416617579)
FillInMachineIDInfo took a total of 0 milliseconds
Installing breakpad exception handler for appid(steam)/version(1416617579)
Installing breakpad exception handler for appid(steam)/version(1416617579)
Installing breakpad exception handler for appid(steam)/version(1416617579)
Generating new string page texture 2: 48x256, total string texture memory is 49,15 KB
Generating new string page texture 3: 256x256, total string texture memory is 311,30 KB

我尝试了几种推荐的解决方法,例如:

  • killall steam && rm ~/.steam/steam/appcache
  • mv /etc/fonts/conf.d/10-scale-bitmap-fonts.conf{,.BAK}

但是,只有重新启动才能修复开始问题。

我正在使用Ubuntu14.10(64位)。(我的窗口管理器是i3。不要认为这是相关的,但我读到了关于xmonad的问题。)

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2015-01-04 20:08:07

我可以通过安装32位版本的libnss3来解决这个问题:

代码语言:javascript
复制
sudo apt-get install libnss3:i386

它解决了~/.steam/error.log中的以下错误:

代码语言:javascript
复制
[0102/162746:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.

(我仍然不知道为什么在重新启动之后不会出现问题。)

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/568079

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档