mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #3229] Valheim server crash on startup #2247
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#2247
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 @dementedusa on GitHub (Feb 9, 2021).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/3229
The server crashes almost instantly upon start.
console log: https://pastebin.com/5hdDypEC
post details: https://termbin.com/yfex
I have tried just starting it with stock configs. my system is up to date. this one is stumping me.
@SebPikPik commented on GitHub (Feb 9, 2021):
Same here :(
@thegreatstorm commented on GitHub (Feb 9, 2021):
What OS/distro you are using?
@thegreatstorm commented on GitHub (Feb 9, 2021):
I attempted to replicate with a fresh install of ubuntu 20 and encountered no issues.
@dementedusa commented on GitHub (Feb 9, 2021):
I am using unbuntu 18.04
@Novido commented on GitHub (Feb 9, 2021):
Got the same issue on Ubuntu Server 20.04.2 LTS
EDIT: Tried 20.10 also with no success.
@SebPikPik commented on GitHub (Feb 9, 2021):
I got the problem and it worked by giving a 5+ character password
@geoff10e commented on GitHub (Feb 9, 2021):
This issue is caused by the 32bit version of steamclient.so being used in the install. Thankfully the 64bit version of steamclient.so is also included. I resolved this issue for my install by performing the following commands to put the correct version of the file in server files:
cp ~/valheim/serverfiles/steamclient.so ~/valheim/serverfiles/steamclient.bak
cp ~/valheim/serverfiles/linux64/steamclient.so ~/valheim/serverfiles/steamclient.so
@gbschenkel commented on GitHub (Feb 9, 2021):
Didn't work for me.
@geoff10e commented on GitHub (Feb 9, 2021):
@gbschenkel The error present in the OP, that's preventing the server from starting is the following segment:
My proposed fix will only work for users getting the same error as @dementedusa, the creator of this specific issue report.
@gbschenkel commented on GitHub (Feb 9, 2021):
Well I found it needs at least use 2GB RAM, since I am running inside a container, the server was breaking while allocating memory. Now is up and running.
@Novido commented on GitHub (Feb 10, 2021):
Yeah I bumped mine up to 4Gb RAM and 2 CPU for it to start.
@thegreatstorm commented on GitHub (Feb 10, 2021):
Valheim
2.3gb - 2.9gb3.2gb - 3.9gb@jonneymendoza commented on GitHub (Feb 10, 2021):
hi, how did u get logs?
@geoff10e commented on GitHub (Feb 10, 2021):
Logs should be located here:
~/valheim/log/console
@geoff10e commented on GitHub (Feb 10, 2021):
@gbschenkel @Novido
Can you confirm whether you were receiving the same error in the logs, as the reporter of this issue in the console, or were you getting another error?
@Azengar commented on GitHub (Feb 11, 2021):
You absolute mad lad! This is so stupid though...
@dementedusa commented on GitHub (Feb 11, 2021):
@geoff10e that worked perfectly. thank you very much.
@wp1g19 commented on GitHub (Feb 12, 2021):
Same issue, but on windows, any tailored fix?
@gOOvER commented on GitHub (Feb 12, 2021):
The server NEEDS a Password to start