1
Since last night I have not been able to connect to Steam with my main account, I would just get a screen that says
Unable to connect to Steam
unless I add -tcp
to the shortcut, then I can at least log into Steam, however I can't connect to any game servers that use Steam servers.
I can also log in manually by typing in my info, but it normally takes three attempts:
- The client just refreshes.
- I get the "cannot connect to Steam" error.
- It loads into Steam, but again I'm unable to connect to any game servers that use Steam servers (Valve games, Tripwire Interactive games, etc.).
I've spent the last 6 hours googling fixes, and so far have come up with nothing being able to work. I figured before taking a break, I'd see if anyone had any ideas I hadn't tried yet. So far I've done as follows:
Uninstalled and reinstalled Steam.
Cleared local temp files, reset PC, no change.
Uninstalled, reinstalled wireless drivers, reset PC, no change.
Ran about 7 different commands in CMD relating to
winsock
andnetsh
, reset PC, no change.Logged into a different account without
-tcp
(still unable to connect to game servers).Deleted
ClientRegistry.blob
, no change.Reset my router, no change.
I might be forgetting a couple other things I've tried. I've spent way to long at the PC and need a break, really hoping anyone can help me sort this out.
Have you tried disabling IPv6 inside of the Network Settings? I had an issue similar to this, and I fixed it by disabling IPv6 so that IPv4 was the default (and only) connection. – FoxMcloud5655 – 2017-06-17T00:16:36.407
Can you visit any website, if so tcp probably isn't the issue. Blocking tcp would effective cut you off from the internet as 95+% of everything uses tcp. Did you try changing steam servers? – cybernard – 2017-06-17T00:57:41.787
@cybernard No problem connecting to the internet, the issue seems to only be related to steam and games that use their servers, I have access to the client and can use and connect to any game online so long as said game has their own dedicated servers, but if its a game that uses steam servers, the server list is blank, despite saying "x" amount of people online. Worth bringing up, if I have a friend who is playing said game, I can join off them, but I am unable to play alone. – ConfusedinSteam – 2017-06-17T01:34:07.523
@FoxMcloud5655 Tried it out, but no changes. – ConfusedinSteam – 2017-06-17T14:52:01.350
The
– Kamil Maciorowski – 2017-06-17T22:13:38.347-tcp
option forces Steam to use TCP instead of UDP. UDP is commonly used for online gaming (read more here). It seems the problem is with UDP, but since you can join non-Steam servers, not all UDP traffic (ports, source/destination) is affected. As if somebody put a dedicated packet filter between you and the Internet. You're not a teenager whose parents like to play with parental control on their advanced home router, are you?