You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Thank you for your message. We are also looking forward to the v4 rewrite
fixing this issue. We appreciate your patience and understanding as we work
to resolve this. If you have any further questions or concerns, please feel
free to reach out.
Best regards.
<https://gpt.space/gmail?source=watermark>
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]"!
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.
The text was updated successfully, but these errors were encountered: