You are not logged in.
I get -105 on all the pages on the steam clients?
jay
Offline
error -105 usually means no connection
check your internet connection
maybe a logout and login can help
may a full reset of steam is required: delete ~/.Steam
also: which version of steam do you use? runrime, native or flatpack?
Offline
native im pretty sure
jay
Offline
error -105 usually means no connection
check your internet connection
maybe a logout and login can help
may a full reset of steam is required: delete ~/.Steam
also: which version of steam do you use? runrime, native or flatpack?
Tried every single solution, internet's fine, connected via nmcli, and even tried the flatpak
jay
Offline
I'm experiencing this, too. Internet's fine. I can download games (after installing lib32-systemd).
But the Store still gives me an error 105.
https://mega.nz/file/c4pAxLaK#R1c5mtNQB … XgJ48AogGs
Last edited by sudoku (2024-07-20 06:37:41)
Offline
Did anyone find a way to solve this issue?
Offline
Just wanted to add, I have the same issue. Fresh arch install (2 days old, 2025.04.01 x64), everything up-to-date, using systemd-networkd and systemd-resolved. I'm using the Steam Arch package.
I just disabled IPv6 to see if that has any effect, unfortunately it does not.
I was on Endeavour OS before that and didn't have this issue, so maybe I try and see if NetworkManager makes a difference.
EDIT: I can download and play games - it's just the store that doesn't work and it fails to load EULAs (but luckily I can click Accept anyway).
Last edited by wuhwuh (2025-04-19 09:46:23)
Offline
Ahh, it was a configuration error on my end: I didn't finish the setup of systemd-resolved and left /etc/resolv.conf unchanged.
After running
ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
(as root) it's working now.
See https://wiki.archlinux.org/title/Systemd-resolved#DNS for details.
Offline