running a dedicated server on a Windows 11 machine on a home network. Server runs well for a while and then crashes with no warning and no error code. Log file shows a list of errors all simply saying unknown function:
[2026.04.28-09.19.12:157][683]LogOutputDevice: Error: [Callstack] 0x00007ff6bb3d994e WindroseServer-Win64-Shipping.exe!UnknownFunction []
[2026.04.28-09.19.12:157][683]LogOutputDevice: Error: [Callstack] 0x00007ff9b662e8d7 KERNEL32.DLL!UnknownFunction []
[2026.04.28-09.19.12:157][683]LogOutputDevice: Error: [Callstack] 0x00007ff9b6fac3fc ntdll.dll!UnknownFunction []
[2026.04.28-09.19.12:157][683]LogOutputDevice: Error:
Just before that it shows: Slow task. Task was finished in 928 ms. Commit transaction
The database is struggling to commit a save taking nearly a second for what should be instant. That suggests the RocksDB database is getting bloated over time.
also:
Physics material from hit result not found in the params
This fires every time a projectile hits something and can't find the right physics material. It's repeating over and over.