You are not logged in.
Pages: 1
Hi, I tried to run steam on my lenovo thinkpad, but when I run it, I get this error
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is disabled by the user
Error: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
Can't find 'steam-runtime-check-requirements', continuing anyway
WARNING: Using default/fallback debugger launch
/home/valentino/.local/share/Steam/ubuntu12_32/steam
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
[2021-10-30 01:29:38] Startup - updater built Oct 13 2021 19:47:06
Installing breakpad exception handler for appid(steam)/version(1634158817)
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2021-10-30 01:29:38] Loading cached metrics from disk (/home/valentino/.local/share/Steam/package/steam_client_metrics.bin)
[2021-10-30 01:29:38] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2021-10-30 01:29:38] Using the following download hosts for Public, Realm steamglobal
[2021-10-30 01:29:38] 1. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
Installing breakpad exception handler for appid(steam)/version(1634158817)
[2021-10-30 01:29:38] Checking for update on startup
[2021-10-30 01:29:38] Checking for available updates...
[2021-10-30 01:29:38] Downloading manifest: http://media.steampowered.com/client/steam_client_ubuntu12
Installing breakpad exception handler for appid(steam)/version(1634158817)
[2021-10-30 01:29:38] Download skipped: /client/steam_client_ubuntu12 version 1634158817, installed version 1634158817, existing pending version 0
[2021-10-30 01:29:38] Nothing to do
[2021-10-30 01:29:38] Verifying installation...
[2021-10-30 01:29:38] Performing checksum verification of executable files
[2021-10-30 01:29:38] Verification complete
Failed to load steamui.so - dlerror(): libGL.so.1: cannot open shared object file: No such file or directory
[2021-10-30 01:29:42] Shutdown
Installing breakpad exception handler for appid(steam)/version(1634158817)
Installing breakpad exception handler for appid(steam)/version(1634158817) The laptop is equipped with amd ryzen 7 5700u, and I installed lib32-amdvlk, lib32-amdgpu-pro-libgl
but the problem continue.
Any solution?
Last edited by Archytino (2021-11-01 00:14:34)
Offline
the error is right there:
Error: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1did you enable multilib before installing steam ?
follow this: https://wiki.archlinux.org/title/Steam
EDIT:
pacman -Qo /usr/lib32/libGL.so.1
/usr/lib32/libGL.so.1 is owned by lib32-libglvnd 1.3.4-1pacman -Qi lib32-libglvnd
Name : lib32-libglvnd
Version : 1.3.4-1
Description : The GL Vendor-Neutral Dispatch library
Architecture : x86_64
URL : https://github.com/NVIDIA/libglvnd
Licenses : custom:BSD-like
Groups : None
Provides : lib32-libgl lib32-libegl lib32-libgles
Depends On : lib32-libxext libglvnd lib32-mesa lib32-opengl-driver
Optional Deps : None
Required By : lib32-mesa lib32-nvidia-utils steam
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 1348.80 KiB
Packager : Felix Yan <felixonmars@archlinux.org>
Build Date : Wed 25 Aug 2021 21:01:53
Install Date : Mon 18 Oct 2021 17:27:10
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signatureso as you can see that file is required by the steam package, so pretty much as i said originally you need to enable multilib
Last edited by jonno2002 (2021-10-30 00:10:06)
Offline
Steam itself is in multilib, so I'm not sure where they got Steam from.
Offline
Thank you!!!
Offline
Pages: 1