mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #1716] Arma3 Gameserver doesn't start after Update (v. 2328809) #1338
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#1338
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 @lexeltj on GitHub (Nov 30, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1716
Today there was a new Arma update.
After Updating my Server, the Server doesn't start anymore.
logs says:
...20:00:07 Loading movesType CfgGesturesMale20:00:07 MovesType CfgGesturesMale load time 40 ms20:00:07 Loading movesType CfgMovesMaleSdr20:00:11 MovesType CfgMovesMaleSdr load time 4418 msno errors. or something else.
PS: I also add a new user, installed a new lgsm but it is the same problem? Any Idea?
I Use Debian 4.9
@loxley314 commented on GitHub (Nov 30, 2017):
Same here
Starting "./arma3server debug":
21:02:29 Loading movesType CfgGesturesMale 21:02:30 MovesType CfgGesturesMale load time 93 ms 21:02:30 Loading movesType CfgMovesMaleSdr 21:02:37 MovesType CfgMovesMaleSdr load time 7432 ms /home/arma3server/lgsm/functions/command_debug.sh: line 108: 333 Segmentation fault (core dumped) ${executable} ${parms//\\;/;} [ OK ] Debug arma3server: Stopping debugI tried to start from scratch with empty config files an got same error.
... but if I try to start directly from ../serverfiles/arma3server it works so looks like the problem it's here on lgsm
I use Debian 8.9
@lexeltj commented on GitHub (Nov 30, 2017):
if I start the server directly... this is my output then the server stucks:
21:32:42 InitSound ...21:32:42 InitSound - complete21:32:42 Dedicated host created.21:32:42 PhysX3 SDK Init started ...21:32:42 PhysX3 SDK Init ended.21:32:44 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.a3_characters_f21:32:44 Loading movesType CfgGesturesMale21:32:44 MovesType CfgGesturesMale load time 40 ms21:32:44 Loading movesType CfgMovesMaleSdr21:32:48 MovesType CfgMovesMaleSdr load time 4425 ms21:32:48 BattlEye Server: Initialized (v1.217)21:32:48 Host identity created.[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.Setting breakpad minidump AppID = 10741021:32:48 Game Port: 2302, Steam Query Port: 230321:32:48 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303Arma 3 Console version 1.78.143717 x86 : port 230221:32:49 Connected to Steam servers@saschlong commented on GitHub (Nov 30, 2017):
Got also the Segfault problem..
/home/arma/lgsm/functions/command_debug.sh: line 108: 21934 Segmentation fault (core dumped) ${executable} ${parms//\\;/;}@UltimateByte commented on GitHub (Nov 30, 2017):
Segmentation fault means an error while executing C++ code from the game.
There are various possible reasons for that, from outdated Glibc libraries, to the use of outdated start parameters.
Why don't you guys start by following support's guidelines and post your "postdetails" output?
https://github.com/GameServerManagers/LinuxGSM/wiki/Support
@lexeltj commented on GitHub (Nov 30, 2017):
ok. sorry.
Which game server you are running:
Arma3
The outputted link of ./gameserver postdetails command:
https://hastebin.com/ekobasijef
The context of your error and the exact outputs.:
Server stucks at Start after update
Your Linux distro and version
Debian x64
Your kernel information
Linux Debian-90-stretch-64-minimal 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 GNU/Linux
Your versions for glibc
Debian GLIBC 2.24-11+deb9u1
@Scarat95 commented on GitHub (Nov 30, 2017):
The same here.
Which game server you are running:
Arma3
The outputted link of ./gameserver postdetails command:
https://hastebin.com/epegogitin
The context of your error and the exact outputs.:
Server shuting down after start
Your Linux distro and version
Debian GNU/Linux 8.9 (jessie) x64
Your kernel information
Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19)
Your versions for glibc
(Debian GLIBC 2.19-18+deb8u10) 2.19
@loxley314 commented on GitHub (Nov 30, 2017):
Which game server you are running
Arma3
The outputted link of ./gameserver postdetails
https://hastebin.com/xabulugopi
The context of your error and the exact outputs.:
Server shuting down after start
Your Linux distro and version
Debian GNU/Linux 8.9 (jessie) x64
Your kernel information
3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux
Your versions for glibc and tmux
ldd (Debian GLIBC 2.19-18+deb8u10) 2.19
tmux 1.9
../log/script/arma3server-script.log
https://pastebin.com/fC8pnfdt
../log/console/arma3server-console.log
https://pastebin.com/Tytaxi9u
All this logs are from a clean server without no config or mods but before I tried with my server and the problem is the same.
@Scarat95 commented on GitHub (Dec 1, 2017):
Remove -netlog from the parms ... ist corrupted.
After it the Server is starting as if nothing happend
-netlog is broken right now with the new update but you shouldnt have it on really anyway
@Soleedus commented on GitHub (Dec 1, 2017):
Yeah, it appears to be an issue with -netlog. Removing that parameter allows the server to start without segfaulting
@lexeltj commented on GitHub (Dec 1, 2017):
Many thanks. It worked for me first.
@MarkTwoFive commented on GitHub (Dec 1, 2017):
Bohemia breaking things again ¯\(ツ)/¯
@LoadingSAa commented on GitHub (Dec 1, 2017):
Due to the changes to ports you need to remove -netlog or the server will crash. This needs to be changed to not be a default on the LGSM start script as -netlog is a diagnostic tool and will cause a performance hit on servers.
@UltimateByte commented on GitHub (Dec 1, 2017):
Fix implemented.
I'll leave this issue open for a while so that Arma 3 server admins can see it.
@dgibbs64 commented on GitHub (Dec 2, 2017):
Good effort on this one guys! Nice one!
@lock[bot] commented on GitHub (Dec 16, 2018):
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.