You are not logged in.
I have two steam games and until the day before of yesterday both works in my computer but now the games doesn't open and I revised and it doesn't seem something bad with steam, I use Hyprland.
These are the terminal output when I open the game from rofi menu and I didn't have steam opened previously:
https://0x0.st/KSsZ.txt
Offline
Hi!
What games are you trying? Are they older ones with 32-bit support?
If they are a little bit older, try this.
Check pacman.conf for multilib support:
sudo nano /etc/pacman.conf
Search for the multilib part. It must be set to:
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
Save and quit, do:
sudo pacman -Syu
sudo pacman -S lib32-mesa lib32-vulkan-radeon lib32-vulkan-icd-loader
sudo pacman -S mesa vulkan-radeon libva-mesa-driver mesa-vdpau
Stop steam, restart and try again.
If this is not working, try to deactivate the steam overlay.
Offline