Just oppened cmd on the arrcon path
Trying to login to localhost port + pass
It gives this error.
From googling it says that
10093 is WSANOTINITIALISED, which means that either:
a socket call is being made before WSAStartup() has been called at all.
a socket call is being made after WSACleanup() has been called as many times as WSAStartup() was called.
So it seems this is a code issue from you and not me.