Game > Settings > Crash reports

For some reason my servers crash with regular intervalls.
I have no idea whats causing the crashing and it’s rather hard to findout since no data can be uploaded once the server crash… …Because it crashed.

Thats why I suggest that the server log gets saved every time a server crash.
These logs would then be found under Game > Settings > Crash reports

How else will I findout what’s causing the crashing?

3 Likes

Have you checked for memory leakage and/or infinite loops without yield?

I’ve checked loops, but I have no idea how memory leakage would even be possible…

I’m not sure whether a log of the server’s Lua console will tell you anything. The cause for a server crash wouldn’t end up there, because if it is an error in your code then it would just cause that script to fail, not the entire server.

It is most likely a memory issue (as infinite loops should already be interrupted after a while automatically), and memory issues would not be reported in the Lua console, so this feature would not really help you in that regard.

1 Like

Relevant post from the past: Server Crash Logs