DSConnect-server Socket Issue

Post Reply
gilraak
Posts: 5
Joined: Sun Aug 24, 2014 6:43 pm

DSConnect-server Socket Issue

Post by gilraak » Thu Oct 02, 2014 1:37 pm

Hello all! Updated recently for me and friends to play since we don't have spare cash for live only I ran into this issue I didn't have before:

Code: Select all

[1;32m[Status][0m Memory manager initialised: [1;37mlog/DSP.leaks[0m
[1;37m[Info][0m DarkStar - Git Revision Hash: [1;37mUnknown[0m.
[02/Oct 14:31][1;37m[Info][0m Console Silent Setting: 0
[02/Oct 14:31][1;31m[Error][0m make_listen_bind: bind failed (socket #1, code 10048)!
I know this has to do with the socket being taken up, however I can't figure out what socket is is trying to use. I looked in my configs and found the socket for Maps & Game to use, but not DSConnect.

Hopefully someone can shed some light.

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: DSConnect-server Socket Issue

Post by atom0s » Thu Oct 02, 2014 1:56 pm

Socket error '10048' means the port is already in use. Are you sure you do not already have a copy of the server running? Next after that would be there is perhaps something else on your machine using that port. This can often happen with your browser and Flash / Java using the port for connecting to the backend servers for its various content while you are browsing.

Determining the port does not help either since the output from that is the socket # and no the port being bound to.

You can run "netstat -o" from the command line to see what processes are using what ports and look for the ones that DSP uses.

gilraak
Posts: 5
Joined: Sun Aug 24, 2014 6:43 pm

Re: DSConnect-server Socket Issue

Post by gilraak » Thu Oct 02, 2014 1:57 pm

What ones does DSP use?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: DSConnect-server Socket Issue

Post by kjLotus » Thu Oct 02, 2014 1:57 pm

54230, 54001 and 54231

gilraak
Posts: 5
Joined: Sun Aug 24, 2014 6:43 pm

Re: DSConnect-server Socket Issue

Post by gilraak » Thu Oct 02, 2014 2:12 pm

Thank you for all the help, I found out it was my iCloud taking up a huge range of ports, from 49150 to well over the 54231 range.

Post Reply