Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexandremix opened this issue Feb 10, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@alexandremix
Copy link

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.

@alexandremix alexandremix added the bug Something isn't working label Feb 10, 2024
@alexandremix
Copy link
Author

image

@radj307
Copy link
Owner

radj307 commented Feb 29, 2024

This is another issue that will be fixed by the v4 rewrite.

@yq55855
Copy link

yq55855 commented Feb 29, 2024 via email

@radj307
Copy link
Owner

radj307 commented Mar 3, 2024

Please try v4.0.0-pr1 and let me know if the problem is resolved.

@unishigure
Copy link

I also encountered this problem in v3.3.7 to my Rust Server.

I tried v4.0.0-pr2, but following error occurred.

[FATAL]   Failed to read packet header due to error: "接続済みの呼び出し先が一定の時間を過ぎても正しく応答しなかったため、接続できませんでした。または接続済みのホストが応答しなかったため、確立された接続は失敗しました。 [system:10060]"!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants