protonscr

Unable to launch steam (Missing 32 bit libarys // libvdpau nvidia)

steamclosed Distro Family: Arch
ValveSoftware/steam-for-linux#8092 · opened 2021-09-21 by nick22985 · updated 2021-09-22 · 2 comments · github
Nnick22985 2021-09-21 github

Your system information

  • Steam client version (build number or date):
  • Distribution (e.g. Ubuntu):
  • Opted into Steam client beta?: [Yes/No]
  • Have you checked for system updates?: [Yes/No]

Steam Client Version: steam-1.0.0.72-1
Distro: Arch
Beta: No
Update Check: Yes

Please describe your issue in as much detail as possible:

Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
https://gist.github.com/nick22985/ebb5cb44462990b422ff6daa758102b4
Does not launch get error:
You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
Nvidia Driver version 470.74

Steps for reproducing this issue:

  1. Install Steam
  2. Run Steam
Kkisak-valve maintainer 2021-09-21 github

Hello @nick22985, from your log:

Error: You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6

Arch's steam package should depend on lib32-gcc-libs, which in turn depends on lib32-glibc. Please verify that these packages are installed.

Failed to load steamui.so - dlerror(): /usr/lib/libvdpau.so.1: file too short
It looks like this file should be coming from libvdpau and it reads like a previous system package update damaged the library. Please inspect /usr/lib/libvdpau.so.1 and reinstall the package if needed. It would also be good idea to run a filesystem check on your root partition.

Nnick22985 2021-09-22 github

I ended up reinstalling arch entirely fixed the issue

Nothing extracted yet.