내용으로 건너뛰기

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

질문됨 일 년 전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
지원 엔지니어
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠