From 16ff7015187c5508bdabc5ab0d9a0ffa72a892f5 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Thu, 18 Jan 2024 13:51:33 +0100 Subject: [PATCH] Update troubleshoot.md --- doc/troubleshoot.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/troubleshoot.md b/doc/troubleshoot.md index 4044759..5171a75 100644 --- a/doc/troubleshoot.md +++ b/doc/troubleshoot.md @@ -21,3 +21,8 @@ Here are known issues/pitfalls with the local setup using `npm`. [server] npm run start_server exited with code 1 ``` As a fix you might need to delete your manually set `CDPATH` environment variable. + +# Publication +Errors concerning uploads to the server. + +* Your game overview loads but the server crashes on loading a level: Check your game's github action is identical to the [GameSkeleton's](https://github.com/hhu-adam/GameSkeleton/blob/main/.github/workflows/build.yml), in particular that there is a step about building the "`gameserver`-executable".