Hi anuragtinku,
According to your description, you got a winsock error while running the application.
Winsock is a specification for Microsoft Windows network software, describing how applications can access network services, especially using TCP/IP. Different winsock codes represent different problems.
The error you got is thrown by clientGUI. This application is a third-party software, the error system is designed by clientGUI. It is recommended to contact the clientGUI provider for better solution.
Some references of Winsock error codes:
Windows Sockets Error Codes:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx
Best Regard,
Anne He