Skip to content

[BUG] Socket Error Code: 10093 Socket Error Message: Uma aplicaþÒo nÒo chamou o WSAStartup ou o WSAStartup falhou. #26

@alexandremix

Description

@alexandremix

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions