Bug when launching games

Issue #7282 new
Retro Viking created an issue

Started happening recently. nothing altered or changed.

Access is denied.

App: LaunchBox
Version: 12.14
Type: System.ComponentModel.Win32Exception
Site: Microsoft.Win32.SafeHandles.SafeProcessHandle OpenProcess(Int32, Int32, Boolean)
Source: System.Diagnostics.Process

at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
at System.Diagnostics.NtProcessManager.GetModules(Int32 processId, Boolean firstModuleOnly)
at System.Diagnostics.NtProcessManager.GetFirstModule(Int32 processId)
at System.Diagnostics.Process.get_MainModule()
at Unbroken.LaunchBox.Windows.Integrations.ObsStudio.<>c__DisplayClass2_0.LogoutConcreteHelper(Object )
at Unbroken.LaunchBox.Windows.Integrations.ObsStudio.<>c__DisplayClass2_0.AwakeTransformerResolver(Process p)
at System.Linq.Enumerable.Any[TSource](IEnumerable1 source, Func2 predicate)
at Unbroken.LaunchBox.Windows.Integrations.ObsStudio.PrepareBeforeGameLaunch()
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.MainViewModel.PlayGame(IGame g, IAdditionalApplication a, IEmulator e, String commandLine)
at ProcessList.CollectFailureException(Object , IGame g, IAdditionalApplication a, IEmulator e, String commandLine, ProcessList )
at Unbroken.LaunchBox.Windows.Desktop.ViewModels.BoxesContentViewModel.<>c.QueryInvalidDispatcher(Object sender, MouseButtonEventArgs args)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.Control.OnPreviewMouseDoubleClick(MouseButtonEventArgs e)
at System.Windows.Controls.Control.HandleDoubleClick(Object sender, MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Recent Log:

15:36:52 Exception

Comments (1)

  1. Christian

    Could you explain what you were doing in the app when you got this error? Looks to be caused by some sort of OBS integration functionality.

  2. Log in to comment