System.InvalidOperationException LaunchBox 11.12-beta-2

Issue #6101 resolved
Chad Wright created an issue

The calling thread cannot access this object because a different thread owns it.

App: LaunchBox
Version: 11.12-beta-2
Type: System.InvalidOperationException
Site: Void VerifyAccess()
Source: WindowsBase

at System.Windows.Threading.Dispatcher.VerifyAccess()
at System.Windows.DependencyObject.GetValue(DependencyProperty dp)
at System.Windows.NameScope.GetNameScope(DependencyObject dependencyObject)
at System.Windows.NameScope.NameScopeFromObject(Object obj)
at System.Windows.FrameworkElement.FindScope(DependencyObject d, DependencyObject& scopeOwner)
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.WizardViewModel.NextPage()
at PublisherAdvisor.CancelInvalidMethod(Object , PublisherAdvisor )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.BulkEditPlatformChangeViewModel.Continue()
at PublisherAdvisor.CancelInvalidMethod(Object , PublisherAdvisor )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.BulkEditPlatformChangeViewModel.ReadReadableTests()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CalcGenericState()
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:

12:52:38 PM Exception

I have attached a screenshot of when the error occurred. I had, about, 6 Famicom Disk System roms that were categorized under NES. I performed a bulk edit operation to change the platform of these entries. While it was copying over the game media that I already had downloaded, I received this error. I was not able to recover and I had to close the program through Task Manager./

Comments (1)

  1. Christian

    Thanks for this report. We have a code change in place for this error already that will be put out in 11.12 beta-3.

  2. Log in to comment