diff --git a/worlds/jakanddaxter/docs/setup_en.md b/worlds/jakanddaxter/docs/setup_en.md index df5b8e7fb9..509fb3ad8d 100644 --- a/worlds/jakanddaxter/docs/setup_en.md +++ b/worlds/jakanddaxter/docs/setup_en.md @@ -164,7 +164,12 @@ If at any point the text client says this, you will need to restart the **all** ### The Client Cannot Open A REPL Connection -If the client cannot open a REPL connection to the game, you may need to ensure you are not hosting anything on ports `8181` and `8112`. +If the client cannot open a REPL connection to the game, you may need to check the following steps: + +- Ensure you are not hosting anything on ports `8181` and `8112`. Those are for the REPL (goalc) and the game (gk) respectively. +- Ensure that Windows Defender and Windows Firewall are not blocking those programs from hosting or listening on those ports. +- You can use Windows Resource Monitor to verify those ports are open when the programs are running. +- Ensure that you only opened those ports for your local network, not the wider internet. ## Known Issues @@ -174,4 +179,4 @@ If the client cannot open a REPL connection to the game, you may need to ensure - Orbsanity checks may show up out of order in the text client. - Large item releases may take up to several minutes for the game to process them all. Item Messages will usually take longer to appear than Items themselves. - In Lost Precursor City, if you die in the Color Platforms room, the game may crash after you respawn. The cause is unknown. -- Darkness Trap may cause some visual glitches on certain levels. This is temporary, and terrain and object collision are unaffected. \ No newline at end of file +- Darkness Trap may cause some visual glitches on certain levels. This is temporary, and terrain and object collision are unaffected.