-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Steam cannot connect to friends network #44254
Comments
Yeah, I can confirm the new friends feature doesn't work on NixOS. |
Temporary fix is to launch |
I can't reproduce this issue on my machine tracking the $ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 4.14.54, NixOS, 18.09pre145679.dae9cf6106d (Jellyfish)`
- multi-user?: `yes`
- sandbox: `no`
- version: `nix-env (Nix) 2.0.4`
- channels(root): `"nixos-18.09pre145679.dae9cf6106d"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos` |
I've been experimenting with
Temporary workaround: launch Steam as |
I wonder if this could be something like #38991 but with the timezone format instead of locale. |
As an Australian who uses steam on NixOS I can confirm I'm experiencing the same issue on nixpkgs I've modified steam in my local nixpkgs to apply the workaround by adding I also noticed that this workaround only solves the issue if I launch steam through |
Perhaps I should've tried this earlier, but launching Steam as I have a theory that when TZ is not set, Steam figures out the timezone by doing the equivalent of On NixOS, this results in:
and Steam isn't able to figure anything out. However, on Debian (where Steam chat still works), this results in:
and Steam can figure out the timezone. I just tested my theory on NixOS by doing this as root:
and now Steam chat works! |
Workaround for issue NixOS#44254 (Steam cannot connect to friends network)
Workaround for issue NixOS#44254 (Steam cannot connect to friends network)
@mat8913 Maybe open a PR to get your fix into the main repo? Nice work on figuring it out guys! |
@mat8913's fix works on my machine. Just copied it to my local checkout of nixpkgs, did |
If you're referring to the |
Any progress? Have had this problems for months and no fix coming? |
@GreatBigWhiteWorld: did you try that PR and failed? (I know it's not merged yet.) |
@GreatBigWhiteWorld That PR by @mat8913 worked for me - #44602 |
Sorry I don't know how to apply a PR. I ain't no programmer.... |
@GreatBigWhiteWorld Knowing how to apply patches and having basic git skills will help if you want to use NixOS. But look at @rthoo's response, try that and see if it helps. |
I'm unable to reproduce this (on unstable and with steam beta). Should we only apply the patch to 18.09? |
@Enzime So adding -nochatui -nofriendsui after the command worked until the last update, which broke it again. Good job valve. |
Closed with #44602 |
Issue description
The Steam client cannot connect to the friends network. I'm still able to browse the Steam store and download games. I tried disabling the firewall, that had no effect.
Steps to reproduce
Install Steam:
nix-env -iA nixos.steam
Open Steam and log in
Wait a little bit, and a new window will open attempting to connect to Steam friends network
Get message:
Technical details
The text was updated successfully, but these errors were encountered: