mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #1151] Unexpected Socket Error Code: 10013 (on free ports) #846
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#846
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CodeShane on GitHub (Apr 7, 2023).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1151
Quasar version
1.4.0, 1.4.1
Server installed .NET version
.NET Framework v4.0.30319
Server operating system
Windows 10/Server 2019/2016
Client installed .NET version
n/a, the same I think
Client operating system
Windows 10/Server 2019/2016
Build configuration
Release
Describe the bug
Not sure if this is just my issue or if default port and docs should be updated?
Control server can't start listening on port 4782 through 4836, or randomly on other ports below 4782 or above 4836, giving an error on start (or clicking "start listening"):
Troubleshooting done:
netstat -ano | findstr "YourPortHere"nirsoft currports x64 (cports.exe)Research done
Similar user-specific issues:
2021 issue - https://github.com/quasar/Quasar/issues/945
2018 issue - https://github.com/quasar/Quasar/issues/651
Next steps
I'm going to try updating .NET framework (don't expect this to do much).
Will try building locally from source.
Use case
Doubt it's relevant, but wanted to thank you for this tool, it's very helpful for managing my kids' PCs remotely. Getting Windows defender to leave the client installers and client binaries alone is very challenging, if I ever get this scripted or otherwise solved I'll share but this isn't my forte. Thanks again!
How to reproduce
Download release from github and extract.
Attempt to listen (on "listen on start" setting or using "Start listening" button) with listen port set to any 4782 through 4836, inclusive.
Expected behavior
Server UI will show "listening" and begin seeing client connections.
Actual behavior
Server will receive an error and display pop-up.
Additional context
@MaxXor commented on GitHub (Apr 9, 2023):
Hey, thanks for the feedback. :)
I'm not entirely convinced that this issue is related to Quasar. As you already mentioned, the previously opened similar issues were unresolved as well... I am not able to reproduce this. What AV do you use exactly, maybe it's not "really" disabled?
There is a neat little software called TCP/IP Builder which can create TCP sockets on specific ports, just like Quasar. Can you please check if that tool works if you enter "0.0.0.0", port 4782, TCP and click "Create Socket" & "Listen"? The same error should appear there too if my theory is right.
@CodeShane commented on GitHub (Apr 12, 2023):
I'm not at all convinced this is related to Quasar, either, but since the port didn't appear in use I thought it might be worth looking into except..
ncatand it connected.Quasar works on other ports, and I can no longer reproduce. Thank you for your help.
If I encounter the problem again I'll try and capture some more useful info.