Error downloading NeoGeo Images

Issue #8830 resolved
Randall Stroup 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:

9:51:03 PM Exception

Comments (1)

  1. brian

    This should be resolved in the latest beta of LaunchBox.

    You can update to the beta by going to Tools > Options > General > Updates, or you can wait for the official release.

  2. Log in to comment