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

  • Author
8 hours ago, Helzminion said:

Same issue. 

I really don't know what's causing this on your setup...

 

I've now tried it on my server and it works flawlessly, here is the log after the first installation: ConanExiles.log and I also can browse it in the Steam Server Browser:

image.png.fbbfa0a7b116ed0b9cc314bb60722c1d.png

 

 

Can you maybe share your Diagnostics, but I can't tell for sure if I can help you after you've shared them.

  • 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

  • Author
8 hours ago, EndreEndi said:

I need some help with CSGO container, when i start it after an container update, it says in console

I've never experienced such a thing, do you have a Cache drive installed, if yes to what is the appdata share set in terms of Use Cache set in your Share settings?

Can you post the full log output in a text file maybe?

 

I've now tried a fresh install and it works right OOB: CSGO.log and I also can browse it in the Steam Sever browser:

image.png.6334b88721523db02896df6d3de15240.png

 

Maybe try to start over, delete the container, delete the csgo folder in your appdata directory and pull a fresh copy from the CA App.

4 hours ago, ich777 said:

Can you maybe share your Diagnostics, but I can't tell for sure if I can help you after you've shared them.

Attached diagnostics. I really appreciate your time trying to assist with this. I've seen others with the same issue, was hoping maybe someone else got it to work and could share what they did.

Thanks again.

dethstar-diagnostics-20220316-0359.zip

  • Author
1 hour ago, Helzminion said:

Attached diagnostics.

Not related but the first thing that I've noticed in the go file:

modprobe i915
chmod -R 777 /dev/dri

and you also have the Intel GPU TOP plugin installed.

Please remove those two lines from the go file because the Intel GPU TOP plugin handles everything for you.

 

From what I see you are using a XFS formatted drive for the Docker Cache or am I wrong? Please check first if the path in the template points to that Cache driver.

A thing that I've discovered recently is that maybe XFS is maybe the issue, do you have a spare disk lying around that you can mount in UnassignedDevcies, format it with BTRFS and try to install the game (at least the game files there)?

 

I remember reading somewhere that some games have issues with XFS, but this was already a while back.

Removed the un-necessary from the go file, thank you for the heads up on that. 

 

I did have a spare NVME that I re-formatted to BTRFS and pointed the game files there, no luck.

I then tried pointing the whole install to that disk, still no luck. (same error)

I suspect it's most likely specific to my setup or hardware, as it seems to work for others, and all of your other dockers I've tried work fine. 

After almost a week of messing with it, and trying to troubleshoot, I think I may just move on to a Windows VM, or host that particular game from my PC. 

 

I appreciate all your efforts, suggestions, and game dockers! Thank you. 

  • Author
11 minutes ago, Helzminion said:

After almost a week of messing with it, and trying to troubleshoot, I think I may just move on to a Windows VM, or host that particular game from my PC. 

Can you post a screenshot from the entire template for ConanExiles?

 

I would strongly recommend that you not just point the existing template to the new drive, I would recommend that you really start over, delete everything related to the ConanExiles container and pull a fresh copy from the CA App.

 

TBH, I think I never saw this error, seems like it doesn't start the xvfb server but I actually can't tell why that happnes on your system. Have you changed anything else to the container, maybe mounted another directory or do you change anything in terms of the /tmp path inside the container?

 

Do you use a docker.img or do you use the path? Maybe it's related because the Docker images are on a XFS filesystem, but that's only another guess, as said above, I've tried it this morning and it works flawlessly.

Went ahead and re-formatted both my cache drives to BTRFS, and to remove the WINE64 folder that I was unable to delete from previous attempts. 

image.png.1eafcc9842c0238390edccef76917ab1.png

 

This is the template, I'm not changing any of the settings, download and install with the setttings exactly as they are shown

 

image.png.6b5f4d9ef713773ce33d4f1edb14a939.png

 

 

  • Author
11 minutes ago, Helzminion said:

to remove the WINE64 folder that I was unable to delete from previous attempts. 

You can always remove that folder from the console pretty quick, in your case the command would be:

rm -rf /mnt/docker_cache/appdata/conanexiles

(but be very careful with that command since it deletes folders and if used wrong you could delete more than just one folder...)

 

12 minutes ago, Helzminion said:

This is the template, I'm not changing any of the settings, download and install with the setttings exactly as they are shown

Please keep me updated if it is working after you've did this, sorry for that many tries, but it's really strange that it won't work on your system...

Hi Guys,
Hoping to get a hand,
Whats the easiest way to change max players on the game Satisfactory,
Thank you in advance.

Unfortunately no luck.

I also manually changed the SteamCMD directory to see if that helps

from ->  /mnt/user/appdata/steamcmd 

to -> /mnt/docker_cache/appdata/steamcmd/

 

I still get the same error. 

 

No worries about the re-tries. I appreciate your assistance. I've scoured reddit, youtube, google, the conan exiles forums, and the forums here, and there is very little info regarding those errors. I'm pretty sure it has something to do specifically with my setup, or hardware/motherboard at this point. Considering how few people seem to have issues, it has to be something specific to what I'm using

 

  • Author
21 minutes ago, Helzminion said:

No worries about the re-tries. I appreciate your assistance. I've scoured reddit, youtube, google, the conan exiles forums, and the forums here, and there is very little info regarding those errors.

Do you get the X error every time?

X connection to :99 broken (explicit kill or server shutdown).

 

Can you maybe post a log when running the container on a BTRFS drive?

 

As you can see from my log above I have many warnings from WINE in my log too but the server is running fine.

Can you please point me to the threads where people have issues with this exact same error?

  • Author
38 minutes ago, Drewbzz said:

Whats the easiest way to change max players on the game Satisfactory,

See here: Click

 

You find the file in your satisfactory folder that is located in your appdata directory.

 

But keep in mind that this can have various downsides (high system resource usage, crashes from the dedicated server, high latency,...) since the dedicated server is still in beta and considered experimental.

18 minutes ago, ich777 said:

Do you get the X error every time?

Yep, same error 

 

Can you maybe post a log when running the container on a BTRFS drive?

Posted

 

As you can see from my log above I have many warnings from WINE in my log too but the server is running fine.

Can you please point me to the threads where people have issues with this exact same error?

Looks like I was mistaken, I thought the issue was that Call_Stack_Handler, but appears that is pretty consistent.

I did see Earendur on thread page 206 had a similar issue, except he was receiving Fatal errors on his, so it's not the exact same. I can't find anyone with the exact same. 

 

 

conanlogBTRFS.txt

  • Author

@Helzminion it is really strange to me since you are running this on 11th gen and it doesn‘t work and on my 10th gen it works just flawlessly…

 

From your Diagnostics I saw that you are booting with UEFI, can you try to boot with Legacy (CSM)?

I don‘t think that this will make any difference at all but I really don‘t get it why it won‘t work for you…

1 hour ago, ich777 said:

See here: Click

 

You find the file in your satisfactory folder that is located in your appdata directory.

 

But keep in mind that this can have various downsides (high system resource usage, crashes from the dedicated server, high latency,...) since the dedicated server is still in beta and considered experimental.

Thank you for the quick reply,
Not sure why it dose not want to work,
any chance we can get it added as an extra in the docket and have a warning ?
Below GAME_ID: ?
above
UDP 1 - Game Port:

  • Author
1 minute ago, Drewbzz said:

Thank you for the quick reply,
Not sure why it dose not want to work,

What does not work? If you change the value? Male sure that validiation in the template is turned off and also that you stop the container, edit the file and them start it again.

What have you changed exactly?

Have you also tested if more than 4 people can connect? Maybe it‘s simply displayed wrong because the game is not designed to have more than 4 players connected.

 

1 minute ago, Drewbzz said:

any chance we can get it added as an extra in the docket and have a warning ?

No, because then someone else wants me to add an option for another game setting in the template and so on.

That is not how a setting in a settings file should be changed, that‘s always up to the user.

5 hours ago, ich777 said:

@Helzminion it is really strange to me since you are running this on 11th gen and it doesn‘t work and on my 10th gen it works just flawlessly…

 

From your Diagnostics I saw that you are booting with UEFI, can you try to boot with Legacy (CSM)?

I don‘t think that this will make any difference at all but I really don‘t get it why it won‘t work for you…

 

I attempted to boot legacy (CSM) and still get the same error. I'm starting to think it's a user error/ some setting I'm missing on my  motherboard., I had a hell of a time getting it to boot legacy. Ended up having to flash the CMOS a couple times, and by default it always wants to boot UEFI first. I can't seem to change that. I did find a nice Windows server application posted on the Funcom forums though. I think I'm just going to run with that for the time being. I may still fiddle with it from time to time, and if I get it figured out I'll let ya know. But after 3 or 4 solid days of trying to get this one docker to work, I'm burnt out. All the rest are working fine.

 

Thank you for all your assistance, I really do appreciate it. 

Hi, how would one go about installing mods into the TModloader docker? Also regarding Terraria, how would one manage to change the difficulty of the world or change the world given with the default docker?

Edited by CarlMarks22
more questions

  • Author
7 hours ago, CarlMarks22 said:

how would one go about installing mods into the TModloader docker?

Got to your appdata directory (I recommend via SMB) and place the mods in the appropriate folder in your terraria-tmodloader directory.

 

7 hours ago, CarlMarks22 said:

how would one manage to change the difficulty

Please see here as above except for the directory: Click

(the file is located in the main Terraria directory for the container named "serverconfig.txt" - don't forget to stop the container in the first place, edit the file and then start it again)

 

7 hours ago, CarlMarks22 said:

change the world given with the default docker

Create a new world on your local PC that is named "world" (without quotes) and replace the files in the Worlds directory.

You can of course create it with another world name but then you have to change the parameter "worldname" in the serverconfig.txt to the corresponding world name (case sensitive!).

Heyoooo. 

I just installed your Zandronum server container (thanks a lot for that!!), but i figured out, that it's not the most recent version. They update it every 2 years or so an the last one was in december 21. Do you still maintain this one? :)

 

Kind regards, Björn

  • Author
34 minutes ago, beejay_one said:

but i figured out, that it's not the most recent version. They update it every 2 years or so an the last one was in december 21. Do you still maintain this one? :)

Sure thing, but I don't play every game that I've made containers for... :D

 

Will fix that, give me a bit and I will report back when it's updated.

  • Author
1 hour ago, beejay_one said:

Heyoooo. 

Updated the container and added a version check at container start/restart.

Please update the container and it will pull the latest version from Zandronum.

3 hours ago, ich777 said:

Updated the container and added a version check at container start/restart.

Please update the container and it will pull the latest version from Zandronum.

 

Wow, that was fast! Thanks a lot, bro! 

So I Installed your GarrysMod Docker but i cant seem to get the CSS Files mounted. Everything else is working just fine, except for that. Any help on how to do the mount.cfg setup in the container?

 

  • Author
32 minutes ago, Assaro said:

So I Installed your GarrysMod Docker but i cant seem to get the CSS Files mounted. Everything else is working just fine, except for that. Any help on how to do the mount.cfg setup in the container?

What have you done so far (maybe I will answer tomorrow, getting a bit late here and I‘m really tired today :/ ).

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.