-
10th January 2015
Post #1
July 2013
37 Posts
Hi,
We're setting up some Rust Experimental servers, but are running into issues. After a few hours of running, the Rust server will crash. We can see that there's a bunch of errors in the logs.
This is being spammed
Log.Exception.txt
ArgumentOutOfRangeException: < 0
Parameter name: totalWidth
System.String.PadLeft (Int32 totalWidth, Char paddingChar)
System.String.PadLeft (Int32 totalWidth)
ServerConsole.UpdateStatus ()
ServerConsole.Update ()
Log.Log.txt
ArgumentOutOfRangeException: < 0
Parameter name: totalWidth
There's currently more than 8500 lines of that error in Log.Log.txt after the server has been running for about 60 minutes.
Can anyone point me in direction of the problem?
Thanks in advance!