It means the application called an network API without (successfully)
performing a WSAStartup.
At user level, it usually means that the application requires a better
version of Winsock.
At programmer level, bad code, one should check to see if WSAStartup was
successful before proceeding.
Where did you encounter this?