Open alexandremix opened 9 months ago
This is another issue that will be fixed by the v4 rewrite.
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 On Fri, Mar 01, 2024 03:24 AM, @.*** wrote:
This is another issue that will be fixed by the v4 rewrite.
— Reply to this email directly, view it on GitHub https://github.com/radj307/ARRCON/issues/26#issuecomment-1971731189, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQQR5D2PNX4CMEUDED6D3WDYV52WRAVCNFSM6AAAAABDCTBPJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZRG4ZTCMJYHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Please try v4.0.0-pr1 and let me know if the problem is resolved.
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.