Update setup_en.md

This commit is contained in:
massimilianodelliubaldini
2025-03-09 20:15:40 -04:00
committed by GitHub
parent b5d02be9ed
commit 94c1e51028

View File

@@ -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.
- Darkness Trap may cause some visual glitches on certain levels. This is temporary, and terrain and object collision are unaffected.