我最近在我的笔记本上安装了Ubuntu18.04。然后我昨天通过网站安装了蒸汽,它起了作用。当我试图发射蒸汽今天,它只是崩溃,因为汽车更新开始。我在卸载时使用了sudo apt-get purge steam,并尝试通过从网站下载和使用sudo apt-get install steam重新安装。然而,这个问题仍然存在。
这是我试图从终端运行蒸汽时得到的输出:
~$ steam
cp: cannot stat '/usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz': No such file or directory
Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Installing breakpad exception handler for appid(steam)/version(1522709999)
Installing breakpad exception handler for appid(steam)/version(1522709999)
Installing breakpad exception handler for appid(steam)/version(1522709999)
Gtk-Message: 16:31:00.768: Failed to load module "atk-bridge"
...
Gtk-Message: 16:31:00.786: Failed to load module "canberra-gtk-module"
dbus[8768]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1362.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
crash_20180502163059_1.dmp[8775]: Uploading dump (out-of-process)
/tmp/dumps/crash_20180502163059_1.dmp
/home/magnus/.local/share/Steam/steam.sh: line 927: 8768 Aborted (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
crash_20180502163059_1.dmp[8775]: Finished uploading minidump (out-of-process): success = yes
crash_20180502163059_1.dmp[8775]: response: CrashID=bp-a9833971-19cb-45ce-a771-2cb7f2180502
crash_20180502163059_1.dmp[8775]: file ''/tmp/dumps/crash_20180502163059_1.dmp'', upload yes: ''CrashID=bp-a9833971-19cb-45ce-a771-2cb7f2180502''发布于 2018-05-02 18:26:47
/usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz文件,所以看起来没有安装steam-launcher。显然,steam包已经被steam-launcher所取代。试着卸载旧的软件包并安装新的包: sudo智能净化蒸汽:i 386 sudo智能安装蒸汽发射器libatk-bridge2.0 2.0-0如果steam-launcher不可用,请尝试安装steam-installer。sudo智能安装蒸汽安装程序libatk-桥2.0-0steam-launcher不安装蒸汽本身。相反,它是一个程序,它下载并安装蒸汽到用户的主目录在$HOME/.local/share/Steam。如果蒸汽已经安装,它就会运行。该蒸汽在更新期间被中断,现在崩溃表明安装目录有问题。您可以通过移动安装文件夹mv“$HOME/..local/share/蒸汽”“$HOME/..local/share/Steam.bak”mkdir“$HOME/..local/share/蒸汽”cp -rl“$HOME/..local/share/Steam.bak/package”$HOME/..local/share/ steam“,然后在运行D12时选择" reinstall”选项来强制重新安装。可能需要下载几百兆字节的数据。在成功重新安装和运行蒸汽之后,您可以在$HOME/.local/share/Steam.bak中查找老游戏并将它们移动到新的安装$HOME/.local/share/Steam中。如果您没有任何要移动的内容,则可以安全地删除$HOME/.local/share/Steam.bak。发布于 2018-06-30 06:14:17
在你的终端上运行这个
~/.局部/份额/蒸汽/ubuntu12_32/蒸汽
MaiconKeller在蒸汽社区论坛上的功劳
https://askubuntu.com/questions/1031136
复制相似问题