Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
Questions tagged with Game Tech
Build faster, run smarter, and grow your games more quickly
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
77 results
I am a Computer Science student. I am really excited about "Win Probability" and "Gold Difference" powered by AWS being used in LOL
I have a presentation in school next month to introduce AWS, and I ...
Hey there,
I am looking to find all game sessions on a fleet/server using C++ with Unreal Engine and would like some direction on where to begin code-wise.
Checking the GameLiftSDK module from the ...
Hi folks,
As the title says, whenever I try to get a new build/fleet working on gamelift I get that error ".x86_64 is not executable" and I can make it working in a normal EC2 instance. I don't know ...
My Flexmatch "GameLift Matchmaking Event" is giving an error that says "MatchmakingFailed" and reason is "PLACING_FAILED" with the following message that says "Game session reservation has failed post...
So i keep getting this annoying error saying "SERVER_PROCESS_CRASHED -- The server process exited without calling ProcessEnding(). Check your game session log to see why ProcessEnding() was not calle...
We're building a (web) game using [AWS GameLift with a "Realtime server"](https://docs.aws.amazon.com/gamelift/latest/developerguide/realtime-intro.html) for the multiplayer backend.
We'd like to upd...
Hello, Is NodeJs Still not officially supported for Gamelift custom server Sdk ? and is it a good option as a Backend for a MOBA RTS-type Unreal Game? Any help is much appreciated
Hi, I have a queue which do matchmaking and after successful matchmaking, it creates an automatic backfill request to fill remaining player slot. The backfill works fine until a player who was part of...
I have the Unreal Gamelift plugin for AWS integrated. I am able to setup my user with AdministratorAccess + GameLiftGameServerGroupPolicy successfully, but I cannot find any information on how to setu...
I see that by default, the flexmatch doesnt support duplicate playerId. However, In my game, I want duplicate playerId to be. Is there any way to allow matchmaking for the same playerId twice or even ...
Hi, So I have a server in Gamelift that have 3 game modes. How can I spin up the server with the game mode for which Flexmatch created the session? Lets say FlexMatch created a match for "1v1", How ca...
I'm using the latest 5.1.2 version of the GameLift server SDK for C# and observing a buggy behavior in the SDK: Upon having a client connect, my server receives the player session ID from the client, ...