ubuntu 15.10 64bit 下 steam无法启动

首先查看steam日志,在/tmp/dumps/下,以“用户名_output.txt”命名。

$ cat /tmp/dumps/liuxu_output.txt

Running Steam on ubuntu 15.10 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1457636973)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

原因是steam用的lib文件太老,找到的结局办法是删掉即可,我个人是建议备份。

$ rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
$ rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgcc_s.so.1

参考:

1.https://bbs.archlinux.org/viewtopic.php?id=183659

见一楼,“Finally, I have tried removing libgcc_s.so.1 from /home/devin/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu and /home/devin/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu as advised on https://github.com/ValveSoftware/steam- … ssues/3280 with the same results.”

原文链接: https://www.cnblogs.com/liuxuzzz/p/5321695.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/230925

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月13日 下午2:50
下一篇 2023年2月13日 下午2:50

相关推荐