Error 1

Issue #6555 new
David B. created an issue

Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.

App: LaunchBox
Version: 12.5-beta-4
Type: System.InvalidOperationException
Site: Boolean Remove(T)
Source: System.Collections

at System.Collections.Generic.HashSet1.Remove(T item) at Unbroken.LaunchBox.Search.EmuMovies.SearchParameters.RemoveGame(String gameId) at Unbroken.LaunchBox.Windows.Processes.ImageDownloader.SearchAspectAdvisor(Object reference, Func1 cont, Action2 state, Action4 asset2, Action2 counter3) at DispatcherObserver.FindInvalidComposer(String reference, Func1 cont, Action2 state, Action4 asset2, Action2 counter3, DispatcherObserver ) at Unbroken.LaunchBox.Windows.Processes.ImageDownloader.ProcessQueue(Func1 isCancelled, String activeImageGroup, Action2 onIndeterminateUpdate, Action4 onUpdateAction, Action`2 onGameImageDownloaded)
at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c.StartStatementBridge()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CancelAspectRules(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.VerifyAspectIssuer()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

Recent Log:

1:48:10 AM Exception

Comments (0)

  1. Log in to comment