#AutoUpdater Doesnt Work -> TCP Error os 10013
15 messages · Page 1 of 1 (latest)
Another one, I try to get why
Ok, this is actually also a tauri problem?
some of my users cant connect to this and therefore the autoupdater doesnt work
any help is appreciated ❤️
AutoUpdater Doesnt Work -> TCP Error os 10013
The screenshot URL is v1/branches and the updater is configured for v1/launcher/releases. The updater seems unrelated to the screenshot but may also be effected. The error is produced from https://github.com/NoRiskClient/noriskclient-launcher/blob/e621d07d8979281457a37d9bc5f563cf5faad0c2/src-tauri/src/app/gui.rs#L772-L778.
Windows usually only shows that error when some software blocked the connection, typically an anti-virus.
Indeed, the 2 users who reported this had an anti virus
even though they disabled it, it didn't work 😦
do you think an EV License would solve this problem?
the problem is, it also occured on machine who just had default microsoft protection (but only ones so its fine ig)
would be still nice to know how to fix it
I don't think this is a code signing issue. The error itself is indicating that a port is already reserved by another application, which seems strange for a HTTP GET request as that uses a port the OS says is fine to use.
If the user doesn't have an anti-virus, firewall, or VPN enabled, and it's happening every time, it's possible that the user has changed the dynamic port range. You can check the range with netsh int ipv4 show dynamicport tcp and netsh int ipv6 show dynamicport tcp. The default is: Start Port: 49152, Number of Ports: 16384.