wb2osz / direwolf

Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md
GNU General Public License v2.0
1.51k stars 299 forks source link

Binding failed with error 10013 - Cant bind to ANY ports #532

Closed W1BTR closed 1 month ago

W1BTR commented 1 month ago

Direwolf suddenly is failing to bind to any ports.

image

Bind failed with error: 10013
Some other application is probably already using port 8000.
Try using a different port number with AGWPORT in the configuration file.
Bind failed with error: 10013
Some other application is probably already using port 8001.
Try using a different port number with KISSPORT in the configuration file.

I was able to verify that no programs are using these ports. I also tried setting it to a variety of other ports I know are available, and they all fail with error 10013.

image

dranch commented 1 month ago

Hmmm.. we need more details here before we can help. It looks like you're running Windows but WHICH version? Which version of Direwolf? Googling around a bit, it could be security software installed on your machine that's blocking Direwolf from opening the socket ( https://forum.beammp.com/t/core-bind-failed-with-error-10013/102578 ).

wb2osz commented 1 month ago

Interesting. I tried the netstat command as shown and it behaves as expected. I have Windows 10 here, 11 might be fussier. I don't have any good ideas other than what David suggested. Can you try running with admin privilege?

73, John WB2OSZ

W1BTR commented 1 month ago

It is Windows 11, and I tried running as admin, no change. Restarting didnt fix it. However, a Windows update did fix it, so maybe Microsoft broke it temporarily with an update?

Either way, cant seem to get it to break now.