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

25 minutes ago, ich777 said:

I will think about that again what could be done how in my container, but at least the BepInEx version should download fine if I'm not mistaken.

BIE is no problem and neither should be V+ if only the DLL is downloaded to the correct folder: ./BepInEx/plugins/

 

25 minutes ago, ich777 said:

When is the last update/patch released? Keep me updated and I will look into it after it is released.

The 1.4.4 (Labour of love / Final Update) should be released in a few weeks (hopefully)! But you never know with ReLogic...

I wouldn't keep my hopes up for the summer but IF does drop and if I remember I will post an update!

Edited by Zealotus

  • Replies 12.6k
  • 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
On 6/23/2022 at 2:25 PM, Zealotus said:

V+ to break

On 6/22/2022 at 7:32 PM, TheBrian said:

V+ is a joke

Patch was released about 4 hours ago, please test if it is working now again.

Hi, i have a weird problem with your "Minecraft Basic Server" image. For the last three days at about 3AM it just breaks and throws These errors repeating every 5 ish minutes. when i stop the server it refuses to boot back up saying it cannot find the eula...

I have used this image for ages and never had a problem. tried copying the files over to my gaming computer and it works.


Running on Unraid: 6.10.3
Minecraft version: 1.19
Fabric loader version: 0.14.8
Runtime: jre17


Any help would be greatly appreciated.

masterLog.0 Log.txt

Did something change with OpenRCT2? I'm trying to load a new save file for my server and it's telling me it's unable to open the save files. I noticed the save game files are now .park instead of .sv6. Would that have anything to do with it?

Screenshot 2022-06-25 185836.png

  • Author
10 hours ago, Lerfis said:

For the last three days at about 3AM it just breaks

When does your Mover run?

 

Please make sure that you‘ve set the share where the folder for Minecraft is located (most likely appdata) in the share settings to use cache Only or Prefer.

  • Author
5 hours ago, SweetChinMusic said:

I noticed the save game files are now .park instead of .sv6. Would that have anything to do with it?

Can you send me your save file via PM so that I can test it on my own?

@ich777 with the newest Stationeers Hotfix your Docker works again thanks.

but your preentered -autosave=300 does not work anymore :)
it would be now:

-settings AutoSave true SaveInterval 300 (But this is already set by Default)

 

 

For others:

 

With the new engine rework from Stationeers be sure you use the new parameters and arguments to start the server!

https://stationeers-wiki.com/Dedicated_Server_Guide
 

Edited by Marcel40625

  • Author
8 minutes ago, Marcel40625 said:

@ich777 with the newest Stationeers Hotfix your Docker works again thanks.

From what I‘ve tested it should have worked fine before the hotfix too, actually I‘ve applied a patch to the container to make it work again.

 

9 minutes ago, Marcel40625 said:

-settings AutoSave true SaveInterval 300 (But this is already set by Default)

Yes, saw that already but it doesn‘t work before so I thought, well they messed up. 😅

Hi, i just got the Valheim+ running again.

 

I was still affected by the old world not being picked up and a new World was generated since.

In the start-server.sh i noticed following block, which causes the old "worlds" folder to be moved inside the worlds_local as a subfolder "worlds_local/worlds/".

Quote

echo "---Prepare Server---"
if [ -d ${SERVER_DIR}/.config/unity3d/IronGate/Valheim/worlds ]; then
    echo "---Found old save directory... Moving saves directory to new location...!---"
    mv ${SERVER_DIR}/.config/unity3d/IronGate/Valheim/worlds ${SERVER_DIR}/.config/unity3d/IronGate/Valheim/worlds_local
fi

 

so to fix it you would like to do moving the contents from the original worlds instead of the directory and if the server was already started once with that shell script: 

Quote

mv ${SERVER_DIR}/.config/unity3d/IronGate/Valheim/worlds/* ${SERVER_DIR}/.config/unity3d/IronGate/Valheim/worlds_local/

mv ${SERVER_DIR}/.config/unity3d/IronGate/Valheim/worlds_local/worlds/* ${SERVER_DIR}/.config/unity3d/IronGate/Valheim/worlds_local/

The worlds folders should be empty then and can be delted. All contents should be inside worlds_local directly without subdirectories. 

 

Thx for your work and i hope you keep it supported, it's the first time i had todo something manually! 

  • Author
6 minutes ago, Haube said:

I was still affected by the old world not being picked up and a new World was generated since.

In the start-server.sh i noticed following block, which causes the old "worlds" folder to be moved inside the worlds_local as a subfolder "worlds_local/worlds/".

The main issue with that was that the developers from Valheim first messed up pretty bad since the worlds got deleted in the worlds folder and a new world within the worlds_local was created. After they found out about that they released an updated that actually don't delete the old worlds but instead created a new folder within the worlds_local folder.

So if someone, like me, who haven't had the container running and update the containers everything will work since they Docker will move the world and the game will pick up the new location without creating a new worlds_local folder, hope that explains that a little bit more.

 

In your case you are a user where the worlds folder doesn't get deleted because you've pulled the newer update from Valheim and instead a new world is created.

 

I have to say I won't change that again since this is only a one time thing and users could move the files manually...

8 hours ago, ich777 said:

When does your Mover run?

 

Please make sure that you‘ve set the share where the folder for Minecraft is located (most likely appdata) in the share settings to use cache Only or Prefer.


Omg thank you, i changed some settings a while back while the Minecraft docker was off. everything has been running fine so i really didn't think of it. have changed the share back to cache perfer. I'll get back to you if the problem still persists.
Otherwise, thank you for your contribution and your help.
 

  • Author
19 minutes ago, Lerfis said:

I'll get back to you if the problem still persists.

Make also sure that you've stop the container before invoking the Mover.

35 minutes ago, ich777 said:

Make also sure that you've stop the container before invoking the Mover.

Will do

5 hours ago, ich777 said:

From what I‘ve tested it should have worked fine before the hotfix too, actually I‘ve applied a patch to the container to make it work again.

 

Yes, saw that already but it doesn‘t work before so I thought, well they messed up. 😅

I think im doing something wrong with this docker, because i get all these errors and ive left it running for an hour just to see if maybe it takes a while to build a world  since its my first time playing Stationeers  but nothing ever loads and i can never find the game on the server list 

 

WARNING: Shader Unsupported: 'Custom/PowerTransmission' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
WARNING: Shader Unsupported: 'Custom/3DTextLit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/3DTextLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/3DTextLit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/WorldspaceOverlayUI shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
UnloadTime: 5.289692 ms
HDR Render Texture not supported, disabling HDR on reflection probe.
ERROR: Shader TextMeshPro/Mobile/Bitmap shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Unsupported shader (SSAO).
ERROR: Shader Easy Flares/src_Dirt_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Dirt' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Dirt shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Dirt' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Ghost_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Ghost' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Ghost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Ghost' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Glow_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Glow' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Glow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Glow' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Simple_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Simple' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Simple shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Simple' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Starburst_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Starburst' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Starburst shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Starburst' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
The shader Hidden/GlobalFog (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.GlobalFog) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.GlobalFog) has been disabled as it's not supported on the current platform.
The shader Hidden/AtmosphericScattering_Deferred (UnityEngine.Shader) on effect Main Camera (AtmosphericScatteringDeferred) is not supported on this platform!
The image effect Main Camera (AtmosphericScatteringDeferred) has been disabled as it's not supported on the current platform.
ERROR: Shader TextMeshPro/Sprite shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Version : 0.2.3396.16649
The image effect Main Camera (UnityStandardAssets.ImageEffects.Antialiasing) has been disabled as it's not supported on the current platform.
ERROR: Shader Hidden/FillCrop shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Unloading 47889 unused Assets to reduce memory usage. Loaded Objects now: 117489.
Total: 316.621577 ms (FindLiveObjects: 8.402279 ms CreateObjectMapping: 14.301845 ms MarkObjects: 268.856650 ms DeleteObjects: 25.058951 ms)

Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 128184.
Total: 216.768011 ms (FindLiveObjects: 6.948092 ms CreateObjectMapping: 8.245896 ms MarkObjects: 201.282136 ms DeleteObjects: 0.290986 ms)

ERROR: Shader Skybox/6 Sided shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/EarthGround' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/EarthGround shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/EarthGround' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Legacy Shaders/Transparent/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Clouds' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/Clouds shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Clouds' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
WARNING: Shader Unsupported: 'Odissey/Odissey B' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Odissey/Odissey B shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Odissey/Odissey B' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Projector/planet_shadow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Odissey/Odissey A' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Odissey/Odissey A shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Odissey/Odissey A' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/DepthMask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/LightToAlpha' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/LightToAlpha shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/LightToAlpha' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
WARNING: Shader Unsupported: 'Custom/DiffuseEmitWithAlphaMask' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/DiffuseEmitWithAlphaMask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/DiffuseEmitWithAlphaMask' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
<color=#0099bc><b>DOTWEEN ► </b></color>This material doesn't have a 73 property ID
<color=#0099bc><b>DOTWEEN ► </b></color>This material doesn't have a 66 property ID
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 2 unused Assets to reduce memory usage. Loaded Objects now: 213095.
Total: 239.535945 ms (FindLiveObjects: 12.435845 ms CreateObjectMapping: 8.659542 ms MarkObjects: 218.056388 ms DeleteObjects: 0.383159 ms)

[H[J[37m[1;1H [1;1H> [1;1H [1;1H[32m12:11:06: ***Stationeers - 0.2.3396.16649***
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[33m12:11:06: Loading settings: /serverdata/serverfiles/setting.xml
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Admin Password was empty will generate password
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Password Set: Password is AEQN6xToCPu9hiPFCRYYTQSX6KjuJh1UNx1EbpHgKQY=
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Skipping Discord SDK. Dedicated not support yet
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[31m12:11:06: Character Cosmetics Invalid. Reverting to default settings for character Species/Gender.
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[33m12:11:06: Use 'help <key>' to find out more about that specific command
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Commands: help, clear, quit, exit, leave, newgame, new, loadgame, load, loadlatest, joingame, join, steam, listnetworkdevices, testbytearray, rocketbinary, imgui, atmos, thing, keybindings, reset, version, logtoclipboard, kick, ban, upnp, network, pause, say, save, log, discord, settings, netconfig, settingspath, debugthreads, test
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[32m12:11:06: Ready

  • Author
5 minutes ago, IzzleDude said:

I think im doing something wrong with this docker, because i get all these errors and ive left it running for an hour just to see if maybe it takes a while to build a world  since its my first time playing Stationeers  but nothing ever loads and i can never find the game on the server list 

These are only shader and graphic errors, nothing to worry about on a dedicated server.

 

Have you forwarded the ports properly in your router? Have you just yet tried to do a direct connection with your internal server IP?

6 minutes ago, ich777 said:

These are only shader and graphic errors, nothing to worry about on a dedicated server.

 

Have you forwarded the ports properly in your router? Have you just yet tried to do a direct connection with your internal server IP?

im assuming its ports 27500 and 27015 and with this server is it "Bridge"  or "Host "  as i did notice on another docker i use i could never find it  if i set it as bridge  just host

  • Author
24 minutes ago, IzzleDude said:

im assuming its ports 27500 and 27015

All the ports which are in the template need to be forwarded and of course with the corresponding protocol from the template.

 

25 minutes ago, IzzleDude said:

as i did notice on another docker i use i could never find it  if i set it as bridge  just host

Leave it in default „bridge“ mode and it should work just fine.

15 minutes ago, ich777 said:

All the ports which are in the template need to be forwarded and of course with the corresponding protocol from the template.

 

Leave it in default „bridge“ mode and it should work just fine.

Yeah exactly what I did. There are two files an XML settings and a default. Which one should I use? I've set them both with the same info for the server like name and such but still no luck getting it to work correctly 

  • Author
29 minutes ago, IzzleDude said:

There are two files an XML settings and a default. Which one should I use?

The default.ini.

 

29 minutes ago, IzzleDude said:

I've set them both with the same info for the server like name and such but still no luck getting it to work correctly

I have to look into this because I haven't played the game in a long time, but @Marcel40625 reported that it is working again.

I've been using the Conan Exiles server and am a noob to hosting game servers. It's running perfectly until a few days hosting I can tell it needs to be reset. Is there a way to schedule restart for this container (either in server or in docker is fine I think)?

  • Author
33 minutes ago, lafleur said:

Is there a way to schedule restart for this container (either in server or in docker is fine I think)?

You can create a script with User Scripts plugin from the CA App.

 

Simply Add a new script with a good name like "Restart Gameservers" then hover over the Gear icon and click on "Edit Script" and add the following contents:

docker restart DOCKERNAME

(of course replace "DOCKERNAME" with the corresponding Docker name, please note that it has to be the exact name - case sensitive)

 

After that press "Save Changes", at Schedule Disabled enable "Schedule Daily" and press "Apply" at the bottom.

 

This will restart your container once a day, you can also set your custom cron schedule if you want too... :)

 

Hope that helps.

1 hour ago, ich777 said:

The default.ini.

 

I have to look into this because I haven't played the game in a long time, but @Marcel40625 reported that it is working again.

@Marcel40625 could you tell me how you got it working? If you have a chance 

 

@ich777 let me erase the other file and see what happens I'll try it again 

6 hours ago, IzzleDude said:

I think im doing something wrong with this docker, because i get all these errors and ive left it running for an hour just to see if maybe it takes a while to build a world  since its my first time playing Stationeers  but nothing ever loads and i can never find the game on the server list 

 

WARNING: Shader Unsupported: 'Custom/PowerTransmission' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
WARNING: Shader Unsupported: 'Custom/3DTextLit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/3DTextLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/3DTextLit' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/WorldspaceOverlayUI shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
UnloadTime: 5.289692 ms
HDR Render Texture not supported, disabling HDR on reflection probe.
ERROR: Shader TextMeshPro/Mobile/Bitmap shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Unsupported shader (SSAO).
ERROR: Shader Easy Flares/src_Dirt_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Dirt' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Dirt shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Dirt' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Ghost_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Ghost' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Ghost shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Ghost' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Glow_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Glow' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Glow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Glow' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Simple_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Simple' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Simple shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Simple' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Starburst_SM2_0 shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Starburst' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Easy Flares/src_Starburst shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Easy Flares/src_Starburst' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
The shader Hidden/GlobalFog (UnityEngine.Shader) on effect Main Camera (UnityStandardAssets.ImageEffects.GlobalFog) is not supported on this platform!
The image effect Main Camera (UnityStandardAssets.ImageEffects.GlobalFog) has been disabled as it's not supported on the current platform.
The shader Hidden/AtmosphericScattering_Deferred (UnityEngine.Shader) on effect Main Camera (AtmosphericScatteringDeferred) is not supported on this platform!
The image effect Main Camera (AtmosphericScatteringDeferred) has been disabled as it's not supported on the current platform.
ERROR: Shader TextMeshPro/Sprite shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Version : 0.2.3396.16649
The image effect Main Camera (UnityStandardAssets.ImageEffects.Antialiasing) has been disabled as it's not supported on the current platform.
ERROR: Shader Hidden/FillCrop shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
Unloading 47889 unused Assets to reduce memory usage. Loaded Objects now: 117489.
Total: 316.621577 ms (FindLiveObjects: 8.402279 ms CreateObjectMapping: 14.301845 ms MarkObjects: 268.856650 ms DeleteObjects: 25.058951 ms)

Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 128184.
Total: 216.768011 ms (FindLiveObjects: 6.948092 ms CreateObjectMapping: 8.245896 ms MarkObjects: 201.282136 ms DeleteObjects: 0.290986 ms)

ERROR: Shader Skybox/6 Sided shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/EarthGround' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/EarthGround shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/EarthGround' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Legacy Shaders/Transparent/VertexLit shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Clouds' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/Clouds shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/Clouds' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
WARNING: Shader Unsupported: 'Odissey/Odissey B' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Odissey/Odissey B shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Odissey/Odissey B' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Projector/planet_shadow shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Odissey/Odissey A' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Odissey/Odissey A shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Odissey/Odissey A' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/DepthMask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/LightToAlpha' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/LightToAlpha shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/LightToAlpha' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
WARNING: Shader Unsupported: 'Custom/DiffuseEmitWithAlphaMask' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
ERROR: Shader Custom/DiffuseEmitWithAlphaMask shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
WARNING: Shader Unsupported: 'Custom/DiffuseEmitWithAlphaMask' - All subshaders removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
<color=#0099bc><b>DOTWEEN ► </b></color>This material doesn't have a 73 property ID
<color=#0099bc><b>DOTWEEN ► </b></color>This material doesn't have a 66 property ID
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 2 unused Assets to reduce memory usage. Loaded Objects now: 213095.
Total: 239.535945 ms (FindLiveObjects: 12.435845 ms CreateObjectMapping: 8.659542 ms MarkObjects: 218.056388 ms DeleteObjects: 0.383159 ms)

[H[J[37m[1;1H [1;1H> [1;1H [1;1H[32m12:11:06: ***Stationeers - 0.2.3396.16649***
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[33m12:11:06: Loading settings: /serverdata/serverfiles/setting.xml
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Admin Password was empty will generate password
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Password Set: Password is AEQN6xToCPu9hiPFCRYYTQSX6KjuJh1UNx1EbpHgKQY=
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Skipping Discord SDK. Dedicated not support yet
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[31m12:11:06: Character Cosmetics Invalid. Reverting to default settings for character Species/Gender.
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[33m12:11:06: Use 'help <key>' to find out more about that specific command
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[37m12:11:06: Commands: help, clear, quit, exit, leave, newgame, new, loadgame, load, loadlatest, joingame, join, steam, listnetworkdevices, testbytearray, rocketbinary, imgui, atmos, thing, keybindings, reset, version, logtoclipboard, kick, ban, upnp, network, pause, say, save, log, discord, settings, netconfig, settingspath, debugthreads, test
[39;49m[37m[1;1H [1;1H> [1;1H [1;1H[32m12:11:06: Ready

you are still using old parameters to start the server ... new parameters here: https://stationeers-wiki.com/Dedicated_Server_Guide

 

and if you want a new world you need -new [Moon,Europa2] etc. or want to load an existing save  -load [savename]

like so:

 

rocketstation_DedicatedServer -load Europa2 -settings ServerVisible true ServerName "My Server" ServerPassword 123456 AdminPassword Admin123456 GamePort 27016 UpdatePort 27015 AutoSave true

 

Edited by Marcel40625

Is anyone else running into issue with the Barotrauma docker?

 

If I manually enter the IP I can find the server in the browser but I cant connect.

 

There is this section of the docker logs that has an error

 

Initializing GameScreen
[?1h=[6n[39;49m[37mSelected sub: Azimuth
[39;49m[30m[6n [9;1H[8;1H[39;49m[37m[6ndlopen failed trying to load:
steamclient.so
with error:
steamclient.so: cannot open shared object file: No such file or directory
[S_API] SteamAPI_Init(): Loaded '/serverdata/serverfiles/.steam/sdk64/steamclient.so' OK. (First tried local 'steamclient.so')
CAppInfoCacheReadFromDiskThread took 6 milliseconds to initialize
Setting breakpad minidump AppID = 602960
[S_API FAIL] Tried to access Steam interface SteamNetworkingUtils003 before SteamAPI_Init succeeded.
[39;49m[37mSelected shuttle: Hemulen
[39;49m[32m[6/26/2022 11:53:42 PM]
Starting the server...
[39;49m[32m[6/26/2022 11:53:42 PM]
Using Lidgren networking. Manual port forwarding may be required. If players cannot connect to the server, you may want to use the in-game hosting menu (which uses SteamP2P networking and does not require port forwarding).
[39;49m[32m[6/26/2022 11:53:43 PM]
Server started

 

image.thumb.png.3511619913be4ca2bfa0d7dc4ab9e8d3.png

  • Author
1 hour ago, Mew said:

There is this section of the docker logs that has an error

But the error is resolved in the next line.

 

I will trynit on my server if I can connect or not later that day and report back.

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.