-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Arch] Steam crashes on startup; Steamwebhelper is not responding #10548
Comments
Most likely a duplicate of #10547 |
I tried again with
|
Since other people are experiencing issues with more symlinks, here a list of symlinks on my system that may be involved:
/home is on SSD, while /data is on HDD. |
I was reading up on #10552 which seems very similar. There, people mentioned bind mounts being more robust than symlinks. I after replacing the .config symlink with a bind mount, Steam works again. 🥳 Finally, I decided to replace all three symlinks mentioned above with bind mounts. Since this seems a duplicate, I close it here. |
Based on what we have seen on other issues, I think this is the one that was actually triggering the problem, and the others were not relevant (but replacing them all with bind mounts is more future-proof than leaving the others as symlinks). |
Your system information
/home/valneq/.local/share -> /data/valneq/local/share
/games/valneq/steam/library
Please describe your issue in as much detail as possible:
I updated Steam today, and since then it crashes upon any attempt at launching it.
When trying to launch from terminal I see this output
https://gist.github.com/adoa/188833bd0f5bd84583635ee92a49772e
Visually I see this:
I tried
-cef-disable-gpu
→ same crashI tried looking into the coredumps of steamwebhelper, but I get many warnings like this
and finally only see output like this
I suspect that might be an Ubuntu vs Arch thing. Any tips how to make that info useful?
Steps for reproducing this issue:
steam
The text was updated successfully, but these errors were encountered: