MServer: Server failed to bind socket to port:5060
Monkey Forums/Monkey Bug Reports/MServer: Server failed to bind socket to port:5060
| ||
Just loaded my project from yesterday. I receive this error message: I deleted my build folder and tried again. MServer: Server failed to bind socket to port:50607 |
| ||
This means mserver can't bind to port 50607 (the port used by mserver). This is usually because something else is already bound to it. Have you tried rebooting your computer? Anyone know of any utils that tell you what's bound where? |
| ||
marksibly wrote: Have you tried rebooting your computer? Raul didn't say about OS. Firewall/antivirus are blocked ports or applications sometimes. Other instance of MServer is running in sandbox, for example. |
| ||
Anyone know of any utils that tell you what's bound where? Command line tools below that will give you a list of ports and processes that are using them. Windows as Administrator: netstat -anob OS X: sudo lsof -i -P | grep -i "listen" Linux: sudo netstat -atp | grep -i "listen" For OS X and Linux: removing | grep -i "listen" will give you a full summery. |
| ||
well, it seams there was a program who blocked that port.. sad solved now |