我在安装Steam客户端后无法打开它。我正在使用运行 Ubuntu 20.10 64-bit 的 Raspberry Pi 4。我直接从他们的网站安装了 Steam。当我尝试打开 Steam 时,它说:
Steam needs to install these additional packages: libgl1-mesa-dri:i386, libgl1:i386, libc6:i386
Run Code Online (Sandbox Code Playgroud)
并询问我的密码。我把它放进去,但现在它说:
..........
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgl1-mesa-dri:i386
E: Unable to locate package libgl1:i386
E: Unable to locate package libc6:i386
Press return to continue:
Run Code Online (Sandbox Code Playgroud)
我按下回车键,它开始运行,但随后它停止加载并弹出一个窗口,上面写着:
您缺少以下 32 位库,并且 Steam 可能无法运行:libc.so.6
我该怎么办?上周我刚刚开始使用 Ubuntu。
当我尝试在 Steam 中启动任何游戏时,它会准备启动例如 Dota 2,然后该框关闭并且永远不会加载游戏。
任何帮助,将不胜感激。
我正在尝试在 Ubuntu 14.04 上安装 Steam,但我缺少一个库
You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
Run Code Online (Sandbox Code Playgroud)
我已经安装,libgl1-mesa-glx:i386但它仍然不起作用 使用带有大黄蜂 ( optirun)的 nvidia 卡它可以正常启动,因此我不知道这可能是什么。
我也有 Ubuntu 13.04,我可以使用英特尔卡启动 Steam,没有任何问题,并且仅在启动游戏时使用 optirun
我知道很多人在 64 位 Ubuntu 16.04 上启动 Steam(从 Steam 下载,而不是从存储库下载)时遇到问题,并显示以下错误消息:
svetlana@svetlana-desktop:~$ steam
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Error: You are missing the following 32-bit libraries, and Steam may not run:
libXtst.so.6
libXrandr.so.2
libgobject-2.0.so.0
libglib-2.0.so.0
libgtk-x11-2.0.so.0
libpulse.so.0
libgdk_pixbuf-2.0.so.0
Installing breakpad exception handler for appid(steam)/version(1463778979)
Installing breakpad exception handler for appid(steam)/version(1463778979)
Installing breakpad exception handler for appid(steam)/version(1463778979)
Installing breakpad exception handler for appid(steam)/version(1463778979)
[2016-05-22 16:33:15] Startup - updater built May 20 2016 18:57:58
[2016-05-22 16:33:15] Opted in to …Run Code Online (Sandbox Code Playgroud) 我已经在 Ubuntu 上安装了 Steam。
我已经使用 PlayOnLinux 和 Wine 来启动 Steam,但商店中没有显示任何内容。我使用此视频中的说明安装了 Steam :
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install playonlinux
Run Code Online (Sandbox Code Playgroud)
运行playonlinux并选择“安装程序”,搜索 Steam 并安装它,对对话框中的所有内容单击“是”。
尝试打开 Steam 时出现错误:
Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
[2019-07-26 00:23:06] Startup - updater built Jul 17 2019 06:13:47
SteamUpdateUI: An X Error occurred
X Error of failed request: GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 45
xerror_handler: …Run Code Online (Sandbox Code Playgroud) 我今天从 Ubuntu 18.04 更新到 19.04,但令我惊讶的是,更新后 Steam 停止工作。
从命令行运行 Steam 会出现以下错误:
SteamUpdateUI: An X Error occurred
X Error of failed request: GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 51
xerror_handler: X failed, continuing
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: …Run Code Online (Sandbox Code Playgroud) Steam 的客户端仍然是 32 位的。Ubuntu 20.04 现在已经删除了 32 位架构支持。无法安装 lib32bz2-1.0。Steam 未运行。
Running Steam on ubuntu 20.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/black/.steam/ubuntu12_32/steam -nominidumps -nobreakpad
[2020-04-25 01:22:21] Startup - updater built Apr 4 2020 00:37:13
SteamUpdateUI: An X Error occurred
X Error of failed request: GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in …Run Code Online (Sandbox Code Playgroud) 我已经尝试了该网站上的所有解决方案,但没有一个有效。当我steam在终端中输入时,我看到的是:
$ steam
steam.sh[21591]: Running Steam on ubuntu 22.04 64-bit
steam.sh[21591]: STEAM_RUNTIME is enabled automatically
setup.sh[21661]: Steam runtime environment up-to-date!
steam.sh[21591]: Steam client's requirements are satisfied
Run Code Online (Sandbox Code Playgroud)
然后,什么也没有发生。它退出并将控制权返回给 shell。
请帮忙。