Netplay.

Issue #5763 new
Mike Williams created an issue

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

App: LaunchBox
Version: 11.8
Type: System.InvalidOperationException
Site: Void VerifyAccess()
Source: WindowsBase

at System.Windows.Threading.Dispatcher.VerifyAccess()
at System.Windows.Window.get_CriticalHandle()
at System.Windows.Interop.WindowInteropHelper.get_CriticalHandle()
at System.Windows.Interop.WindowInteropHelper.get_Handle()
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxEx.InterruptHttpRules(Object )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxEx.Show(Window ownerWindow, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defResult)
at MethodParameter.NewHttpConfiguration(Window ownerWindow, String text, String caption, MessageBoxButton buttons, MessageBoxImage icon, MessageBoxResult defResult, MethodParameter )
at Unbroken.LaunchBox.Windows.Desktop.MessageBoxManager.ShowError(Window window, String error)
at ConsumerParameter.NewHttpConfiguration(Window window, String error, ConsumerParameter )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.RetroarchNetplayViewModel.ForgotDrivenError()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CustomizeFocusAccount(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.InterruptMetaDefinition()
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:

21:51:53 Exception

Comments (5)

  1. Mike Williams reporter

    right clicked sensible soccer ( PS1) and pressed start netplay. sensi works fine btw.

  2. Christian

    Yeah, this error happens because of threading which can make the error REALLY spotty. I’ll leave the ticket open for now because there probably is something somewhere that needs tweaked even though you aren’t consistently seeing the issue.

  3. Log in to comment