Unable to cast object of type 'Unbroken.LaunchBox.Themes.ThemeScreenshot' to type 'Unbroken.LaunchBox.Windows.Themes.ThemeScreenshot'.

Issue #7363 resolved
Tom Chalmers created an issue

Unable to cast object of type 'Unbroken.LaunchBox.Themes.ThemeScreenshot' to type 'Unbroken.LaunchBox.Windows.Themes.ThemeScreenshot'.

App: Big Box
Version: 13.0-beta-1
Type: System.InvalidCastException
Site: Boolean MoveNext()
Source: System.Linq

at System.Linq.Enumerable.CastIterator[TResult](IEnumerable source)+MoveNext()
at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable1 source, Int32& length) at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.GetEnumerator()+MoveNext()
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeDetailsViewModel.GetTag(Object )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeDetailsViewModel..ctor(Theme theme, ThemeManagerViewModel themeManagerViewModel)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeManagerViewModel.set_Themes(BindableCollection1 value) at ModelProcess.CompareWorker(Object , BindableCollection1 value, ModelProcess )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeManagerViewModel.OnEnter()
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeManagerViewModel.<>c__DisplayClass43_0.ConnectSessionIssuer(Object )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeManagerViewModel.<>c__DisplayClass43_0.SelectDic()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeManagerViewModel.<>c__DisplayClass43_0.PrepareSessionIssuer(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.ThemeManagerViewModel.<>c__DisplayClass43_0.ListDic()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.RestartIterableConnection(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CompareFocusConfig()
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:

13:15:51 Exception

Comments (4)

  1. Christian

    Thanks for this report. I've identified the cause of the issue and have it corrected internally. The resolution will be in 13.0 beta 2 release. Appreciate you taking the time to let us know.

  2. Log in to comment