Jump to content

[Support] ich777 - Gameserver Dockers


Recommended Posts

On 10/11/2023 at 6:33 AM, ich777 said:

Thank you for the report. i will look into that and report back.

 

EDIT: Container is now fixed, please force a update from the container itself:

grafik.png.fee9ef2e7da7f23c8a012bf6c0e94f9f.png

Hello man,

 

Can i find somewhere full list of GAME-PARAMS for Valheim? Would like to customize it further. 

 

Thanks

Edited by techgeeksvk
Link to comment

I installed ich777's TF2 docker container but can't get the server to start. Any time I attempt to run the container, I get the following result:
 

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Success! App '232250' already up to date.
---Prepare Server---
mkdir: cannot create directory ‘/serverdata/.steam/sdk32’: No such file or directory
cp: target '/serverdata/.steam/sdk32/' is not a directory
---Server ready---
---Start Server---
WARNING: No map specified! Server may not heartbeat.
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
dlopen failed trying to load:
/serverdata/.steam/sdk32/steamclient.so
with error:
/serverdata/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

 

I'm almost certain the issue is related to the "cannot create directory" problem, but no amount of googling or trial and error has gotten me any closer to a solution. 
Does anyone have any idea what to do?

Link to comment
5 hours ago, Inland-Empire said:

I installed ich777's TF2 docker container but can't get the server to start. Any time I attempt to run the container, I get the following result:

Where is the rest from the logs?

It should start and run correct?

 

Anyways, I have pushed a fix for the container and it creates the folder now correctly.

Please update the container itself with the "force update" button on the Docker page with Advanced View enabled.

Link to comment
2 hours ago, lexberg69 said:

but i dont know where to put this command

Forst of all you have to open up a terminal from Unraid itself and copy paste the command.

After that you can start the container.

 

If you want to make that persost a restart install User Scripts from the CA App and create a new entry that runs on the Array start with the command.

You could also append it to your go file which lives in /boot/config/go

Link to comment
7 minutes ago, lexberg69 said:

Like that  sorry for that noob question but look like this command do nothing maybe i forgot something ? thank you for ur time

This is correct and you get no further output, now you can start the container.

 

The log from the container will actually tell you if it's not set correctly and prevent the start from the container.

Link to comment
6 minutes ago, lexberg69 said:

Like that  sorry for that noob question but look like this command do nothing maybe i forgot something ? thank you for ur timeimage.thumb.png.d19806038f7c76fc43787aee5292f68c.png

 

That is the correct way to do it. did you try running the server again after that? It will show me Count in the log file of the server

 

"---Checking the maximum map count per process...---
---Maximum map count per process OK...---
---Current map count per process: 265000---"

Link to comment
20 minutes ago, lexberg69 said:

got this error too 

What hardware are you using? CPU, Motherboard, RAM? Keep in mind that you have to be on newer hardware than Intel 8th gen since this game is UE5

Are you also sure that you are not running out of RAM, IIRC you nead at least about 11 to 14GB of free RAM to run the server.

 

29 minutes ago, dieselgino69 said:

That is the correct way to do it. did you try running the server again after that? It will show me Count in the log file of the server

I assume it is working for you correct?

Link to comment
26 minutes ago, ich777 said:

What hardware are you using? CPU, Motherboard, RAM? Keep in mind that you have to be on newer hardware than Intel 8th gen since this game is UE5

Are you also sure that you are not running out of RAM, IIRC you nead at least about 11 to 14GB of free RAM to run the server.

 

I assume it is working for you correct?

 

Yes it works perfectly, I have created a "User Scripts" script to run on Array Start which take care of the new map max count. 

I am able to run the server and also join it from my gaming pc. Working without a flaw here. 

 

Thank you very much for your hard work @ich777

  • Like 1
Link to comment
1 hour ago, dieselgino69 said:

 

Yes it works perfectly, I have created a "User Scripts" script to run on Array Start which take care of the new map max count. 

I am able to run the server and also join it from my gaming pc. Working without a flaw here. 

 

Thank you very much for your hard work @ich777

Can u show me how to create user script like u please :D im new with unraid and seriously im not that good haha thanks

  • Like 1
Link to comment
15 minutes ago, lexberg69 said:

Can u show me how to create user script like u please :D im new with unraid and seriously im not that good haha thanks

Download this from the CA App:

grafik.png.d9753a9d5a7b654bf0765b76efd12170.png

 

After installing it go to the Settings tab:

grafik.png.dcfec69b94d7de17f3872a5aa09ecb9e.png

 

At the bottom click on User Scripts:

grafik.png.eff29437c348648605dc91f1a0689227.png

 

At the bottom click on Add New Script:

grafik.png.6ba72c3db4083cae682f9248646f7c2a.png

 

Enter a name and click OK:

grafik.png.f1ed3937fcce4ff3abc400d40e46ef78.png

 

HOVER over the gear icon with the mouse and wait for the menu to open:
grafik.png.f91160e6ccaf3327e1d5b2cdade51a35.png

 

Click on Edit Script:

grafik.png.0ca5b6a36b6edf4daf28c18dcdc9f3c2.png

 

Copy paste this:

#!/bin/bash
echo 265000 > /proc/sys/vm/max_map_count

 

Click Save Changes:

grafik.thumb.png.4a6aa9f68a2a49abb72cc5dfb429315b.png

 

At the drop down right next to your script select At First Array Start Only:

grafik.thumb.png.1e0f1f5666bf12b7904bd326156a9454.png

 

Scroll down to the bottom and click Apply:

grafik.png.9e267137d04659a912f2333ee9327ea0.png

Link to comment
5 minutes ago, ich777 said:

Thank you so much for that :) im gonna try to run the server with my other machine with 128gb  :)

 

 

 

Download this from the CA App:

grafik.png.d9753a9d5a7b654bf0765b76efd12170.png

 

After installing it go to the Settings tab:

grafik.png.dcfec69b94d7de17f3872a5aa09ecb9e.png

 

At the bottom click on User Scripts:

grafik.png.eff29437c348648605dc91f1a0689227.png

 

At the bottom click on Add New Script:

grafik.png.6ba72c3db4083cae682f9248646f7c2a.png

 

Enter a name and click OK:

grafik.png.f1ed3937fcce4ff3abc400d40e46ef78.png

 

HOVER over the gear icon with the mouse and wait for the menu to open:
grafik.png.f91160e6ccaf3327e1d5b2cdade51a35.png

 

Click on Edit Script:

grafik.png.0ca5b6a36b6edf4daf28c18dcdc9f3c2.png

 

Copy paste this:

#!/bin/bash
echo 265000 > /proc/sys/vm/max_map_count

 

Click Save Changes:

grafik.thumb.png.4a6aa9f68a2a49abb72cc5dfb429315b.png

 

At the drop down right next to your script select At First Array Start Only:

grafik.thumb.png.1e0f1f5666bf12b7904bd326156a9454.png

 

Scroll down to the bottom and click Apply:

grafik.png.9e267137d04659a912f2333ee9327ea0.png

 

Edited by lexberg69
  • Like 1
Link to comment
On 11/18/2023 at 12:52 AM, ich777 said:

Because you don't need a token for Sons of the Forest:

 

 

 

 

Regardless of my issues i wanted to step outside this conversation and give you a huge thanks for all the help and dedication to making these dockers. Your doing a huge favor for the community and lots of people are thankful (few express it). Im here to express it.

  • Like 2
Link to comment

Hey ich777, let me start by thanking you for all the work you've done!

 

I'm trying to install Arma 3, but it errors out with a:

"/opt/scripts/start-server.sh: line 69:    75 Segmentation fault      ./arma3server_x64 ${GAME_PARAMS}"

and keeps restarting.

 

I made sure I'm running it of the cache drive and I've tried changing the path.

 

There's also a:

Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory

But, I don't know if that's relevant.

 

Any help is appreciated. I'm a bit new to Unraid and dockers, so I apologize in advance.

Link to comment
47 minutes ago, livid-pearl7308 said:

I'm trying to install Arma 3, but it errors out with a:

Please share a bit more information, on what system do you try to run ARMA3? CPU, Motherboard, RAM?

 

Please double check your paths, what path is set for the Game Files?

 

48 minutes ago, livid-pearl7308 said:

But, I don't know if that's relevant.

No, this is just a warning.

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...