6.12 beta 1 - moving between platforms exception error

Issue #1746 resolved
Carl Paulino created an issue

win10 x64, LB mode (not BB). after upgrading to 6.12 beta 1 i keep getting the following exception when switching between Platforms: System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List1.Enumerator.MoveNextRare() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at LaunchBox.Controls.GamesControlBase.get_GameGuis() at (ImageCacheUpdateStack , ImageCacheUpdateStack ) at LaunchBox.Caching.ImageCache.UpdateImages(ImageCacheUpdateStack updateStack, ImageCacheUpdateStack loadStack) at LaunchBox.Caching.ImageCache.<>c.<Initialize>b__9_0() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

Comments (3)

  1. Log in to comment