[deleted]
- Edited
Are you using SSD or HDD? What are your specs?
The possible cause in some cases is too slow disk I/O:
https://github.com/ValveSoftware/steam-for-linux/issues/10581
Are you using SSD or HDD? What are your specs?
The possible cause in some cases is too slow disk I/O:
https://github.com/ValveSoftware/steam-for-linux/issues/10581
Well,since months nothing happenend with this issiue,despite several OS updates
i still get the same errormessage when trying to start Steam in Solus.
"Steamwebhelper not responding"
Friedell I've not had any Steam issues with the repo version, but I'm using Plasma and Nvidia with X. Not sure if any of that makes any difference for your case. If you're using Nvidia, make sure to check the 32 bit library box in DoFlicky (hardware driver manager) when you install the driver or Steam will not launch.
Have you tried launching steam from terminal? Post the output here, that might help track down the issue.
Friedell Yes, this has not been fixed yet in Steam. The issue is still open.
https://github.com/ValveSoftware/steam-for-linux/issues/10556
I`m also affected by this issue but what confuses me most is that steam still runs under Budgie.DE.
From what ive read it has something to do with glibc-hwcaps and the way the steamsoftware
looks for certain libraries. Before the Steamupdate in late february all was fine because Steam
was able to find this libraries in Solus. After the update it only finds the V3 version and that
causes the steamwebhelper crash on older CPUs. In my case a FX8350.
alfisya Well,so far nothing has changed since my initial posting. And basicly it excludes all
CPU`s that doesnt support the AVX2 instruction set from using Steam under Solus (and many other distros).
And its only Steams own webhelper app that seems to need this instructions under Linux,because the same
hardware works perfectly fine under old Win7 to this day.
Friedell You can work around that by using the unofficial Steam Flatpak.
Well,since last friday Steam works again. With the last Steamclientupdate came the possibility
to circumvent hwcaps with a inbuild hack in Solus.
Its activated by tipping into the terminal : echo "STEAM_HACK_IGNORE_HWCAPS=1" | sudo tee /etc/environment
Than log out and log in again,then tipp in terminal:
Run sudo ldconfig -X
It works for the time being at least,but i guess future Steamupdates will refine it.