1 Answers
0
Firstly, run GameLift local jar on the command line so you can see its logs and to ensure you set the correct port java -jar GameLiftLocal.jar -p 9080
- Make sure you see GameLift local start up without issues
- Ensure your windows firewall is not blocking connections (if on Windows)
Now to make a Game Session, you need to ensure:
- GameLift local shows you called InitSDK and ProcessReady
- Then check that GameLift local has seen your create game session call
The 404 could be from GameLift local service but its more likely that its from GameLift local talking to your local server.
Good luck
answered 2 years ago
Relevant questions
Information about GameLift local
asked 2 years agoHow to communicate with GameLift Server with Java Client
asked 8 months agoUE4+Gamelift client connection fails
Accepted Answerasked 8 months agoECS game servers are lagging. Where should I be looking for the issue?
asked 3 months agoHow can I create a friends list with GameLift?
asked a year agoUnable to access server logs from Gamelift
asked 6 months agoShutdown Gamelift Session
asked 3 years agoAttempting to start GameLiftLocal server and game session but failing with 404
asked 2 years agoI am unable to delete my AWS Amplify project
asked 3 months agoHow GameLift Local works with game sessions
Accepted Answerasked a year ago