-
Notifications
You must be signed in to change notification settings - Fork 21
EcoServer on Linux (0.8.3.x)
Dennis Scholz edited this page Sep 14, 2020
·
2 revisions
While this is not officially supported, issues should still be reported and we will get to them when possible.
To install required packages, run ./install.sh
in the server directory (v0.8.3.0+)
To run the server, run ./EcoServer.sh
or ./EcoServer32.sh
(v0.8.3.0+)
Note: Due to a breaking change in Mono 6, it is not supported.
Reported working configurations:
OS Version | Packages | Status |
---|---|---|
Ubuntu 18.04.2 LTS (Bionic Beaver) | mono-complete 5.20.1.34 | Working |
Docker (mono:5.14) | mono-runtime 5.14.0.177 mono-devel 5.14.0.177 ca-certificates-mono 5.14.0.177 |
Working |
Linux Mint 19.2 | 6.4.0.198 | Not working |
You can download a docker image of the server using the command:
docker pull strangeloopgames/eco-game-server
See https://hub.docker.com/r/strangeloopgames/eco-game-server for more details.
- Eco currently breaks when using the default installation method of Mono
- You can install Mono 5.20.1.34 with these commands.
sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic/snapshots/5.20.1.34 main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt install mono-complete
- For errors involving the UI, you can run the server with the
-nogui
command line option. - If running install.sh doesn't work, please create an issue with your OS and details of the run.
- If you get authentication errors
- Make sure
ca-certificates-mono
is installed - Run
cert-sync
as in https://www.mono-project.com/docs/about-mono/releases/3.12.0/#cert-sync - For more detail see https://www.mono-project.com/docs/faq/security/
- Make sure
Have questions? Contact us on Discord: https://discord.gg/Eco
Need to Create a new issue? Go here: https://github.com/StrangeLoopGames/EcoIssues/issues/new
Running the game
- Eco on Linux (0.9.0.x)
- EcoServer on Linux (0.8.3.x)
- EcoServer on Linux (0.9.0.x)
- EcoServer: Command Line Interface (WIP)
Creating issues
- Creating a new issue
- Getting the Eco game log file
- Getting the Eco game settings from the registry
- Getting the Eco server and client log files for local world
Troubleshooting
- DirectX 11 debugging
- Tech Issue UI gets broken until game crashes in Main Menu
- The Application "Eco" can't be opened on macOS
- Troubleshooting Eco
- Troubleshooting EcoServer
- Troubleshooting: Can't connect to the server
- UNITYTLS_X509VERIFY_FLAG_NOT_TRUSTED issue troubleshooting
- Update video drivers
- Uploading a world save
- Work around: Converting world to new format crashing in 0.8.0.4
- Work around: Mod compilation issues
- Capturing graphical errors