getting error on fleet activation of gamelift
I am getting below error when in fleet activation status
Server process started correctly but did not call InitSDK() or ProcessReady() within 5 minutes, launchPath(/local/game/Woah.x86_64), arguments(null), instanceId(i-0c0c1ec4d69e87b9e)
Not sure what is the issue here. the uploaded build is running fine on my local machine.
From Kyle Somers "Have you reviewed your game session logs from GameLift? Typically they will provide some further details to help pinpoint why InitSDK() was not called properly. This video provides instructions for debugging with server logs which I would recommend reviewing to help you set this up if you have not done so already"
Your remote server log should have the answer to why your InitSDK call isn't happening. Mostly it's a dependency issue or just an error in the code (exception thrown) and the call to InitSDK is bypassed.
Relevant questions
AWS Gamelift Fleet Instance Capacity not updating on terminated fleet
asked 5 months agoServer works with Gamelift-local, breaks on fleet activation
asked 3 years agoStrange error while creating fleet
asked 3 years agoNo available process when using GameLiftLocal
Accepted Answerasked 4 months agogetting error on fleet activation of gamelift
asked 11 days agoUsing UE4 and Gamelift, It only gives me an SDK Timeout error?
asked a year agoDebugging FAILED status in Fleet
asked 2 years agoServer process started correctly but did not call InitSDK() or ProcessReady() within 5 minutes.
asked 14 days agoWhat is difference between "Concurrent processes" and "Game session activation"?
asked 3 years agoCan not you call SDKInit () in a background process?
asked 4 years ago