You are not logged in.

#1 2022-06-30 10:00:54

levalithan
Member
From: London
Registered: 2022-06-27
Posts: 12

[SOLVED] Steam not opening after pacman upgrade

heya

this probably gets posted a million times a day but i'm kinda stumped this time

i've had this issue before and i remember needing to install some drivers to get it working again, but this time it doesn't work, i have everything installed already

here's the error i'm getting

steam.sh[2168]: Running Steam on arch rolling 64-bit
steam.sh[2168]: STEAM_RUNTIME is enabled automatically
setup.sh[2240]: Steam runtime environment up-to-date!
steam.sh[2168]: Can't find 'steam-runtime-check-requirements', continuing anyway
[2022-06-30 10:52:46] Startup - updater built Nov 22 2021 22:06:59
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
Installing breakpad exception handler for appid(steam)/version(1654574690)
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)

i've generated locales, installed fonts, got everything set up and working except steam

any and all help is appreciated

Last edited by levalithan (2022-06-30 11:39:59)

Offline

#2 2022-06-30 10:43:16

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED] Steam not opening after pacman upgrade

Post a xorg log and

glxinfo32 -B #Needs lib32-mesa-demos

And FWIW seeing a Ilocalize error make sure you heed the second bullet point: https://wiki.archlinux.org/title/Steam#Installation

Last edited by V1del (2022-06-30 10:43:42)

Offline

#3 2022-06-30 10:57:53

levalithan
Member
From: London
Registered: 2022-06-27
Posts: 12

Re: [SOLVED] Steam not opening after pacman upgrade

here's an xorg log (pastebinned so it doesn't look like a wall of text)

and here's the output of glxinfo32 -B

name of display: :0
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:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  110
  Current serial number in output stream:  111

and yeah, i looked at the steam installation guide and made sure to do everything there, even rebooted and still the same error

Offline

#4 2022-06-30 11:23:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED] Steam not opening after pacman upgrade

At least your 32bit OpenGL is broken make sure lib32-nvidia-utils is installed and the versions make sense, post

pacman -Qs nvidia

in doubt.

Offline

#5 2022-06-30 11:28:49

levalithan
Member
From: London
Registered: 2022-06-27
Posts: 12

Re: [SOLVED] Steam not opening after pacman upgrade

here's the output of pacman -Qs nvidia

local/egl-wayland 2:1.1.10-1
    EGLStream-based Wayland external
    platform
local/lib32-nvidia-utils 515.57-1
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.5-1
    Nvidia VDPAU library
local/libxnvctrl 515.48.07-1
    NVIDIA NV-CONTROL X extension
local/nvidia 515.48.07-13
    NVIDIA drivers for linux
local/nvidia-utils 515.48.07-2
    NVIDIA drivers utilities

Offline

#6 2022-06-30 11:33:35

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED] Steam not opening after pacman upgrade

You are in a partial update situation, probably because the archinstall script had/has a bug and enabled multilib-testing as well as multilib instead of just multilib. Disable multilib-testing in your /etc/pacman.conf and run a

pacman -Syuu

make sure lib32-nvidia-utils is downgraded to a matching 515.48.07 variant.

Last edited by V1del (2022-06-30 11:34:01)

Offline

#7 2022-06-30 11:39:37

levalithan
Member
From: London
Registered: 2022-06-27
Posts: 12

Re: [SOLVED] Steam not opening after pacman upgrade

that did it, thanks so much for the help

marking as solved now smile

Offline

Board footer

Powered by FluxBB