FLEET_INITIALIZATION_FAILED - GameLift

0

Hello, I am trying to learn and explore AWS GameLift service, I don't have any gaming domain background, I went through the GameLift Service docs and trying to learn this new technology/service.

I am following this workshop , I am facing issue while creating the fleet.Please refer to the screenshot below :

REMOVEDUPLOAD

It will be great if someone could help me to understand the root cause of the issue and solve it.

질문됨 3년 전215회 조회
6개 답변
0

Hi @REDACTEDUSER

Some things to try:

  1. Have you tried running the server process executable locally? If not, try following this guide (https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-testing-local.html) to do so. If the game is able to successfully heartbeat in GameLiftLocal and not crash, then proceed to the next steps.
  2. Check your install script (install.sh/install.bat) to see if there are any syntax errors. You can try running the install script on an linux/windows machine locally first, or spin up a small ec2 instance to do so. It's likely that your installer failed. We are working on providing an error log in the fleet event when that happens, so hopefully debugging this will be easier in the future.
답변함 3년 전
0

Hi James, Thanks for your suggestions, let me try this and get back to you.

답변함 3년 전
0

Hi James, I tried to install , install.bat on my Windows machine, it is not doing anything. I opened the file and there is only line in the file vc_redist.x64.exe /q , how can I detect the root cause for this , since I have downloaded everything from the workshop only. I will be very thankful if you could help me out here.

답변함 3년 전
0

It's likely due to vc_redist.86.exe not being found in the windows PATH environment variable.

According to a later step in the lab on fleet creation, it says: "Check whether there are files GomokuServer.exe, aws-cpp-sdk-*.dll, config.ini, install.bat, aws-cpp-sdk-gamelift-server.dll exist on given folder bin/GomokuServer. Check whether vc_redist.x86.exe exists." See: https://aws-samples.github.io/aws-gamelift-sample/en/gamelift/lab44/

The project's README tells you to get it: https://github.com/aws-samples/aws-gamelift-sample. Though it defaults to Korean locale. Here is the English locale: https://www.microsoft.com/en-us/download/details.aspx?id=48145

Once you download vc_redist.x86.exe, make sure it is runnable, and put it in the same level in directory as the install.bat. However, if that doesn't work, maybe try using the absolute path, i.e. C:\Games\<your_build_dir>\vc_redist.86.exe /q

답변함 3년 전
0

Hey James, Thank you for your inputs and help, this worked, fleet is in Active State.

답변함 3년 전
0

@REDACTEDUSER

Great! Please let us know if you run into have any other issues.

답변함 3년 전

이 게시물은 마감됨: 새 답변, 댓글 및 투표 추가가 비활성화되었습니다.

관련 콘텐츠