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

Issue #6551 resolved
Jhun Francisco created an issue
  • How often the issue occurs - everytime
  • Steps to reproduce the issue if you are able to reproduce it - when updating Capcom Playsystem 1 metadata and media, when on downloading the images this error appears.

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

at System.Collections.Generic.List1.RemoveAt(Int32 index) at Unbroken.LaunchBox.Windows.Desktop.MenuActions.DownloadMetadataAndMediaMenuAction.<>c__DisplayClass8_1.AddFocusComparator(Game game) at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass7_11.NewIdentifiableWriter()
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:

12:10:31 am Exception

Comments (2)

  1. Jhun Francisco reporter

    I think the problem is with folder permission, i changed the read-only attribute for the images, core, and videos and it went well. It’s weird that windows keeps on making this folder a read-only.

  2. Log in to comment