jammsen / docker-sons-of-the-forest-dedicated-server

Docker container to easily provision and manage Sons of the Forest Dedicated Server with Wine
https://hub.docker.com/r/jammsen/sons-of-the-forest-dedicated-server
134 stars 19 forks source link

Container Crashing in DSL load State #37

Closed PooruTorie closed 6 months ago

PooruTorie commented 6 months ago

Have you read the Important information text above

Current behavior

First Note

I had it running recently but now if i start the container it is crashing

Container Log

sons-of-the-forest-dedicated-server  | WARNING: Shader Did you use #pragma only_renderers and omit this platform?
sons-of-the-forest-dedicated-server  | WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
sons-of-the-forest-dedicated-server  | ERROR: Shader Standard shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
sons-of-the-forest-dedicated-server  | WARNING: Shader Unsupported: 'Standard' - All subshaders removed
sons-of-the-forest-dedicated-server  | WARNING: Shader Did you use #pragma only_renderers and omit this platform?
sons-of-the-forest-dedicated-server  | WARNING: Shader If subshaders removal was intentional, you may have forgotten turning Fallback off?
sons-of-the-forest-dedicated-server  | ERROR: Shader Crest/Inputs/Depth/Cached Depths shader is not supported on this GPU (none of subshaders/fallbacks are suitable)
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 72
sons-of-the-forest-dedicated-server  | 0118:fixme:dwmapi:DwmGetWindowAttribute (000000000002004E 9 000000000010E590 16) stub
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 72
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 72
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 72
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 72
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 72
sons-of-the-forest-dedicated-server  | /usr/bin/servermanager.sh: line 84:   122 Killed                  wine64 /sonsoftheforest/SonsOfTheForestDS.exe -userdatapath $USERDATA_PATH
sons-of-the-forest-dedicated-server exited with code 137

Desired behavior

No Crashing

Links to screenshots

No response

To Reproduce

Steps to reproduce the behavior:

  1. Install Docker Compose
  2. Start Container with docker compose up

Software setup

Hardware setup

Additional context

No response

jammsen commented 6 months ago

Hey @PooruTorie when startServer fails, its usually down to either RAM beeing full or permissions beeing weird. https://github.com/jammsen/docker-sons-of-the-forest-dedicated-server/blob/master/usr/bin/servermanager.sh#L84

PooruTorie commented 6 months ago

I have now stopped all other containers running and put the RAM load below 10% now it is starting alright.