Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] ich777 - Gameserver Dockers

Featured Replies

14 minutes ago, Cyd said:

Welp, this is a fine how do you do, come back to pick up ARK:SE after a year and ... Thank you WildCard!

With the preaquatica branch it's fine, as it used to be. The updated stuff works fine as long as you have standalone servers. Clusters are absolutely borked and obviously Crossplay too.

I just rolled back all of my servers to the preaquatica stuff and called it done.

I haven't opened a pr for it but I want to let you know in case you plan on updating a3c for 360.1+. the version file is no longer and the 11111111 mod doesn't exist anymore

  • Replies 12.5k
  • Views 2.2m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Just thought I'd share my experience setting up a Valheim server with this docker app from @ich777(thank you!)   You don't need to worry about Steam authentication for Valheim, the default a

  • Dockers Available:   SteamCMD DedicatedServers: CounterStrike: Source CounterStrike 2 TeamFortress 2 ArmA3 - requested by @MrSage Deathmatch Classic

  • This will hopefully shed some light on the underside working bits of building a cluster of servers for ARK:SurvivalEvolved.   With the inspiration (read thievery) from @growlith I present th

Posted Images

5 hours ago, ich777 said:

It's not stuck, it is started. There is no further log output and that means the server is started.

How do you try to connect to the server? Have you yet tried to connect to the server with your server IP or what is the exact issue?

It's a known issue that you won't find the server in the server list since there are so many servers out there and refreshing is some kind of hit and miss.

Thanks for the confirmation, It did indeed work once connected properly. Appreciate your time. Have a good day

On 7/18/2025 at 11:20 AM, Mainfrezzer said:

With the preaquatica branch it's fine, as it used to be. The updated stuff works fine as long as you have standalone servers. Clusters are absolutely borked and obviously Crossplay too.

I just rolled back all of my servers to the preaquatica stuff and called it done.

I haven't opened a pr for it but I want to let you know in case you plan on updating a3c for 360.1+. the version file is no longer and the 11111111 mod doesn't exist anymore

I think this may be the sign to finally just be done.

Hi there @ich777 ,

i have a Question about the Satisfactory Docker. I wanted or i may need to improove the RAM of that Game Docker,


Now i have read along many things in Reddit how to Edit the Game Parameters, and how to make a Docker Container. So found some in the Github somethin, i want you to add in the Satisfactory docker.

Yes yourDocker is Awesome and works out of The Box cool an Smooth, also with Add-Ons as a Dedicated Host on Unraid. (The other one, tested, but does not work with Add-Ons - in this Case "Extra Milestones" - the only one we use by now)

But your Docker is, all Time Limited to use only 5,5Gb RAM ( I think its limited to 6Gig), causing Perfomance Lags and Sound issues on our growing Game.
There is also a Satisfactory Server Container, on that i am able to configure the ammount of Ram it uses. Made by "wolveix"


Then i startet to figure out, how he made that. It Turns out, not that Simple for me, to Change a Config file in AppData on the Game, it has to be changed on the Docker Side. So my Question is, could you implement, the Max Size Ram for the Docker?

See Here

So the docker-compose.yml shoult have a Max Limit, wich could be more cool to improove to be able to edit by a Variable on the Docker Template Config of Unraid?

(...)restart: unless-stopped

deploy:

resources:

limits:

memory: 8G ## ->$RAMinGB

reservations:

memory: 4G

Would be cool, may others will also benifit from it, with growing Servers.
Thanks in advance.

Cheers,
Mofarocker33

  • Author
7 minutes ago, Mofarocker33 said:

But your Docker is, all Time Limited to use only 5,5Gb RAM ( I think its limited to 6Gig)

No it isn't, Docker allows the application which runs inside the container to use all of the system resources and it is not limited just to 6GB of RAM, if however someone sets a limit for 6GB in Docker then yes, it would only allow the app inside to only consume about 6GB but if you do that and the application inside the container is using more than 6GB it would crash and the application inside the container will crash and the container restart because of the Docker restart setting: restart=unless-stopped

10 minutes ago, Mofarocker33 said:

So my Question is, could you implement, the Max Size Ram for the Docker?

That's not a thing that I have to implement you already can do that buy yourself but these are these limitations that I was talking before and in my opinion they aren't needed if you have enough free system RAM.

To add these just open up the Docker template for your Satisfactory container within Unraid, click on the Show Advanced in the top right corner and add these parameters to your Extra Parameters filed (the first one not the Game Params):

--memory-reservation=4G --memory 8G

With that you reserve a minimum amount of 4G when the container starts and you limit the maximum consumed memory to 8G <- the last thing is something that I won't recommend since this only means that you limit the RAM to a maximum of 8GB.

Again, this is nothing that the maintainer from the other container implemented, you can do that on every container since this is a Docker feature but if you understood that all what I said above it wouldn't make much sense to do that all because as said, Docker will allow the application inside the container use as much resources by default as it wants and if you limit these resources then it could be possible that the application inside the container crashes.

Maybe that's also a reason why the other maintainer recommends using 8GB for the limit since it possibly can't consume more than 6GB.

My suspicion is that the Satisfactory dedicated server won't consume more than 6GB but that is a game specific issue and nothing that I can do about since this is not a container issue.

In summary the container will allow the application running inside to use as much resources as possible on your system and the container doesn't limit the amount of RAM or CPU that the application running inside can use by default.

Hope I explained that all understandably.

Yep, what you said is Totally Correct. With that Option i only Limit the Container to the defined Ammount of RAM (In Pic to see 32G).

But i dont know why and where it hangs then.

But this is your Thread for support, so i wont go on here.

Much appreciate, for that fast answer!

Kind Regards,

Mofa

2025-07-20 11_28_37-Mofa-NAS_Docker.png

2025-07-20 11_41_38-Mofa-NAS_Dashboard.png

Edited by Mofarocker33

  • Author
2 hours ago, Mofarocker33 said:

But i dont know why and where it hangs then.

As already said, the dedicated server doesn‘t consumes more so to speak the desicated server is the culprit, there is mothing you can do in terms of the container to change that.

Hi everyone,

I was trying to set up a server for ARK: Survival Evolved today and looked for the corresponding Docker container in the available apps. However, it no longer appears – the only option I see is a gameserver for ARK: Survival Ascended.

Is the Docker container for ARK: Survival Evolved no longer supported? Or is there a new recommended way to run the server via Docker?

I’d really appreciate any tips or alternative solutions!

Best regards,

Sn0w90

Edited by Sn0w90

anybody know how to add mods to Ark ascended server? like i need a step by step thing.. im pretty new to all this server hosting

17 hours ago, Sn0w90 said:

Hi everyone,

I was trying to set up a server for ARK: Survival Evolved today and looked for the corresponding Docker container in the available apps. However, it no longer appears – the only option I see is a gameserver for ARK: Survival Ascended.

Is the Docker container for ARK: Survival Evolved no longer supported? Or is there a new recommended way to run the server via Docker?

I’d really appreciate any tips or alternative solutions!

Best regards,

Sn0w90

i was about to post the same thing about a week ago, i restarted mine to update and it went into a "boot loop" , but i found out that the docker was broken during an update and was pulled from the CA while being repaired, i hope. im keeping tabs because as soon as its fixed im getting mine back going again

  • Author
2 minutes ago, wally88 said:

i was about to post the same thing about a week ago, i restarted mine to update and it went into a "boot loop" , but i found out that the docker was broken during an update and was pulled from the CA while being repaired, i hope. im keeping tabs because as soon as its fixed im getting mine back going again

Please read that post:
https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/page/481/#findComment-1567963

If you are unlucky enough your savegame is also destroyed, but I don't think that's the case with my container.

15 minutes ago, ich777 said:

Please read that post:
https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/page/481/#findComment-1567963

If you are unlucky enough your savegame is also destroyed, but I don't think that's the case with my container.

16 minutes ago, ich777 said:

Please read that post:
https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/page/481/#findComment-1567963

If you are unlucky enough your savegame is also destroyed, but I don't think that's the case with my container.

before i started to dig into the forums i removed the image and was going to reinstall with my saved files and that is when i found that it is not in the CA anymore. So im waiting for that specific container again, if its able to be repaired.

  • Author
4 minutes ago, wally88 said:

So im waiting for that specific container again, if its able to be repaired.

I don't think that this will be soon since they broke a lot with their latest update.

Maybe @Mainfrezzer can tell you more since he is the "ARK" guy. :D

2 hours ago, ich777 said:

I don't think that this will be soon since they broke a lot with their latest update.

Maybe @Mainfrezzer can tell you more since he is the "ARK" guy. :D

Hey ich777,

I have a question about the Mordhau server. It seems somehow its missing all .so files or isnt downloading it.

I tried to install them over a temporary Docker i made but there where to many.

It started with this:

/serverdata/serverfiles/Mordhau/Binaries/Linux/MordhauServer-Linux-Shipping: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

and here is a list i managed to replace. but there is something wrong i think with the container.

/libcurl-gnutls.so.4*

/libldap*.so*

/liblber*.so*

/libssh.so.4*

/libnettle.so.7*

/libhogweed.so.5*

/libgnutls.so.30*

/libsasl2.so.2*

/libgssapi_krb5.so.2*

/libkrb5.so.3*

/libk5crypto.so.3

/libz.so.1*

Every time i add one one of the others will make the same error you see above and the server will stay in a boot loop.

Also you can not put him to "sleep" so every time it restarts you get thrown out of the console there for you cant install it direktly over the Mordhau docker. Im relativly unexperienced with this. so i would love your help

  • Author
3 hours ago, FabioAmberger said:

It seems somehow its missing all .so files or isnt downloading it.

Nope not all, they introduced a new dependency that I now added named: libcurl3-gnutls

Please stop the container and click force-update on the Docker page with Advanced View enabled, after that the container should run as expected, at least it does on my system.

Thanks for the report.

usermod: no changes

---Setting umask to 000---

---Checking for optional scripts---

---No optional script found, continuing---

---Taking ownership of data...---

---Starting...---

---Update SteamCMD---

Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'

Logging directory: '/serverdata/Steam/logs'

[ 0%] Checking for available updates...

[----] Verifying installation...

UpdateUI: skip show logo

Steam Console Client (c) Valve Corporation - version 1751406682

-- type 'quit' to exit --

Loading Steam API...IPC function call IClientUtils::GetConnectedUniverse took too long: 55 msec

OK

Connecting anonymously to Steam Public...OK

Waiting for client config...OK

Waiting for user info...OK

Unloading Steam API...OK

---Update Server---

Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'

Logging directory: '/serverdata/Steam/logs'

[ 0%] Checking for available updates...

[----] Verifying installation...

UpdateUI: skip show logo

Steam Console Client (c) Valve Corporation - version 1751406682

-- type 'quit' to exit --

Loading Steam API...IPC function call IClientUtils::GetSteamRealm took too long: 49 msec

OK

Connecting anonymously to Steam Public...OK

Waiting for client config...OK

Waiting for user info...OK

Success! App '629800' already up to date.

Unloading Steam API...OK

---Prepare Server---

---Checking for 'Game2.ini'---

---'Game2.ini' found!---

---Server ready---

---Start Server---

sh: 1: xdg-user-dir: not found

4.26.2-0+++UE4+4.26-Mordhau 522 0

Disabling core dumps.

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk9-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk9-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=66754

LogPakFile: PakFile PathHashIndexSize=66632

LogPakFile: PakFile FullDirectoryIndexSize=212880

LogPakFile: OnPakFileMounted2Time == 0.000007

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk8-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk8-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=37210

LogPakFile: PakFile PathHashIndexSize=37088

LogPakFile: PakFile FullDirectoryIndexSize=121681

LogPakFile: OnPakFileMounted2Time == 0.000013

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk7-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk7-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=1065

LogPakFile: PakFile PathHashIndexSize=920

LogPakFile: PakFile FullDirectoryIndexSize=2874

LogPakFile: OnPakFileMounted2Time == 0.000015

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk6-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk6-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=138576

LogPakFile: PakFile PathHashIndexSize=138440

LogPakFile: PakFile FullDirectoryIndexSize=403295

LogPakFile: OnPakFileMounted2Time == 0.000021

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk51-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk51-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=594

LogPakFile: PakFile PathHashIndexSize=464

LogPakFile: PakFile FullDirectoryIndexSize=1623

LogPakFile: OnPakFileMounted2Time == 0.000023

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk50-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk50-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=682

LogPakFile: PakFile PathHashIndexSize=560

LogPakFile: PakFile FullDirectoryIndexSize=1725

LogPakFile: OnPakFileMounted2Time == 0.000025

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk5-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk5-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=28234

LogPakFile: PakFile PathHashIndexSize=28112

LogPakFile: PakFile FullDirectoryIndexSize=85598

LogPakFile: OnPakFileMounted2Time == 0.000029

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk49-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk49-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=463

LogPakFile: PakFile PathHashIndexSize=320

LogPakFile: PakFile FullDirectoryIndexSize=887

LogPakFile: OnPakFileMounted2Time == 0.000030

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk48-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk48-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=3815

LogPakFile: PakFile PathHashIndexSize=3680

LogPakFile: PakFile FullDirectoryIndexSize=12721

LogPakFile: OnPakFileMounted2Time == 0.000033

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk47-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk47-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=954

LogPakFile: PakFile PathHashIndexSize=824

LogPakFile: PakFile FullDirectoryIndexSize=2856

LogPakFile: OnPakFileMounted2Time == 0.000035

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk46-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk46-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=778

LogPakFile: PakFile PathHashIndexSize=656

LogPakFile: PakFile FullDirectoryIndexSize=2755

LogPakFile: OnPakFileMounted2Time == 0.000037

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk45-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk45-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=369

LogPakFile: PakFile PathHashIndexSize=224

LogPakFile: PakFile FullDirectoryIndexSize=576

LogPakFile: OnPakFileMounted2Time == 0.000041

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk44-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk44-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=498

LogPakFile: PakFile PathHashIndexSize=368

LogPakFile: PakFile FullDirectoryIndexSize=1199

LogPakFile: OnPakFileMounted2Time == 0.000043

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk43-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk43-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=317

LogPakFile: PakFile PathHashIndexSize=176

LogPakFile: PakFile FullDirectoryIndexSize=384

LogPakFile: OnPakFileMounted2Time == 0.000044

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk42-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk42-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=354

LogPakFile: PakFile PathHashIndexSize=224

LogPakFile: PakFile FullDirectoryIndexSize=912

LogPakFile: OnPakFileMounted2Time == 0.000045

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk41-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk41-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=297

LogPakFile: PakFile PathHashIndexSize=152

LogPakFile: PakFile FullDirectoryIndexSize=326

LogPakFile: OnPakFileMounted2Time == 0.000047

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk40-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk40-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=3874

LogPakFile: PakFile PathHashIndexSize=3752

LogPakFile: PakFile FullDirectoryIndexSize=12042

LogPakFile: OnPakFileMounted2Time == 0.000048

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk4-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk4-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=148866

LogPakFile: PakFile PathHashIndexSize=149083

LogPakFile: PakFile FullDirectoryIndexSize=478452

LogPakFile: OnPakFileMounted2Time == 0.000060

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk39-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk39-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=2178

LogPakFile: PakFile PathHashIndexSize=2048

LogPakFile: PakFile FullDirectoryIndexSize=8012

LogPakFile: OnPakFileMounted2Time == 0.000063

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk38-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk38-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=37642

LogPakFile: PakFile PathHashIndexSize=37520

LogPakFile: PakFile FullDirectoryIndexSize=125419

LogPakFile: OnPakFileMounted2Time == 0.000068

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk37-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk37-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=343

LogPakFile: PakFile PathHashIndexSize=200

LogPakFile: PakFile FullDirectoryIndexSize=494

LogPakFile: OnPakFileMounted2Time == 0.000070

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk36-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk36-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=1402

LogPakFile: PakFile PathHashIndexSize=1280

LogPakFile: PakFile FullDirectoryIndexSize=3453

LogPakFile: OnPakFileMounted2Time == 0.000071

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk35-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk35-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=366

LogPakFile: PakFile PathHashIndexSize=224

LogPakFile: PakFile FullDirectoryIndexSize=550

LogPakFile: OnPakFileMounted2Time == 0.000076

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk34-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk34-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=462

LogPakFile: PakFile PathHashIndexSize=320

LogPakFile: PakFile FullDirectoryIndexSize=810

LogPakFile: OnPakFileMounted2Time == 0.000079

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk33-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk33-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=1674

LogPakFile: PakFile PathHashIndexSize=1544

LogPakFile: PakFile FullDirectoryIndexSize=6119

LogPakFile: OnPakFileMounted2Time == 0.000081

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk32-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk32-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=5914

LogPakFile: PakFile PathHashIndexSize=5792

LogPakFile: PakFile FullDirectoryIndexSize=15983

LogPakFile: OnPakFileMounted2Time == 0.000084

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk31-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk31-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=2274

LogPakFile: PakFile PathHashIndexSize=2144

LogPakFile: PakFile FullDirectoryIndexSize=9197

LogPakFile: OnPakFileMounted2Time == 0.000088

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk30-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk30-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=7978

LogPakFile: PakFile PathHashIndexSize=7856

LogPakFile: PakFile FullDirectoryIndexSize=24108

LogPakFile: OnPakFileMounted2Time == 0.000094

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk3-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk3-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=26194

LogPakFile: PakFile PathHashIndexSize=26072

LogPakFile: PakFile FullDirectoryIndexSize=86145

LogPakFile: OnPakFileMounted2Time == 0.000098

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk29-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk29-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=2274

LogPakFile: PakFile PathHashIndexSize=2144

LogPakFile: PakFile FullDirectoryIndexSize=8703

LogPakFile: OnPakFileMounted2Time == 0.000100

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk28-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk28-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=7050

LogPakFile: PakFile PathHashIndexSize=6920

LogPakFile: PakFile FullDirectoryIndexSize=17032

LogPakFile: OnPakFileMounted2Time == 0.000103

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk27-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk27-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=3066

LogPakFile: PakFile PathHashIndexSize=2936

LogPakFile: PakFile FullDirectoryIndexSize=12144

LogPakFile: OnPakFileMounted2Time == 0.000106

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk26-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk26-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=14770

LogPakFile: PakFile PathHashIndexSize=14648

LogPakFile: PakFile FullDirectoryIndexSize=39720

LogPakFile: OnPakFileMounted2Time == 0.000110

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk25-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk25-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=642

LogPakFile: PakFile PathHashIndexSize=512

LogPakFile: PakFile FullDirectoryIndexSize=1838

LogPakFile: OnPakFileMounted2Time == 0.000113

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk24-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk24-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=911

LogPakFile: PakFile PathHashIndexSize=776

LogPakFile: PakFile FullDirectoryIndexSize=2068

LogPakFile: OnPakFileMounted2Time == 0.000116

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk23-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk23-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=1930

LogPakFile: PakFile PathHashIndexSize=1808

LogPakFile: PakFile FullDirectoryIndexSize=7833

LogPakFile: OnPakFileMounted2Time == 0.000119

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk22-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk22-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=658

LogPakFile: PakFile PathHashIndexSize=536

LogPakFile: PakFile FullDirectoryIndexSize=1765

LogPakFile: OnPakFileMounted2Time == 0.000122

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk21-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk21-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=1674

LogPakFile: PakFile PathHashIndexSize=1544

LogPakFile: PakFile FullDirectoryIndexSize=4939

LogPakFile: OnPakFileMounted2Time == 0.000126

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk20-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk20-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=3786

LogPakFile: PakFile PathHashIndexSize=3656

LogPakFile: PakFile FullDirectoryIndexSize=11990

LogPakFile: OnPakFileMounted2Time == 0.000129

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk2-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk2-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=30714

LogPakFile: PakFile PathHashIndexSize=30820

LogPakFile: PakFile FullDirectoryIndexSize=125563

LogPakFile: OnPakFileMounted2Time == 0.000133

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk10-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk10-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=4042

LogPakFile: PakFile PathHashIndexSize=3920

LogPakFile: PakFile FullDirectoryIndexSize=16184

LogPakFile: OnPakFileMounted2Time == 0.000136

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk1-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk1-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=7074

LogPakFile: PakFile PathHashIndexSize=6944

LogPakFile: PakFile FullDirectoryIndexSize=20783

LogPakFile: OnPakFileMounted2Time == 0.000138

LogPakFile: Display: Found Pak file ../../../Mordhau/Content/Paks/pakchunk0-LinuxServer.pak attempting to mount.

LogPakFile: Display: Mounting pak file ../../../Mordhau/Content/Paks/pakchunk0-LinuxServer.pak.

LogPakFile: PakFile PrimaryIndexSize=311298

LogPakFile: PakFile PathHashIndexSize=387291

LogPakFile: PakFile FullDirectoryIndexSize=940176

LogPakFile: OnPakFileMounted2Time == 0.000142

LogPlatformFile: Using cached read wrapper

LogTaskGraph: Started task graph with 4 named threads and 8 total threads with 1 sets of task threads.

LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: ''

LogPluginManager: Mounting plugin modio

LogPluginManager: Mounting plugin EditorScriptingUtilities

LogPluginManager: Mounting plugin MultiUserClient

LogPluginManager: Mounting plugin ConcertSyncClient

LogPluginManager: Mounting plugin ConcertSyncCore

LogPluginManager: Mounting plugin ConcertMain

LogPluginManager: Mounting plugin SQLiteCore

LogPluginManager: Mounting plugin MultiUserTakes

LogPluginManager: Mounting plugin Takes

LogPluginManager: Mounting plugin LevelSequenceEditor

LogPluginManager: Mounting plugin ModelingToolsEditorMode

LogPluginManager: Mounting plugin MeshModelingToolset

LogPluginManager: Mounting plugin GeometryProcessing

LogPluginManager: Mounting plugin ProxyLODPlugin

LogPluginManager: Mounting plugin HairStrands

LogPluginManager: Mounting plugin Niagara

LogPluginManager: Mounting plugin StylusInput

LogPluginManager: Mounting plugin StaticMeshEditorExtension

LogPluginManager: Mounting plugin EditableMesh

LogPluginManager: Mounting plugin MeshEditor

LogPluginManager: Mounting plugin BlastPlugin

LogPluginManager: Mounting plugin GeometryCollectionPlugin

LogPluginManager: Mounting plugin ProceduralMeshComponent

LogPluginManager: Mounting plugin ChaosSolverPlugin

LogPluginManager: Mounting plugin DataprepEditor

LogPluginManager: Mounting plugin DatasmithContent

LogPluginManager: Mounting plugin VariantManagerContent

LogPluginManager: Mounting plugin GamepadUMGPlugin

LogPluginManager: Mounting plugin PythonScriptPlugin

LogPluginManager: Mounting plugin DiscordRpc

LogPluginManager: Mounting plugin EOSSDK

LogPluginManager: Mounting plugin Paper2D

LogPluginManager: Mounting plugin AISupport

LogPluginManager: Mounting plugin EnvironmentQueryEditor

LogPluginManager: Mounting plugin LightPropagationVolume

LogPluginManager: Mounting plugin AnimationSharing

LogPluginManager: Mounting plugin SignificanceManager

LogPluginManager: Mounting plugin PluginUtils

LogPluginManager: Mounting plugin PropertyAccessEditor

LogPluginManager: Mounting plugin UObjectPlugin

LogPluginManager: Mounting plugin AssetManagerEditor

LogPluginManager: Mounting plugin FacialAnimation

LogPluginManager: Mounting plugin GeometryMode

LogPluginManager: Mounting plugin SpeedTreeImporter

LogPluginManager: Mounting plugin AlembicImporter

LogPluginManager: Mounting plugin GeometryCache

LogPluginManager: Mounting plugin AutomationUtils

LogPluginManager: Mounting plugin ScreenshotTools

LogPluginManager: Mounting plugin BackChannel

LogPluginManager: Mounting plugin ChaosClothEditor

LogPluginManager: Mounting plugin ChaosCloth

LogPluginManager: Mounting plugin ChaosEditor

LogPluginManager: Mounting plugin PlanarCut

LogPluginManager: Mounting plugin ChaosNiagara

LogPluginManager: Mounting plugin CharacterAI

LogPluginManager: Mounting plugin MotoSynth

LogPluginManager: Mounting plugin PlatformCrypto

LogPluginManager: Mounting plugin AvfMedia

LogPluginManager: Mounting plugin ImgMedia

LogPluginManager: Mounting plugin MediaCompositing

LogPluginManager: Mounting plugin MeshPainting

LogPluginManager: Mounting plugin ActorSequence

LogPluginManager: Mounting plugin MatineeToLevelSequence

LogPluginManager: Mounting plugin TemplateSequence

LogPluginManager: Mounting plugin OnlineSubsystemNull

LogPluginManager: Mounting plugin OnlineSubsystem

LogPluginManager: Mounting plugin OnlineSubsystemUtils

LogPluginManager: Mounting plugin LauncherChunkInstaller

LogPluginManager: Mounting plugin ActorLayerUtilities

LogPluginManager: Mounting plugin AndroidPermission

LogPluginManager: Mounting plugin AppleImageUtils

LogPluginManager: Mounting plugin ArchVisCharacter

LogPluginManager: Mounting plugin AssetTags

LogPluginManager: Mounting plugin AudioCapture

LogPluginManager: Mounting plugin CableComponent

LogPluginManager: Mounting plugin ChunkDownloader

LogPluginManager: Mounting plugin CustomMeshComponent

LogPluginManager: Mounting plugin ExampleDeviceProfileSelector

LogPluginManager: Mounting plugin GooglePAD

LogPluginManager: Mounting plugin LinuxDeviceProfileSelector

LogPluginManager: Mounting plugin LocationServicesBPLibrary

LogPluginManager: Mounting plugin MobilePatchingUtils

LogPluginManager: Mounting plugin PhysXVehicles

LogPluginManager: Mounting plugin RuntimePhysXCooking

LogPluginManager: Mounting plugin SoundFields

LogPluginManager: Mounting plugin Synthesis

LogPluginManager: Mounting plugin AudioSynesthesia

LogInit: Using libcurl 7.65.3-DEV

LogInit: - built for x86_64-unknown-linux-gnu

LogInit: - supports SSL with OpenSSL/1.1.1c

LogInit: - supports HTTP deflate (compression) using libz 1.2.8

LogInit: - other features:

LogInit: CURL_VERSION_SSL

LogInit: CURL_VERSION_LIBZ

LogInit: CURL_VERSION_IPV6

LogInit: CURL_VERSION_ASYNCHDNS

LogInit: CURL_VERSION_LARGEFILE

LogInit: CURL_VERSION_TLSAUTH_SRP

LogInit: CurlRequestOptions (configurable via config and command line):

LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate

LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy

LogInit: - bDontReuseConnections = false - Libcurl will reuse connections

LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host

LogInit: - LocalHostAddr = Default

LogInit: - BufferSize = 65536

LogOnline: OSS: Creating online subsystem instance for: MordhauOnlineSubsystem

LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [MordhauOnlineSubsystem]

LogInit: Build: ++UE4+4.26-Mordhau-CL-0

LogInit: Engine Version: 4.26.2-0+++UE4+4.26-Mordhau

LogInit: Compatible Engine Version: 4.26.0-0+++UE4+4.26-Mordhau

LogInit: Net CL: 0

LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU: Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz, GPU: GenericGPUBrand

LogInit: Compiled (64-bit): Oct 23 2024 07:33:08

LogInit: Compiled with Clang: 10.0.1 (https://github.com/llvm/llvm-project ef32c611aa214dea855364efd7ba451ec5ec3f74)

LogInit: Build Configuration: Shipping

LogInit: Branch Name: ++UE4+4.26-Mordhau

LogInit: Command Line: -Port=7777 -QueryPort=27015 -Beaconport=15000 -GAMEINI=/serverdata/serverfiles/Mordhau/Saved/Config/LinuxServer/Game2.ini -ENGINEINI=/serverdata/serverfiles/Mordhau/Saved/Config/LinuxServer/Engine2.ini template

LogInit: Base Directory: /serverdata/serverfiles/Mordhau/Binaries/Linux/

LogInit: Allocator: binned2

LogInit: Installed Engine Build: 0

LogInit: Presizing for max 2097152 objects, including 1 objects not considered by GC, pre-allocating 0 bytes for permanent pool.

LogStreaming: Display: Async Loading initialized: Event Driven Loader: true, Async Loading Thread: false, Async Post Load: false

LogInit: Object subsystem initialized

[2025.07.21-19.48.48:817][ 0]LogLinux: Selected Device Profile: [LinuxServer]

[2025.07.21-19.48.48:817][ 0]LogInit: Applying CVar settings loaded from the selected device profile: [LinuxServer]

[2025.07.21-19.48.48:817][ 0]LogHAL: Display: Platform has ~ 4 GB [134856126464 / 4294967296 / 126], which maps to Smallest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)

[2025.07.21-19.48.48:817][ 0]LogInit: Going up to parent DeviceProfile [Linux]

[2025.07.21-19.48.48:817][ 0]LogInit: Going up to parent DeviceProfile []

[2025.07.21-19.48.48:818][ 0]LogInit: Unix hardware info:

[2025.07.21-19.48.48:818][ 0]LogInit: - we are the first instance of this executable

[2025.07.21-19.48.48:818][ 0]LogInit: - this process' id (pid) is 86, parent process' id (ppid) is 79

[2025.07.21-19.48.48:818][ 0]LogInit: - we are not running under debugger

[2025.07.21-19.48.48:818][ 0]LogInit: - machine network name is '3e5726ddd483'

[2025.07.21-19.48.48:818][ 0]LogInit: - user name is 'steam' (steam)

[2025.07.21-19.48.48:818][ 0]LogInit: - we're logged in locally

[2025.07.21-19.48.48:818][ 0]LogInit: - we're running without rendering

[2025.07.21-19.48.48:818][ 0]LogInit: - CPU: GenuineIntel 'Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz' (signature: 0xA0655)

[2025.07.21-19.48.48:818][ 0]LogInit: - Number of physical cores available for the process: 10

[2025.07.21-19.48.48:818][ 0]LogInit: - Number of logical cores available for the process: 20

[2025.07.21-19.48.48:818][ 0]LogInit: - Cache line size: 64

[2025.07.21-19.48.48:818][ 0]LogInit: - Memory allocator used: binned2

[2025.07.21-19.48.48:818][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no

[2025.07.21-19.48.48:818][ 0]LogInit: - This is an internal build.

[2025.07.21-19.48.48:818][ 0]LogCore: Benchmarking clocks:

[2025.07.21-19.48.48:818][ 0]LogCore: - CLOCK_MONOTONIC (id=1) can sustain 35436596 (35437K, 35M) calls per second without zero deltas.

[2025.07.21-19.48.48:818][ 0]LogCore: - CLOCK_MONOTONIC_RAW (id=4) can sustain 34250548 (34251K, 34M) calls per second without zero deltas.

[2025.07.21-19.48.48:818][ 0]LogCore: - CLOCK_MONOTONIC_COARSE (id=6) can sustain 76877080 (76877K, 77M) calls per second with 99.998686% zero deltas.

[2025.07.21-19.48.48:818][ 0]LogCore: Selected clock_id 1 (CLOCK_MONOTONIC) since it is the fastest support clock without zero deltas.

[2025.07.21-19.48.48:818][ 0]LogInit: Unix-specific commandline switches:

[2025.07.21-19.48.48:818][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)

[2025.07.21-19.48.48:818][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation

[2025.07.21-19.48.48:818][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation

[2025.07.21-19.48.48:818][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache

[2025.07.21-19.48.48:818][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)

[2025.07.21-19.48.48:818][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)

[2025.07.21-19.48.48:818][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)

[2025.07.21-19.48.48:818][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal

[2025.07.21-19.48.48:818][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)

[2025.07.21-19.48.48:818][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)

[2025.07.21-19.48.48:818][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)

[2025.07.21-19.48.48:818][ 0]LogInit: - Physical RAM available (not considering process quota): 126 GB (128608 MB, 131695436 KB, 134856126464 bytes)

[2025.07.21-19.48.48:818][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4

[2025.07.21-19.48.48:818][ 0]LogInit: - MemoryRangeDecommit() will will evict the memory from RAM (re-run with -novmapoolevict to change)

[2025.07.21-19.48.48:854][ 0]LogInit: Physics initialised using underlying interface: PhysX

[2025.07.21-19.48.48:854][ 0]LogInit: Using OS detected language (en-US).

[2025.07.21-19.48.48:854][ 0]LogInit: Using OS detected locale (en-US).

[2025.07.21-19.48.48:857][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so the 'en' localization will be used.

[2025.07.21-19.48.48:895][ 0]LogRendererCore: Ray tracing is disabled. Reason: r.RayTracing=0.

[2025.07.21-19.48.48:912][ 0]LogInit: Using OS detected language (en-US).

[2025.07.21-19.48.48:912][ 0]LogInit: Using OS detected locale (en-US).

[mod.io] Initializing mod.io SDK v0.12.17 DEV

[mod.io] Creating directories

[2025.07.21-19.48.48:914][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so the 'en' localization will be used.

[2025.07.21-19.48.48:941][ 0]LogTextLocalizationManager: Compacting localization data took 3.00ms

[2025.07.21-19.48.49:362][ 0]LogAssetRegistry: FAssetRegistry took 0.4206 seconds to start up

[2025.07.21-19.48.49:564][ 0]LogCollisionProfile: Warning: Profile (WeaponOnly) - Custom Channel Name = 'GameTraceChannel3' hasn't been found

[2025.07.21-19.48.49:564][ 0]LogCollisionProfile: Warning: Profile (WeaponOnly) - Custom Channel Name = 'GameTraceChannel4' hasn't been found

[2025.07.21-19.48.49:564][ 0]LogCollisionProfile: Warning: Profile (WeaponOnly) - Custom Channel Name = 'GameTraceChannel5' hasn't been found

[2025.07.21-19.48.49:564][ 0]LogCollisionProfile: Warning: Profile (WeaponOnly) - Custom Channel Name = 'GameTraceChannel6' hasn't been found

[2025.07.21-19.48.49:564][ 0]LogCollisionProfile: Warning: Profile (ProjectileBlocker) - Custom Channel Name = 'GameTraceChannel5' hasn't been found

[2025.07.21-19.48.49:564][ 0]LogCollisionProfile: Warning: Profile (ProjectileBlocker) - Custom Channel Name = 'GameTraceChannel6' hasn't been found

[2025.07.21-19.48.49:565][ 0]LogStreaming: Display: FlushAsyncLoading: 1 QueuedPackages, 0 AsyncPackages

[2025.07.21-19.48.49:566][ 0]LogPackageLocalizationCache: Processed 27 localized package path(s) for 1 prioritized culture(s) in 0.000124 seconds

[2025.07.21-19.48.49:566][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk0-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.49:567][ 0]LogLinux: Selected Device Profile: [LinuxServer]

[2025.07.21-19.48.49:568][ 0]LogInit: Active device profile: [0x7f19f3e910c0][0x7f1a1ff04ed0 49] LinuxServer

[2025.07.21-19.48.49:568][ 0]LogInit: Profiles: [0x7f19f3e91240][0x7f1a1ff07630 49] Linux, [0x7f19f3e910c0][0x7f1a1ff04ed0 49] LinuxServer,

[2025.07.21-19.48.49:583][ 0]LogSerialization: Display: AllowBulkDataInIoStore: 'true'

[2025.07.21-19.48.49:585][ 0]LogNetVersion: Checksum from delegate: 702625635

[2025.07.21-19.48.49:636][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.

[2025.07.21-19.48.49:636][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.

[2025.07.21-19.48.49:645][ 0]LogMordhauGameInstance: Version: Release 26, Revision 25635, Enforced 1, Release Ver: 7

[2025.07.21-19.48.49:705][ 0]LogUObjectArray: 21804 objects as part of root set at end of initial load.

[2025.07.21-19.48.49:705][ 0]LogUObjectAllocator: 4748408 out of 0 bytes used by permanent object pool.

[2025.07.21-19.48.49:705][ 0]LogUObjectArray: CloseDisregardForGC: 21804/0 objects in disregard for GC pool

[2025.07.21-19.48.49:714][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance

[2025.07.21-19.48.49:715][ 0]LogEngine: Initializing Engine...

[2025.07.21-19.48.49:717][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.001 s

[2025.07.21-19.48.53:158][ 0]LogPakFile: Precache HighWater 16MB

[2025.07.21-19.48.53:158][ 0]LogPakFile: Precache HighWater 32MB

[2025.07.21-19.48.53:158][ 0]LogPakFile: Precache HighWater 48MB

[2025.07.21-19.48.53:158][ 0]LogPakFile: Precache HighWater 64MB

[2025.07.21-19.48.53:158][ 0]LogInit: Initializing FReadOnlyCVARCache

[2025.07.21-19.48.53:158][ 0]LogNetVersion: Set ProjectVersion to 1.25635.12900.0. Version Checksum will be recalculated on next use.

[2025.07.21-19.48.53:158][ 0]LogInit: Texture streaming: Disabled

[2025.07.21-19.48.53:166][ 0]LogPackageLocalizationCache: Processed 27 localized package path(s) for 1 prioritized culture(s) in 0.000104 seconds

[2025.07.21-19.48.57:325][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk8-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:326][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk47-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:327][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk3-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:331][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk22-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:332][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk21-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:335][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk2-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:357][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk10-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:384][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk1-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:386][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk7-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:400][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk5-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:400][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk6-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:465][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk31-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:481][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk23-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:482][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk4-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:501][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk33-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:545][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk27-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:555][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk29-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:645][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk9-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:774][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk39-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.57:924][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk30-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:030][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk46-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:066][ 0]LogNiagara: Warning: NiagaraSystem /Game/Mordhau/Assets/Environment/Horde_DemonInvasion/Magic_Orbs/VFX_Niagara/NS_Magic_Orbs_Orb_6.NS_Magic_Orbs_Orb_6 IsReadyToRunInternal() failed due to missing SystemScript. Spawn[<none>] Update[<none>]

[2025.07.21-19.48.58:080][ 0]LogNiagara: Warning: NiagaraSystem /Game/Mordhau/Assets/Environment/Horde_DemonInvasion/Magic_Orbs/VFX_Niagara/NS_Magic_Orbs_Orb_14.NS_Magic_Orbs_Orb_14 IsReadyToRunInternal() failed due to missing SystemScript. Spawn[<none>] Update[<none>]

[2025.07.21-19.48.58:080][ 0]LogNiagara: Warning: NiagaraSystem /Game/Mordhau/Assets/Environment/Horde_DemonInvasion/Magic_Orbs/VFX_Niagara/NS_Magic_Orbs_Orb_16.NS_Magic_Orbs_Orb_16 IsReadyToRunInternal() failed due to missing SystemScript. Spawn[<none>] Update[<none>]

[2025.07.21-19.48.58:095][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk28-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:454][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk40-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:477][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk26-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:518][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk44-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:530][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk51-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:656][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk20-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:657][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk32-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.58:849][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk25-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.59:490][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk41-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.59:492][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk49-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.59:498][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk35-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.59:503][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk45-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.59:503][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk43-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.59:505][ 0]LogPakFile: New pak file ../../../Mordhau/Content/Paks/pakchunk37-LinuxServer.pak added to pak precacher.

[2025.07.21-19.48.59:525][ 0]LogMordhauGameInstance: Warning: Skipped already registered map metadata (ModId: 0, Map: Feitoria)

[2025.07.21-19.48.59:526][ 0]LogInit: Display: Game Engine Initialized.

[2025.07.21-19.48.59:527][ 0]LogInit: Display: Starting Game.

[2025.07.21-19.48.59:527][ 0]LogNet: Browse: /Game/Mordhau/Maps/ModInitialization/ModInitialization?Name=Player

[2025.07.21-19.48.59:528][ 0]LogLoad: LoadMap: /Game/Mordhau/Maps/ModInitialization/ModInitialization?Name=Player

[2025.07.21-19.48.59:528][ 0]LogWorld: BeginTearingDown for /Temp/Untitled_0

[2025.07.21-19.48.59:529][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true

[2025.07.21-19.48.59:615][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 6.86ms

[2025.07.21-19.48.59:660][ 0]LogAIModule: Creating AISystem for world ModInitialization

[2025.07.21-19.48.59:660][ 0]LogLoad: Game class is 'BP_ModInitializationGameMode_C'

[2025.07.21-19.48.59:660][ 0]LogNet: ReplicationDriverClass is null! Not using ReplicationDriver.

[2025.07.21-19.48.59:660][ 0]LogNetCore: DDoS detection status: detection enabled: 1 analytics enabled: 1

[2025.07.21-19.48.59:661][ 0]LogInit: BSD IPv4/6: Socket queue. Rx: 262144 (config 131072) Tx: 262144 (config 131072)

[2025.07.21-19.48.59:661][ 0]LogNet: Created socket for bind address: 0.0.0.0 on port 7777

[2025.07.21-19.48.59:661][ 0]PacketHandlerLog: Loaded PacketHandler component: Engine.EngineHandlerComponentFactory (StatelessConnectHandlerComponent)

[2025.07.21-19.48.59:661][ 0]LogNet: GameNetDriver IpNetDriver_2147482577 IpNetDriver listening on port 7777

[2025.07.21-19.48.59:662][ 0]LogWorld: Bringing World /Game/Mordhau/Maps/ModInitialization/ModInitialization.ModInitialization up for play (max tick rate 60) at 2025.07.21-21.48.59

[2025.07.21-19.48.59:663][ 0]LogWorld: Bringing up level for play took: 0.001710

[2025.07.21-19.48.59:663][ 0]LogGameMode: Display: Match State Changed from EnteringMap to WaitingToStart

[2025.07.21-19.48.59:665][ 0]LogMordhauUtilityLibrary: Display: Mounted 0 mods in CustomPaks folder

[2025.07.21-19.48.59:665][ 0]LogMordhauUtilityLibrary: Display: No mods specified, skipping ...

[2025.07.21-19.48.59:665][ 0]LogGameMode: Display: Match State Changed from WaitingToStart to LeavingMap

[2025.07.21-19.48.59:665][ 0]LogGameState: Match State Changed from EnteringMap to LeavingMap

[2025.07.21-19.48.59:665][ 0]LogGameMode: ProcessServerTravel: /Game/Mordhau/Maps/ThePit/FFA_ThePit?Name=Player?listen

[2025.07.21-19.48.59:666][ 0]LogGameState: Match State Changed from LeavingMap to WaitingToStart

[2025.07.21-19.48.59:666][ 0]LogLoad: Took 0.138055 seconds to LoadMap(/Game/Mordhau/Maps/ModInitialization/ModInitialization)

[2025.07.21-19.48.59:666][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init()

[2025.07.21-19.48.59:666][ 0]LogLoad: (Engine Initialization) Total time: 11.36 seconds

[2025.07.21-19.49.01:840][ 80]LogNetVersion: Checksum from delegate: 702625635

Hello again.

i seem to have stumbled into an issue with the palworld docker. i dont have any errors but it seems the past 24hr or so of game play, has disappeared. i have a backup from yesterday around 13:00 which i think will be a better place them where it "restarted itself". i stopped playing when i noticed an npc missing, exited the game, and restarted the server. when i did that i spawned not in the last place i was and with maybe 8-10hrs of game play gone. Any help would be appreciated.

all else fails im just looking to understand how to load a backup file. thanks.

  • Author
1 hour ago, kerpster said:

i dont have any errors but it seems the past 24hr or so of game play, has disappeared.

How long did you run the container in total, is this a relatively new installation?

Are you sure the paths in the template are correct, if you are using /mnt/cache/appdata/... then make sure that the appdata share is set to stay on the Cache and is not moved to any other pool in the Share settings.

You can always set it to /mnt/user/appdata/... but I would rather prefer to do it like I wrote above.

1 hour ago, kerpster said:

all else fails im just looking to understand how to load a backup file. thanks.

Just replace the Saves directory with the ones from the backup (I would also recommend that you create a backup of the old files too, you'll never know what can go wrong.

Hi, I installed the ARKSurvivalEvolved Container today and it seems fine, i added the map_count option, now the server starts up fine looking into the docker logs. But I cant find the server either via the game or steam.

root@Server1:~# docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

e9b2c1cc326c ghcr.io/mainfrezzer/ase-docker "/opt/scripts/start.…" 4 minutes ago Up 4 minutes 0.0.0.0:7777-7778->7777-7778/udp, :::7777-7778->7777-7778/udp, 0.0.0.0:27015->27015/udp, :::27015->27015/udp, 0.0.0.0:27020->27020/tcp, :::27020->27020/tcp ARKSurvivalEvolved

port forwarding should be fine too

root@Server1:~# docker logs ARKSurvivalEvolved

---Ensuring UID: 99 matches user---

---Ensuring GID: 100 matches user---

---Setting umask to 000---

---Checking for optional scripts---

---No optional script found, continuing---

---Taking ownership of data...---

---Starting...---

---Update SteamCMD---

Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'

Logging directory: '/serverdata/Steam/logs'

[ 0%] Checking for available updates...

[----] Verifying installation...

UpdateUI: skip show logo

Steam Console Client (c) Valve Corporation - version 1751406682

-- type 'quit' to exit --

Loading Steam API...OK

Connecting anonymously to Steam Public...OK

Waiting for client config...OK

Waiting for user info...OK

Unloading Steam API...OK

---Update Server---

Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'

Logging directory: '/serverdata/Steam/logs'

[ 0%] Checking for available updates...

[----] Verifying installation...

UpdateUI: skip show logo

Steam Console Client (c) Valve Corporation - version 1751406682

-- type 'quit' to exit --

Loading Steam API...OK

"@sSteamCmdForcePlatformType" = "windows"

Connecting anonymously to Steam Public...OK

Waiting for client config...OK

Waiting for user info...OK

Success! App '376030' already up to date.

Unloading Steam API...OK

---Checking the maximum map count per process...---

---Maximum map count per process OK...---

---Current map count per process: 265000---

---Checking if WINE workdirectory is present---

---WINE workdirectory found---

---Checking if WINE is properly installed---

---WINE properly set up---

---Prepare Server---

---Server ready---

---Start Server---

Waiting for logs...

root@Server1:~#


Sometimes i read something about the server going to sleep
---Server ready---

---Start Server---

Waiting for logs...

Waiting for logs...

Waiting for logs...

Waiting for logs...

Waiting for logs...

Waiting for logs...

Waiting for logs...

Waiting for logs...

Waiting for logs...

Waiting for logs...

No log files found after 20 seconds, putting container into sleep mode!

but that seems to not be happening anymore.

any ideas?
im starting to think this is a ark problem, not a setup problem?
do you need any more information?

please help, thanks^^

Edit:
The server seems to be running inside the container:
root@e9b2c1cc326c:/# ps -aux | grep Shooter

steam 81 23.4 3.6 2042532 1194792 ? Sl 20:30 1:38 ShooterGameServer.exe TheIsland?listen?SessionName=ASE_Docker?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log

steam 148 0.0 0.0 5500 1880 ? S 20:31 0:00 tail -F /serverdata/serverfiles/ShooterGame/Saved/Logs/ShooterGame.log

but the ShooterGame.log stays empty

Update: After some more waiting, i could find the server in steam under port 27015, but when trying to connect ingame message was:
network error: unable to query server info for invite

Update2: I played around some more and tried the host and custom network options (that shouldnt be necessary right?) and cant find it at all again.
I now deleted the container and everything in appdata and system and redid everything, will leave it alone for now until tomorrow... maybe i just played around with it too fast after creating (about an hour after first startup)

anyway, im thankfull for any input on what could be done to get this running, im new entirely to unraid and hosting game servers

Edited by frank_alex92

i think i figured out the issue. for some reason my appdata share was set to cache<array

i have no idea why and i must have done this recently seeing i have never had an issue. the docker has been installed since i think you released it so i think its just me at this point. thanks for explaining how to use the backups. i think that might be the route i take to only lose a few hours of game play instead of days. once again this is my fault and not the docker. still loving all your work. thanks for the quick reply.

  • Author
1 hour ago, frank_alex92 said:

ghcr.io/mainfrezzer/ase-docker

This is mot my container, please go to the correct support thread.

Hey everyone,

I've just set up an ARKSurvivalEvolved server. But I can't get it to run. I've updated the installation several times. I even kept the default settings for the last installation. It still doesn't work.

After installation, it always goes into sleep mode because it apparently can't find any logs (see the first image). When I restart the Docker, the log window closes automatically after a while. The lines from the second image are still there until it closes.

Can anyone help me?

Regards, Snow

First Start.png

Restart.png

Edited by Sn0w90

  • Author
40 minutes ago, Sn0w90 said:

I've just set up an ARKSurvivalEvolved server.

Please read one comment above yours.

Hello,

I wanted to first thank you for all the containers, I've used both your Abiotic Factor and Project zomboid containers and have had so much fun with with some buddies during a weekly gaming session. I wanted to ask if there is a new image/update for Abiotic factor to 1.0? It seems the 1.0 update broke the container and it is no longer join-able from the game UI. Any help is appreciated.

The server no longer shows up during searching and doirect connecting gets me thje error that the the container is out if date

image.png

  • Author
25 minutes ago, l0n3 said:

Any help is appreciated.

Please try the following:

  1. Stop the container

  2. Delete the steamapps folder from the abioticfactor directory

  3. Start the container

  4. Open the logs and see if it pulls the update and if you can connect afterwards

2 hours ago, ich777 said:

Please try the following:

  1. Stop the container

  2. Delete the steamapps folder from the abioticfactor directory

  3. Start the container

  4. Open the logs and see if it pulls the update and if you can connect afterwards

Thank you mate!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.