Closed brammmers closed 11 months ago
This is a weird one, coming from .net framework code.
As you reported it did not crash the whole process, I am comfortable making no fix at this time. If this is seen again - I will investigate further and fix it.
What happened?
opened new build, loaded game from save into Solo mode
Version
1.0.0.0+0b7ffd287e7193e796d545208d8cd72b260e1983
Exception message
Destination array was not long enough. Check the destination index, length, and the array's lower bounds. (Parameter 'destinationArray')
Exception stack
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length) at System.Collections.Generic.List
1.CopyTo(T[] array, Int32 arrayIndex) at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable
1 source, Int32& length) at System.Linq.Buffer1..ctor(IEnumerable
1 source) at System.Linq.OrderedEnumerable`1.GetEnumerator()+MoveNext() at SrvSurvey.game.SystemData.getDssRemainingNames() at SrvSurvey.PlotSysStatus.OnPaintBackground(PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)Contact Details
No response
Relevant log output