From a168f4baaa850b7c14ab5f9254e5c6cedcce8256 Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:33:35 -0800 Subject: [PATCH] Add OneDrive RUN_THIS.py troubleshooting (#155) A few people have had problems with OneDrive removing necessary files after being cloned which prevents them from building the game. --- .../setup/setting-up-a-development-environment.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/en/general-development/setup/setting-up-a-development-environment.md b/src/en/general-development/setup/setting-up-a-development-environment.md index 03d701d65..6d918508e 100644 --- a/src/en/general-development/setup/setting-up-a-development-environment.md +++ b/src/en/general-development/setup/setting-up-a-development-environment.md @@ -154,7 +154,7 @@ And voila! You have robustly set up your development environment in a way that d # Troubleshooting -Make sure the first three items on top are downloaded. +Make sure [the first three items](#setting-up-a-development-environment) on top are downloaded. ## `RUN_THIS.py` not running Check that python is installed from the website and not the Microsoft Store. If it's installed from the Microsoft Store, uninstall it then download and install from the python website. @@ -184,4 +184,8 @@ Uninstall .NET Core SDK x86. Install .NET Core SDK x64. ## The client and server aren't available in Visual Studio to configure in Multiple startup projects -This may be because you opened the project as a folder rather than a solution. Make sure you open it as a solution and click the space station 14 .sln file. +This may be because you opened the project as a folder rather than a solution. Make sure you open it as a solution and click the space station 14 .sln file. + +## The system cannot find the specified file RUN_THIS.py + +`The system cannot find the specified file` error usually means that OneDrive is conflicting with the git repository. Clone the git repo outside of OneDrive or disable syncing for the cloned folder.