You are not logged in.
Pages: 1
I've been trying to run Steam but am running into a problem getting it to run consistently. When I try to run it in the terminal this is the output
steam.sh[10927]: Running Steam on arch rolling 64-bit
steam.sh[10927]: STEAM_RUNTIME is enabled automatically
setup.sh[10999]: Steam runtime environment up-to-date!
steam.sh[10927]: Can't find 'steam-runtime-check-requirements', continuing
And it hangs then until I kill the process. I've tried using --steam reset which gives me
mv: cannot stat '/home/evan/.steam/registry.vdf': No such file or directory
steam.sh[11156]: Installing bootstrap /home/evan/.local/share/Steam/bootstrap.tar.xz
steam.sh[11156]: Reset complete!
But it only solved the issue temporarily, and soon enough it went back to not running. The same happened when I simply deleted the .steam directory and reinstalled. Based on what I've read in the wiki and other sources its a driver issue. Here is my output of pacman -Qs nvidia
local/egl-wayland 2:1.1.9+r3+g582b2d3-1
EGLStream-based Wayland external platform
local/lib32-nvidia-utils 515.48.07-1
NVIDIA drivers utilities (32-bit)
local/libvdpau 1.5-1
Nvidia VDPAU library
local/nvidia 515.43.04-7
NVIDIA drivers for linux
local/nvidia-utils 515.43.04-2
NVIDIA drivers utilities
I'm not yet so good at deciphering these outputs so apologies for that, but it seems like my drivers and the driver utilities could be conflicting. I'm unsure how to proceed from there though, any advice would be appreciated. Thanks.
Offline
1st search on duckduckgo for
Can't find 'steam-runtime-check-requirements', continuing
returns: https://www.reddit.com/r/linux4noobs/co … cant_find/
and looking at your provided output:
local/lib32-nvidia-utils 515.48.07-1
NVIDIA drivers utilities (32-bit)
local/nvidia-utils 515.43.04-2
NVIDIA drivers utilitiesyou have conflicting driver versions, please upgrade your system to sort this out
pacman -SyuOffline
It seems to work now. Thanks.
Offline
Pages: 1