V20,无法启动Steam客户端是什么情况?之前还可以的
Tofloor
poster avatar
欢乐马
deepin
2020-10-09 06:27
Author
通过命令行启动的话,差不多就是提示这样的报错信息;
不管是官方下载安装的还是V20应用商店里下载安装的;
  1. yunuo@yunuo-PC:~$ steam steam://open/friends
  2. Running Steam on deepin 20 64-bit
  3. STEAM_RUNTIME is enabled automatically
  4. Pins up-to-date!
  5. Steam client's requirements are satisfied
  6. /home/yunuo/.local/share/Steam/ubuntu12_32/steam steam://open/friends
  7. [2020-10-08 22:21:26] Startup - updater built Oct  7 2020 06:15:36
  8. Installing breakpad exception handler for appid(steam)/version(1602115886)
  9. libGL error: No matching fbConfigs or visuals found
  10. libGL error: failed to load driver: swrast
  11. SteamUpdateUI: An X Error occurred
  12. X Error of failed request:  GLXBadContext
  13. SteamUpdateUI: An X Error occurred
  14. X Error of failed request:  BadValue (integer parameter out of range for operation)
  15. Major opcode of failed request:  151 (GLX)
  16. Minor opcode of failed request:  3 (X_GLXCreateContext)
  17. Value in failed request:  0x0
  18. Serial number of failed request:  45
  19. xerror_handler: X failed, continuing
  20. Major opcode of failed request:  151 (GLX)
  21. Minor opcode of failed request:  6 (X_GLXIsDirect)
  22. Serial number of failed request:  46
  23. xerror_handler: X failed, continuing
  24. Looks like steam didn't shutdown cleanly, scheduling immediate update check
  25. [2020-10-08 22:21:26] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
  26. [2020-10-08 22:21:26] Using the following download hosts for Public, Realm steamglobal
  27. [2020-10-08 22:21:26] 1. http://client-download.steampowered.com, /client/, Realm 'steamglobal', weight was 100, source = 'baked in'
  28. [2020-10-08 22:21:26] 2. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
  29. Installing breakpad exception handler for appid(steam)/version(1602115886)
  30. [2020-10-08 22:21:26] Checking for update on startup
  31. [2020-10-08 22:21:26] Checking for available updates...
  32. [2020-10-08 22:21:26] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
  33. Installing breakpad exception handler for appid(steam)/version(1602115886)
  34. Installing breakpad exception handler for appid(steam)/version(1602115886)
  35. Installing breakpad exception handler for appid(steam)/version(1602115886)
  36. [2020-10-08 22:21:34] Download failed: http error 0 (client-download.steampowered.com/client/steam_client_ubuntu12)
  37. [2020-10-08 22:21:34] Downloading manifest: media.steampowered.com/client/steam_client_ubuntu12
  38. [2020-10-08 22:21:47] Download skipped: /client/steam_client_ubuntu12 version 1602115886, installed version 1602115886, downloaded version 0
  39. [2020-10-08 22:21:47] Nothing to do
  40. [2020-10-08 22:21:47] Verifying installation...
  41. [2020-10-08 22:21:47] Performing checksum verification of executable files
  42. [2020-10-08 22:21:47] Verification complete
  43. Loaded SDL version 2.0.13-5919606
  44. libGL error: No matching fbConfigs or visuals found
  45. libGL error: failed to load driver: swrast
  46. Steam: An X Error occurred
  47. X Error of failed request:  GLXBadContext
  48. Major opcode of failed request:  151
  49. Serial number of failed request:  48
  50. xerror_handler: X failed, continuing
  51. Steam: An X Error occurred
  52. X Error of failed request:  BadValue (integer parameter out of range for operation)
  53. Major opcode of failed request:  151
  54. Value in failed request:  0x0
  55. Serial number of failed request:  47
  56. xerror_handler: X failed, continuing
  57. Steam: An X Error occurred
  58. X Error of failed request:  BadMatch (invalid parameter attributes)
  59. Major opcode of failed request:  151
  60. Serial number of failed request:  49
  61. xerror_handler: X failed, continuing
  62. assert_20201008222126_1.dmp[15804]: Uploading dump (out-of-process)
  63. /tmp/dumps/assert_20201008222126_1.dmp
  64. /home/yunuo/.local/share/Steam/steam.sh:行 750: 15696 段错误               $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
  65. yunuo@yunuo-PC:~$ assert_20201008222126_1.dmp[15804]: Finished uploading minidump (out-of-process): success = yes
  66. assert_20201008222126_1.dmp[15804]: response: CrashID=bp-094a1b83-a11f-4f96-8cb6-f533c2201008
  67. assert_20201008222126_1.dmp[15804]: file ''/tmp/dumps/assert_20201008222126_1.dmp'', upload yes: ''CrashID=bp-094a1b83-a11f-4f96-8cb6-f533c2201008''
Copy the Code




之前还可以,后来又重新安装了一次系统就不行了,也没改什么。。


系统信息:
  1. Linux yunuo-PC 5.4.50-amd64-desktop #74 SMP Mon Aug 24 20:15:37 CST 2020 x86_64 GNU/Linux
Copy the Code





Reply Favorite View the author
All Replies
spectator000
deepin
2020-10-09 07:25
#1
对于n卡用户:1:打开32位架构支持(sudo dpkg --add-architecture i386) 2:安装32位nvidia驱动(sudo apt install nvidia-driver-libs:i386)3:安装vulkan spir-v编译库(sudo apt install libnvidia-glvkspirv )我遇到linux版steam在deepin下运行缺的部分。
Reply View the author
忘记、过去
deepin
2020-10-09 07:56
#2
安装系统时集成的闭源驱动有点小问题,有些软链接没到位的样子。

sudo apt reinstall nvidia-driver 基本就好了。
Reply View the author
欢乐马
deepin
2020-10-09 08:27
#3
https://bbs.deepin.org/post/203537
安装系统时集成的闭源驱动有点小问题,有些软链接没到位的样子。

sudo apt reinstall nvidia-driver 基本 ...

我显卡是GeForce GTX 750 Ti,从官方下载安装了450的驱动;

那是要卸载安装440的驱动吗?
Reply View the author
欢乐马
deepin
2020-10-09 08:51
#4
https://bbs.deepin.org/post/203537
我显卡是GeForce GTX 750 Ti,从官方下载安装了450的驱动;

那是要卸载安装440的驱动吗? ...

解决了;

执行了:
  1. sudo apt install lib32stdc++6
Copy the Code

就可以了
Reply View the author
欢乐马
deepin
2020-10-09 08:52
#5
https://bbs.deepin.org/post/203537
对于n卡用户:1:打开32位架构支持(sudo dpkg --add-architecture i386) 2:安装32位nvidia驱动(sudo ap ...

谢谢,已经解决了;
Reply View the author
uos225
deepin
2020-11-30 17:46
#6
spectator000
对于n卡用户:1:打开32位架构支持(sudo dpkg --add-architecture i386) 2:安装32位nvidia驱动(sudo apt install nvidia-driver-libs:i386)3:安装vulkan spir-v编译库(sudo apt install libnvidia-glvkspirv )我遇到linux版steam在deepin下运行缺的部分。

我的是AMD HD8570,也是同样的问题,怎么搞?

Reply View the author