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
144 stars 20 forks source link

Unable to download or start server #57

Closed G-Dolan closed 2 weeks ago

G-Dolan commented 1 month ago

Have you read the Important information text above

Current behavior

Unable to start dedicated server.

ubuntu@spiderhoos:~/sotf$ docker-compose up
Starting sotf-server ... done
Attaching to sotf-server
sotf-server    | >>> Doing a fresh install of the gameserver
sotf-server    | WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
sotf-server    | Redirecting stderr to '/root/Steam/logs/stderr.txt'
sotf-server    | Logging directory: '/root/Steam/logs'
sotf-server    | [  0%] Checking for available updates...
sotf-server    | [----] Verifying installation...
sotf-server    | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1726605427
sotf-server    | -- type 'quit' to exit --
sotf-server    | Loading Steam API...IPC function call IClientUtils::GetConnectedUniverse took too long: 51 msec
sotf-server    | IPC function call IClientUtils::GetIPCountry took too long: 43 msec
sotf-server    | OK
sotf-server    | @sSteamCmdForcePlatformType windows
sotf-server    | "@sSteamCmdForcePlatformType" = "windows"
sotf-server    | force_install_dir /sonsoftheforest
sotf-server    |
sotf-server    | Connecting anonymously to Steam Public...OK
sotf-server    | Waiting for client config...OK
sotf-server    | Waiting for user info...OK
sotf-server    | app_update 2465200 validate
sotf-server    | ERROR! Failed to install app '2465200' (Missing file permissions)
sotf-server    | quit
sotf-server    | >>> Doing an update of the gameserver
sotf-server    | WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
sotf-server    | Redirecting stderr to '/root/Steam/logs/stderr.txt'
sotf-server    | Logging directory: '/root/Steam/logs'
sotf-server    | [  0%] Checking for available updates...
sotf-server    | [----] Verifying installation...
sotf-server    | UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1726605427
sotf-server    | -- type 'quit' to exit --
sotf-server    | Loading Steam API...IPC function call IClientUtils::GetConnectedUniverse took too long: 50 msec
sotf-server    | IPC function call IClientUtils::GetIPCountry took too long: 46 msec
sotf-server    | OK
sotf-server    | @sSteamCmdForcePlatformType windows
sotf-server    | "@sSteamCmdForcePlatformType" = "windows"
sotf-server    | force_install_dir /sonsoftheforest
sotf-server    |
sotf-server    | Connecting anonymously to Steam Public...OK
sotf-server    | Waiting for client config...OK
sotf-server    | Waiting for user info...OK
sotf-server    | app_update 2465200 validate
sotf-server    | ERROR! Failed to install app '2465200' (Missing file permissions)

my docker config is very basic;

version: '3.9'
services:
  sotf-server:
    container_name: sotf-server
    image: jammsen/sons-of-the-forest-dedicated-server
    restart: always
    environment:
      ALWAYS_UPDATE_ON_START: 1
    ports:
      - 8766:8766/udp
      - 27017:27017/udp
      - 9700:9700/udp
    volumes:
      - /home/ubuntu/sotf/sonsoftheforest:/sonsoftheforest
      - /home/ubuntu/sotf/steamcmd:/steamcmd
      - /home/ubuntu/sotf/winedata:/winedata

Desired behavior

Would like the server to run

Links to screenshots

No response

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Software setup

Hardware setup

Additional context

I'm just trying to get a basic server up and running before I start fiddled in earnest :)

gitzec commented 1 month ago

... Missing file permissions ...

check permissions of your volumes at /home/ubuntu/sotf/ and below

G-Dolan commented 1 month ago

They are all 777

gitzec commented 1 month ago

please provide output of cat /etc/fstab (remove creds if any)

G-Dolan commented 1 month ago
ubuntu@spiderhoos:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/ubuntu-vg/ubuntu-lv during curtin installation
/dev/disk/by-id/dm-uuid-LVM-80IRqSXiCqkeI6SFfc04rmEcPl3jp0Xhzb8r2MRSSTKDSZEAWcf31VpssPDuNz28 / ext4 defaults 0 0
# /opt/redm/ was on /dev/ubuntu-vg/redm during curtin installation
/dev/disk/by-id/dm-uuid-LVM-80IRqSXiCqkeI6SFfc04rmEcPl3jp0Xhp8SzuP1DboWYbgRjn1u1eSdPTj7HDVfg /opt/redm/ ext4 defaults 0 0
# /opt/minecraft was on /dev/ubuntu-vg/minecraft during curtin installation
/dev/disk/by-id/dm-uuid-LVM-80IRqSXiCqkeI6SFfc04rmEcPl3jp0Xhq2Kxa4gIPAzt0Nz5FA2VRaRV8LSQmbDn /opt/minecraft ext4 defaults 0 0
/dev/mapper/ubuntu--vg-films    /opt/films      ext4 defaults 0 0
# /boot was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/ca8cabe5-6dac-4341-add6-1e0a28b296ec /boot ext4 defaults 0 0
/swap.img       none    swap    sw      0       0
ubuntu@spiderhoos:~$

Nothing fancy going on but I did recently just upgrade to Ubuntu 22 LTS from 20 as my server has been off for a year

gitzec commented 1 month ago

ext4 is good.

really strange. do these folders all exist?

/home/ubuntu/sotf/sonsoftheforest/
/home/ubuntu/sotf/steamcmd/
/home/ubuntu/sotf/winedata/
G-Dolan commented 1 month ago

Yeah, all present.

ubuntu@spiderhoos:~/sotf$ pwd
/home/ubuntu/sotf

drwxrwxrwx  3 ubuntu ubuntu 4.0K Sep 19 15:32 winedata
drwxrwxrwx  7 ubuntu ubuntu 4.0K Sep 20 15:07 steamcmd
drwxrwxrwx  4 ubuntu ubuntu 4.0K Sep 19 15:34 sonsoftheforest
jammsen commented 1 month ago

What does a cd "/home/ubuntu && ls -alR" show?

G-Dolan commented 1 month ago

In my homedir I have a bunch of stuff, I'm running a valheim and project zomboid server too but neither of them are using wine or docker. There's 450k files in total, almost 3k in my sotf directory.

ubuntu@spiderhoos:~$ ls -alR sotf/ | wc -l 2921

ubuntu@spiderhoos:~$ ls -alh sotf/ total 64K drwxrwxrwx 7 ubuntu ubuntu 4.0K Sep 20 19:21 . drwxr-xr-x 28 ubuntu ubuntu 4.0K Sep 21 13:27 .. -rw-rw-r-- 1 ubuntu ubuntu 531 Sep 20 14:54 dedicatedserver.cfg.example -rw-rw-r-- 1 ubuntu ubuntu 91 Sep 20 14:54 docker-build.sh -rwxrwxrwx 1 ubuntu ubuntu 467 Sep 20 19:21 docker-compose.yml -rw-rw-r-- 1 ubuntu ubuntu 1009 Sep 20 14:54 Dockerfile -rw-rw-r-- 1 ubuntu ubuntu 251 Sep 20 14:54 docker-run.sh drwxrwxrwx 4 ubuntu ubuntu 4.0K Sep 20 19:21 game -rw-rw-r-- 1 ubuntu ubuntu 452 Sep 20 14:54 ownerswhitelist.txt.example -rw-rw-r-- 1 ubuntu ubuntu 2.4K Sep 20 14:54 README.md drwxrwxrwx 4 ubuntu ubuntu 4.0K Sep 19 15:34 sonsoftheforest -rw-rw-r-- 1 ubuntu ubuntu 7 Sep 20 14:54 steam_appid.txt drwxrwxrwx 7 ubuntu ubuntu 4.0K Sep 20 19:24 steamcmd -rw-rw-r-- 1 ubuntu ubuntu 119 Sep 20 14:54 steamcmdinstall.txt drwxrwxr-x 3 ubuntu ubuntu 4.0K Sep 20 14:54 usr drwxrwxrwx 3 ubuntu ubuntu 4.0K Sep 19 15:32 winedata

gitzec commented 1 month ago

very strange. all looks good...

you may start the container in interactive mode and try to create files and folders manually in the mounted paths. this way you can see if there are any issues if done manually.

but... i never had to do this with this image and do not know which users are inside and which user runs the server service. maybe @jammsen could give a hint how to perform file/folder creation (which user in the container to use)?

i also do not know if the container stays alive when your situation occurs. if not, you only have the time until it reaches the error message to do your tests. but, wait, you could use eg. the ubuntu image to create a container with the same volumes and do the tests with that. :-)

jammsen commented 1 month ago

very strange. all looks good...

I agree, even if i wanted to see the permissions of the sotf directory from the /home/user perspective though.

you may start the container in interactive mode and try to create files and folders manually in the mounted paths. this way you can see if there are any issues if done manually.

That would be an idea yeah, or live debugging on the weekend.

but... i never had to do this with this image and do not know which users are inside and which user runs the server service. maybe @jammsen could give a hint how to perform file/folder creation (which user in the container to use)?

Me neither, never heard of this problem once - Also, Sadly its root, because it has to be with xvfb and the other "fake-window"-Stuff around the server, i never liked that, but never could change that.

G-Dolan commented 1 month ago

I manually downloaded the game via steamcmd and it seems to have moved onto another error

It's now complaining about the GPU or lack thereof

Initialize engine version: 2022.2.16f1 (d535843d11e1) [Subsystems] Discovering subsystems at path Z:/sonsoftheforest/SonsOfTheForestDS_Data/UnitySubsystems Forcing GfxDevice: Null GfxDevice: creating device client; threaded=0; jobified=0 NullGfxDevice: Version: NULL 1.0 [1.0] Renderer: Null Device Vendor: Unity Technologies There is no texture data available to upload. ERROR: Shader Sprites/Default shader is not supported on this GPU (none of subshaders/fallbacks are suitable) WARNING: Shader Unsupported: 'Hidden/HDRP/FallbackError' - 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 Hidden/HDRP/FallbackError shader is not supported on this GPU (none of subshaders/fallbacks are suitable) WARNING: Shader Unsupported: 'Hidden/HDRP/FallbackError' - 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 o

G-Dolan commented 1 month ago

Got it working, added some packages libatomic1 libpulse-dev libpulse0 and it seemed happier.

Cheers!

jammsen commented 1 month ago

Hey @G-Dolan - I think i can now reproduce your error, i wanted to switch the Base-Image to Bookworm from Bullseye and im getting now theese errors, can you take a look at them and tell me if they seem familiar to you please?

sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripMain on particle system BloodMistExplosion. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system GetToTheChopperLightningFallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system GetToTheChopperLightningFallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system GetToTheChopperLightningFallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system RisingFlamesA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripMain on particle system DripsExplosion. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system RisingFlamesA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system GetToTheChopperLightningFallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripMain on particle system DripsA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system GetToTheChopperLightningFallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system RisingFlamesA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | This custom render path shader needs to have at least 1 passes.
sons-of-the-forest-dedicated-server  | Could not find material Hidden/VideoDecode. Make sure the Video shaders are included in your build, in the Built-in Shader Settings section of the Graphics Settings.
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass YCbCr_To_RGB1 in shader <not found>
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass YCbCrA_To_RGBAFull in shader <not found>
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass YCbCrA_To_RGBA in shader <not found>
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass Flip_RGBA_To_RGBA in shader <not found>
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass Flip_RGBASplit_To_RGBA in shader <not found>
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass Flip_NV12_To_RGB1 in shader <not found>
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass Flip_NV12_To_RGBA in shader <not found>
sons-of-the-forest-dedicated-server  | This custom render path shader needs to have at least 1 passes.
sons-of-the-forest-dedicated-server  | Could not find material Hidden/VideoComposite. Make sure the Video shaders are included in your build, in the Built-in Shader Settings section of the Graphics Settings.
sons-of-the-forest-dedicated-server  | Could not find video decode shader pass Default in shader <not found>
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 75
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 75
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripCenter on particle system DripsB. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripCenter on particle system DripsB. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripCenter on particle system DripsB. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripCenter on particle system DripsB. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FlameLicksA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripMain on particle system DripsA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripMain on particle system DripsA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripMain on particle system DripsA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodDripMain on particle system DripsA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh LeafParticleMesh on particle system KnightVFXLeaf. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodWellingMesh on particle system BloodDrips (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodWellingMesh on particle system BloodDrips (3). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodWellingMesh on particle system BloodDrips (2). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh BloodWellingMesh on particle system BloodDrips. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh CaveRockCMeshFX on particle system FallingSand. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 76
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA4. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (2). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (2). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (2). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (2). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (5). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (5). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (3). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (3). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (3). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (3). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA2. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (4). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (4). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (2). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (2). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (5). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (5). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (5). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (5). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (3). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (3). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (4). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (4). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (4). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (4). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA3. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA5. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh pPlane1 on particle system FireParticleSimpleA (1). Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | No mesh data available for mesh simpleSphere on particle system Sparks. Make sure Read/Write Enabled is set in the importer to work on the particle system renderer
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 77
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 77
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 77
sons-of-the-forest-dedicated-server  | #DSL Loading progress: 77
sons-of-the-forest-dedicated-server  | /usr/bin/servermanager.sh: line 84:   125 Killed                  wine64 /sonsoftheforest/SonsOfTheForestDS.exe -userdatapath $USERDATA_PATH
sons-of-the-forest-dedicated-server exited with code 0
jammsen commented 1 month ago

Found the problem, my WSL config was to much ressource tight 😄

I did some general fixing, cleanup and changed the base image from Debian 11 to 12. (Also added a feature toggle for Network-Check-Skipping)

Works all fine for me, maybe try this version again.

jStimpert0430 commented 1 month ago

I'm also running into this exact issue on ubuntu 24 LTS

sotf-server | ERROR! Failed to install app '2465200' (Missing file permissions)

However, mine is from a fresh install inside a container, not upgraded. All of the folders exist, my yaml is identical to G-dolan's and my file permissions are indeed set on each of the mapped folders.

edit: creating the docker folders as root seems as suggested in another thread seemed to have fixed the permission issue for me.

jammsen commented 1 month ago

I'm also running into this exact issue on ubuntu 24 LTS

sotf-server | ERROR! Failed to install app '2465200' (Missing file permissions)

However, mine is from a fresh install inside a container, not upgraded. All of the folders exist, my yaml is identical to G-dolan's and my file permissions are indeed set on each of the mapped folders.

edit: creating the docker folders as root seems as suggested in another thread seemed to have fixed the permission issue for me.

Following the README should help with that yes. Yesterday i pushed an update also.

jammsen commented 2 weeks ago

Closed because of inactivity