Questions tagged [amazon-gamelift]

26 questions
4
votes
1 answer

Failed to create AmazonGameLiftClient in Unity3d

I use below code to create GameClient in Unity3d: AmazonGameLiftClient client = new AmazonGameLiftClient("accessKeyId", "accessKey", RegionEndpoint.CNNorth1); Above code is…
3
votes
0 answers

How to connect realtime script to gamelift local sdk

I am trying to setup gamelift,For testing integration I started gamelift local which instantiate amazon game services here are the logs 17:50:53,460 INFO || - [SocketIOServer] main - Session store / pubsub factory used: MemoryStoreFactory…
2
votes
1 answer

Gamelift Matchmaking times out after match found

Hoping to get some insight into the behavior I am seeing while trying to use GameLift Matchmaking. I have my configuration setup as such that it does not require player acceptance, as such: GameLiftMatchmakingConfiguration: Type:…
2
votes
1 answer

Unity using AWS Gamelift. Editor fine, but NotSupportedException in build to IOS

I'm completely stuck. My game in unity works well in the editor, but crashes on launch on IOS. I'm using AWS Gamelift for multiplayer, which might be the culprit since it built fine before integrating it. For the actual networking code I'm using…
2
votes
1 answer

UnityInitializer class is missing when adding awssdk core library in Unity

I was recently trying to add the NET4.5 AWSSDK Core and GameLift libraries to my game in order to use aws GameLift services. In the tutorials I follow, it says that I need to use the functions within UnityInitializer class that is supposed to be…
2
votes
1 answer

Including Boost ASIO conflicts with Amazon Gamelift SDK

If I include boost ASIO in a header file without any actual use of boost::asio, at any point I call Aws::GameLift::Server::InitSDK(), the application will crash from a different thread. How is something like this possible? Exception thrown at…
user99999991
  • 1,351
  • 3
  • 19
  • 43
2
votes
1 answer

How to integrate GameLift with Unity3d as a game client

I am trying to use a Unity3d game as GameList client. According to the GameLift forum, it seems Amazon does not recommend to use a game client as a GameLift client directly. But I want to give it a try because I do not want one more separate game…
1
vote
0 answers

AWS Gamelift Windows Access With SDK 5 or Above

I'm trying to connect AWS Gamelift Windows 2016 instance from my local. Procedure was simple describe-instances, get-instance-access, update-fleet-port-settings, rdp and go. BUT : Amazon made an update on Gamelift 5.0 or above sdk's no longer use…
Omrum Cetin
  • 1,320
  • 13
  • 17
1
vote
0 answers

How can I fix this error I get when I try to build the GameLift Server SDK with msbuild?

how can I fix this error I get when I try to build the GameLift Server SDK with msbuild? I followed the documentation exactly except for the difference that I use VS 2019, so instead of cmake -G "Visual Studio 15 2017 Win64" -DBUILD_FOR_UNREAL=1 ..…
1
vote
0 answers

AWS gamelift fleet creation error : SERVER_PROCESS_TERMINATED_UNHEALTHY

when i create a fleet in AWS gamelift it returns this error : SERVER_PROCESS_TERMINATED_UNHEALTHY Server process is unable to start. This may be due to a problem with either the Realtime script or the runtime configuration launch path.,…
1
vote
2 answers

AWS GameLift: Error! Cannot edit fleet. Launch path must begin with '/local/game'

After I create a fleet in GameLift, try to edit it, then click on submit, I get this error: Error! Cannot edit fleet TestFleet. Reason: Update of fleet launch configuration failed : Launch path must begin with '/local/game'.. This is weird…
0
votes
1 answer

Installing Gamelift, cmake openssl problem

Hi i'm installing gamelift for unreal engine but for the moment i'm stuck in a prompt command (i'm using Windows 11 and visual studio 2022) msbuild ALL_BUILD.vcxproj /p:Configuration=Release For the moment it giving me an error, Cmak don't found…
0
votes
0 answers

Running into build errors when trying to build AWS Gamelift Server SDK for Unreal Engine

here is the build error I am facing in CMD. -- Configuring incomplete, errors occurred! See also…
0
votes
0 answers

AWS GameLift server Cold Start issue

I'm not sure how GameLift works with Linux servers on EC2 instances, but I have noticed that if I don't connect to the server for a while, I get errors trying to start my game session. The project is a multi-user VR meeting room experience, and it…
Lee Probert
  • 10,308
  • 8
  • 43
  • 70
0
votes
1 answer

Adding AWS GameLift policies for uploading new builds

I am trying to upload a new AWS GameLift Linux server using the AWS CLI but I get the following error: An error occurred (AccessDeniedException) when calling the CreateBuild operation: User: arn:aws:iam::------:user/----- is not authorized to…
Lee Probert
  • 10,308
  • 8
  • 43
  • 70
1
2