AWS re:Postを使用することにより、以下に同意したことになります AWS re:Post 利用規約

Unreal Engine 5.3 - GameLift - SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT

0

Hi,

We are using the gamelift sdk with unreal engine 5.3 and we have been trying for days now to deploy our dedicated server, each time we have the following error :

SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT

The server process did not call InitSDK() within the time expected. Check your game session log to see why InitSDK() was not called in time.

We have been trying a lot of troubleshooting now, could we get support with our fleet ID to solve that issue as we are running out of time on this project.

Thanks

質問済み 7ヶ月前263ビュー
1回答
0

Hi SF53,

You can follow this link to Remotely access Amazon GameLift fleet instances to access all logs directly from the host for debugging your issue.

In your specific case, this seems like a problem with openSSL dependency. You'll need to bundle openSSL into the server build, e.g. libssl-1_1-x64.dll and libcrypto-1_1-x64.dll. Note: the openSSL version needs to be consistent with the openSSL that Unreal Engine is using. See instructions in https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-engines-setup-unreal.html https://docs.aws.amazon.com/gamelift/latest/developerguide/unreal-plugin-ec2.html#unreal-plugin-ec2-integrate

AWS
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ