Error binding socket sock = 1528, err = -1, error = (Error: 10013 - [: Permission denied (10013)])
Hmm, permission denied to bind to socket. I assume this would happen either if you already had something else listening on this port (port in use, only one process can use one TCP port at a given time), or if you had a badly configured host-based firewall, or if your Windows TCP stack had become corrupt.
Possibly related: when did you last do a full rebuild?