mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #2549] ECO currently broken #1861
Labels
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM#1861
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Frisasky on GitHub (Oct 10, 2019).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2549
User Story
users report the server did not start after installation
further investigation are needed
Basic info
Further Information
To Reproduce
currently blank
Expected behaviour
server running without any problem
@issue-label-bot[bot] commented on GitHub (Oct 10, 2019):
Issue-Label Bot is automatically applying the label
type: bugto this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
@Qonabe commented on GitHub (Oct 10, 2019):
I followed all the instruction given on the linuxgsm website, everything went smoothly.
When i tried to start the server i ended up with a server not starting
./ecoserver start
./ecoserver details
Here is the log file
ecoserver-console.log
@dgibbs64 commented on GitHub (Oct 14, 2019):
I have taken a look. I think that ECO is simply broken currently. I would recommend someone get on to the developers about this.
@Frisasky commented on GitHub (Oct 15, 2019):
would be fixed in next release
https://github.com/StrangeLoopGames/EcoIssues/issues/13305
@0DUDDU commented on GitHub (Oct 18, 2019):
Eco doesn't not support Mono 6.x yet.
Maybe check the version of mono during the install ?
@Frisasky commented on GitHub (Oct 18, 2019):
if you install mono from project repo theres no way to install older version
@0DUDDU commented on GitHub (Oct 19, 2019):
You can get it from release or archive
https://github.com/mono/mono/releases
https://download.mono-project.com/archive/
@redwyre commented on GitHub (Nov 13, 2019):
Eco dev here. A few users have been bitten by this. Eco < 0.9.0 uses mono 5 (correctly stated on your own site https://linuxgsm.com/lgsm/ecoserver/). Don't use the mono repo, there is a breaking change in Mono 6 and Eco wont be updated before 0.9.0. From 0.8.3 there is an install.sh to install the packages from the correct OS repository. I would prefer you just run this but if you need to support older versions you can just copy the script.
FYI Eco 0.9.0+ doesn't use Mono and will drop install.sh if it's no longer needed.
@dgibbs64 commented on GitHub (Nov 13, 2019):
@redwyre Thank you for this update. I will use this info to address the problem.
@dgibbs64 commented on GitHub (Nov 22, 2019):
I have updated the website to state that mono6 does not work and that the next release of eco will resolve the problem. Also stated to make sure mono5 is installed.
I have decided not to make code changes to this as I feel it will not be worth it as when 0.9.0 is released the issue will be resolved and will no longer require mono anyway.
Holding issue until 0.9.0 is released to make dependency updates.
@dgibbs64 commented on GitHub (Nov 25, 2019):
Update to this I have made changes to remove mono as a dependency in eco to prevent LinuxGSM from warning about missing mono dependency.