
Um.. someone help?
All my qt-wallets are down with this
Your wallet shows bind error 10013.
The first easiest obvious thing I would try is to reboot the machine to release ports - if you didn't do that already, of course. If you did, then see
https://stackoverflow.com/questions/3314656/what-causes-tcplistener-socket-error-10013in particular it tells
This error code is caused by attempting to bind to a port that is exclusively in use by another process. The most common cause is accidentally starting the same service twice.
If in doubt, a quick check of netstat -a TCPView should reveal which process has the port open.