跳至内容

SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT Error Occurs in Initsdk. Please Help.

0

I placed the OpenSSL used for Server SDK Build in the following path: I put "libcrypto-3-x64.dll" and "libssl-3-x64.dll" in the <UnrealProject>\Binaries\Win64 path. However, I am experiencing the SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT error. Could you please let me know what might be causing this?

When I upload the fleet using GameLift Server SDK 5.1.2, it succeeds, but when I use GameLift Server SDK 5.1.3, InitSDK fails. Why could this be happening?"

已提问 1 年前112 查看次数
1 回答
0

Hello,

Kindly note that the error "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT" usually occurs when the server process did not call InitSDK() within the time expected (5 minutes). 
We would recommend you to kindly check your game session log to see why InitSDK() was not called in time. You can follow this link to remotely access Amazon GameLift fleet instances to access all logs directly from the host for debugging your issue:-

[+] Remotely connect to Amazon GameLift fleet instances:- https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-remote-access.html

Game build files are in a root directory called "game":- On Linux: /local/game On Windows: c:\game

Further, kindly review the InitSDK() call in your code. For GameLift managed EC2 fleets, ensure you're calling InitSDK() with NULL serverParameters. If you are initialising a game server on an Amazon GameLift Anywhere fleet, construct a ServerParameters object with the following information:

[+] InitSDK:- https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-server-sdk-go-actions.html#integration-server-sdk-go-initsdk

However, if the issue still persists, we would require further details from your end which are non-public information, in order to investigate this issue further. Hence, please open a support case with AWS Premium Support using the below link and kindly share the necessary details so that we can further investigate this issue and find the root cause.

[+] AWS Premium Support: https://aws.amazon.com/premiumsupport/

AWS
支持工程师
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。