I've had no such issue on my Manjaro [unstable branch] install & I'm updated to the latest versions of everything. I believe your issue is because you weren't opted into the Steam beta. That's my only plausible explanation.
Hello @Bodyash, are you still experiencing this issue on an up to date system?
Closing as outdated.
Nothing extracted yet.
Your system information
Steps for reproduce and fix this issue:
Failed to load steamui.so - dlerror(): /home/bohdan/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libva-x11.so.1: undefined symbol: fool_postp
https://i.imgur.com/POgnsw1.png
so i checked files. In this folder libva-x11.so.1 is symlink to libva-x11.so.1.3900.0
so i removed symlink to local libva-x11"
rm libva-x11.so.1https://i.imgur.com/HczhlPu.png
and linked my system libva to this path
ln -s /usr/lib32/libva-x11.so ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libva-x11.so.1https://i.imgur.com/s3QgsYW.png
And everything works again!