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?"

asked 2 months ago56 views
1 Answer
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
SUPPORT ENGINEER
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions