GameServerManagers / GameServerManagers/LinuxGSM
[Bug]: Rust server crushes on generating fresh map
- Dominant language
- Shell
- Stars
- 4.9k
- Forks
- 864
- PR merge metrics
- No merged PRs in 30d
Description
### User story
As a server administrator i can't properly run Rust server
### Game
Rust
### Linux distro
Ubuntu 20.04
### Command
command: start
### Further information
Can't start the server as it stops on generating fresh world. I think i could do that like a year ago on same configuration
### Relevant log output
```shell
rustserver-game.log
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?
Asset Warmup (7727/11458)
Asset Warmup (7978/11458)
Asset Warmup (8102/11458)
Couldn't create a Convex Mesh from source mesh "rocking_chair_variant2_LOD0" within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.
Asset Warmup (8172/11458)
Asset Warmup (8337/11458)
Asset Warmup (8496/11458)
Asset Warmup (8799/11458)
Asset Warmup (9008/11458)
Asset Warmup (9058/11458)
Asset Warmup (9110/11458)
Asset Warmup (9226/11458)
Asset Warmup (9273/11458)
The referenced script on this Behaviour (Game Object '') is missing!
The referenced script on this Behaviour (Game Object '') is missing!
The referenced script on this Behaviour (Game Object 'effect - FXAA') is missing!
The referenced script on this Behaviour (Game Object 'effect - FXAA') is missing!
Asset Warmup (9404/11458)
Asset Warmup (9630/11458)
Asset Warmup (9844/11458)
Asset Warmup (10108/11458)
Asset Warmup (10288/11458)
Asset Warmup (10508/11458)
Asset Warmup (10658/11458)
Asset Warmup (10837/11458)
Asset Warmup (11117/11458)
Asset Warmup (11311/11458)
Asset Warmup (11342/11458)
Asset Warmup (11351/11458)
Asset Warmup (11392/11458)
Asset Warmup (11435/11458)
The referenced script (ModelViewer.modelviewer) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object '') is missing!
The referenced script on this Behaviour (Game Object '') is missing!
The referenced script (ModelViewer.modelviewer) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object 'ModelViewerCamera') is missing!
Asset Warmup (11458/11458)
WebSocket RCon Started on 28016
Generating procedural map of size 3000 with seed 1463844798
[2.1s] Height Map
[0.4s] Biome Map
[1.9s] Topology Map
[0.5s] Splat Map
[18.6s] Harbors
[4.9s] Fishing Villages
[4.9s] Desert Military
[3.6s] Arctic Bases
[111.0s] Main Monuments
```
rustserver-console.log
```
[UnityMemory] Configuration Parameters - Can be set up in boot.config
"memorysetup-bucket-allocator-granularity=16"
"memorysetup-bucket-allocator-bucket-count=8"
"memorysetup-bucket-allocator-block-size=4194304"
"memorysetup-bucket-allocator-block-count=1"
"memorysetup-main-allocator-block-size=16777216"
"memorysetup-thread-allocator-block-size=16777216"
"memorysetup-gfx-main-allocator-block-size=16777216"
"memorysetup-gfx-thread-allocator-block-size=16777216"
"memorysetup-cache-allocator-block-size=4194304"
"memorysetup-typetree-allocator-block-size=2097152"
"memorysetup-profiler-bucket-allocator-granularity=16"
"memorysetup-profiler-bucket-allocator-bucket-count=8"
"memorysetup-profiler-bucket-allocator-block-size=4194304"
"memorysetup-profiler-bucket-allocator-block-count=1"
"memorysetup-profiler-allocator-block-size=16777216"
"memorysetup-profiler-editor-allocator-block-size=1048576"
"memorysetup-temp-allocator-size-main=4194304"
"memorysetup-job-temp-allocator-block-size=2097152"
"memorysetup-job-temp-allocator-block-size-background=1048576"
"memorysetup-job-temp-allocator-reduction-small-platforms=262144"
"memorysetup-temp-allocator-size-background-worker=32768"
"memorysetup-temp-allocator-size-job-worker=262144"
"memorysetup-temp-allocator-size-preload-manager=262144"
"memorysetup-temp-allocator-size-nav-mesh-worker=65536"
"memorysetup-temp-allocator-size-audio-worker=65536"
"memorysetup-temp-allocator-size-cloud-worker=32768"
"memorysetup-temp-allocator-size-gfx=262144"
```
```
### Steps to reproduce
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.