Open Irokaiser opened 1 week ago
Encountered again, seemingly every 24 Hours.
Try this: within the time update method, add a try-catch block around where the time's Add method is called at in order to catch any ArgumentOutOfRangeException and reset the sGameTime to DateTime.Now if an exception occurs (this should prevent the server from crashing due to un-representable DateTime values).
https://diffy.org/diff/534a44ab91df4
Thanks for reporting, let us know if that ^ helps !
Description
After running the server for ~24 hours this exception is thrown and the server shuts down.
Latest Intersect Build with no custom edits.
Steps to Reproduce
Version with bug
0.8.0-beta.239
Last version that worked well
0.7.0 I think
Affected platforms
Linux, I was not able test on other platforms
Did you find any workaround?
No response
Relevant log output