Its always crashed 5-15 minutes into a raid, or in the lobby sorting items 1 time which I think was unrelated. So its not in generation, but it could be because a certain type of AI spawns in mid raid and that kills the game?
[Client Request] /client/game/keepalive
This is what it looks like to me when KeepAlive keeps running, and when new bots are added, the game crashes.
The solution that helped me.
----
SPT_Data/Server/database/settings.json
---
I am set for the test to:
"KeepAliveInterval": 140000,
"LobbyKeepAliveInterval": 1000,
After that, I had no more issues with crashing.
Maybe it will help you too.