Source array was not long enough.

Issue #8859 resolved
Kari P (n3rdg1rl) created an issue

Source array was not long enough. Check the source index, length, and the array's lower bounds. (Parameter 'sourceArray')

App: LaunchBox
Version: 13.12
Theme: Default
Type: System.ArgumentException
Site: Void Copy(System.Array, Int32, System.Array, Int32, Int32, Boolean)
Source: System.Private.CoreLib

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.List1.CopyTo(T[] array, Int32 arrayIndex) at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at Unbroken.LaunchBox.Windows.Processes.BulkImageDownloader.ProcessQueue(Func1 getIsCancelled, String activeImageGroup, Action2 onIndeterminateUpdate, Action4 onUpdateAction, Action`2 onGameImageDownloaded)
at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c.LogoutObservableToken()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.WriteTransactionalWrapper()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

Recent Log:

10:40:34 PM Exception

Comments (1)

  1. brian

    This should be fixed in the latest beta.

    You can find options to opt into the beta by going to Tools > Options > General > Updates

    or you can wait for the official release, which should come out in the coming week.

  2. Log in to comment