Index was out of range

Issue #6565 resolved
michael payne created an issue

Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')

App: LaunchBox
Version: 12.5
Type: System.ArgumentOutOfRangeException
Site: Void ThrowArgumentOutOfRange_IndexException()
Source: System.Private.CoreLib

at System.Linq.Enumerable.WhereListIterator1.ToList() at Unbroken.LaunchBox.Windows.Desktop.MenuActions.DownloadMetadataAndMediaMenuAction.<>c__DisplayClass9_1.AddAbstractAccount(Game game) at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass7_11.ConcatInvalidInvocation()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

2:08:01 PM Exception

Comments (2)

  1. Christian

    Thanks for the report. I was able to locate the probable cause of this issue and a code change for it will be in 12.6 beta 2.

  2. Log in to comment