Ubuntu 16.04 Steam 启动时崩溃

Ubuntu 16.04 Steam 启动时崩溃

当我运行 steam 时,图标出现大约 5 秒钟然后消失。我已经多次卸载并重新安装 steam,但问题仍然存在。

jp@JP-PC:~$ steam &
[1] 13570
jp@JP-PC:~$ Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

答案1

只需在终端上输入此命令:

LD_PRELOAD='/usr/$LIB/libstdc++.so.6' DISPLAY=:0 steam

相关内容