https://bugs.winehq.org/show_bug.cgi?id=53477
Bug ID: 53477 Summary: ARK: Survival evolved dedicated Server crashes with out of memory Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lukas-sinzing@gmx.de Distribution: ---
Created attachment 72845 --> https://bugs.winehq.org/attachment.cgi?id=72845 Server logs
I'm trying to run a server for the game "ARK: Survival evolved" on linux using Wine, but I am getting out of memory errors while the host has still free memory left (https://prnt.sc/R3GgL6Hhdj-u). My command line is WINEDEBUG=warn wine64 ShooterGameServer.exe TheIsland?Port=7777?QueryPort=27015?MaxPlayers=70 -NoBattlEye -nosteamclient -game -server I'm using wine 7.0 (I also tested wine 7.14 but error persists). Here are the server logs (including wine logs): https://pastebin.com/2phyguXt
https://bugs.winehq.org/show_bug.cgi?id=53477
luki34567780 lukas-sinzing@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win64 Distribution|--- |Debian CC| |lukas-sinzing@gmx.de
--- Comment #1 from luki34567780 lukas-sinzing@gmx.de --- I've just checked different maps, and most of them fail while loading at some point but interestingly some load (for example Scorched Earth)
https://bugs.winehq.org/show_bug.cgi?id=53477
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
https://bugs.winehq.org/show_bug.cgi?id=53477
James topgamer7@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |topgamer7@gmail.com
--- Comment #2 from James topgamer7@gmail.com --- Linux has a configurable limit of virtual memory areas it will let a process allocate.
The server uses a lot of them because it at minimum uses like 6GB or memory. So on start up it allocates memory.
If you run
echo 300000 | sudo tee /proc/sys/vm/max_map_count
You can update the limit.
I have tried it, and after this, the server starts up fine. I can connect with RCON, run commands.
I haven't tried connecting with the game.
https://bugs.winehq.org/show_bug.cgi?id=53477
luki34567780 lukas-sinzing@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #3 from luki34567780 lukas-sinzing@gmx.de --- increasing /proc/sys/vm/max_map_count fixes the issue
https://bugs.winehq.org/show_bug.cgi?id=53477
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #4 from temp82@luukku.com --- (In reply to luki34567780 from comment #3)
increasing /proc/sys/vm/max_map_count fixes the issue
nice, but it's wrong to mark this bug as fixed if nothing got fixed in wine. better status would be for example invalid. please change it.
https://bugs.winehq.org/show_bug.cgi?id=53477
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
https://bugs.winehq.org/show_bug.cgi?id=53477
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Gijs Vermeulen gijsvrm@gmail.com --- Closing.