Launchbox Crashing almost as soon as it starts up

Issue #6185 resolved
Abdulla Al-Mutawa created an issue

After opening Launchbox, it crashes after a couple of minutes while it’s searching EmuMovies for Nintendo Wii U media, I tried to cancel scraping, but it will crash.

On beta 3

Comments (5)

  1. Abdulla Al-Mutawa reporter

    Specified argument was out of the range of valid values. (Parameter 'toExclusive')

    App: LaunchBox
    Version: 11.13-beta-3
    Type: System.ArgumentOutOfRangeException
    Site: System.Collections.Concurrent.OrderablePartitioner1[System.Tuple2[System.Int32,System.Int32]] Create(Int32, Int32)
    Source: System.Collections.Concurrent

    at System.Collections.Concurrent.Partitioner.Create(Int32 fromInclusive, Int32 toExclusive)
    at Unbroken.LaunchBox.Windows.Threading.ForEach[T](IEnumerable1 collection, Action1 action)
    at Unbroken.LaunchBox.Windows.Processes.ImageDownloader.UpdateEmuMoviesDownloads(Func1 cancel, Action2 reportProgress, QueueItem currentQueueItem)
    at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c__DisplayClass0_0.InsertMetaError()
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.AssetMultipartInstance(Object )
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.IncludeTransactionItem()
    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.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()

    Recent Log:

    3:36:14 PM Exception

  2. Abdulla Al-Mutawa reporter

    pecified argument was out of the range of valid values. (Parameter 'toExclusive')

    App: LaunchBox
    Version: 11.13-beta-3
    Type: System.ArgumentOutOfRangeException
    Site: System.Collections.Concurrent.OrderablePartitioner1[System.Tuple2[System.Int32,System.Int32]] Create(Int32, Int32)
    Source: System.Collections.Concurrent

    at System.Collections.Concurrent.Partitioner.Create(Int32 fromInclusive, Int32 toExclusive)
    at Unbroken.LaunchBox.Windows.Threading.ForEach[T](IEnumerable1 collection, Action1 action)
    at Unbroken.LaunchBox.Windows.Processes.ImageDownloader.UpdateEmuMoviesDownloads(Func1 cancel, Action2 reportProgress, QueueItem currentQueueItem)
    at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c__DisplayClass0_0.InsertMetaError()
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.AssetMultipartInstance(Object )
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.IncludeTransactionItem()
    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.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()

    Recent Log:

    3:43:52 PM Exception

  3. Christian

    Thanks for this. I believe I have found the cause of this and it will be corrected in the next beta release. In the meantime you can do the following to get rid of this error:
    Close LaunchBox (ensure it is completely closed, not to system tray)
    Navigate to your \\LaunchBox\Data\ folder
    Delete the ImageQueue.xml file
    Reopen LaunchBox.

    This will remove the queued downloads and allow you to start up LaunchBox normally.

  4. Log in to comment