Advertisement
Guest User

crash

a guest
Oct 2nd, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. Unhandled Exception: Libronix.Utility.Windows.Converters.MethodBehaviorConverter+MethodBehaviorConverterException: Exception executing LDLS4.Panels.ResourcePanel.ReadAloudResourceViewComponent.ExecuteReadAloudAction ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  2. at System.Speech.Internal.ObjectTokens.SAPICategories.DefaultDeviceOut()
  3. at System.Speech.Internal.Synthesis.VoiceSynthesis..ctor(WeakReference speechSynthesizer)
  4. at System.Speech.Synthesis.SpeechSynthesizer.get_VoiceSynthesizer()
  5. at Libronix.DigitalLibrary.StandardResourceDisplayReadAloudViewModel.StartReadAloudCore()
  6. at LDLS4.Pods.AudioPlayerPod.AudioPlayerModel.Play()
  7. at LDLS4.Pods.AudioPlayerPod.AudioPlayerModel.ReadWithOSNarration(ReadAloudResourceViewComponent component, ReadAloudViewModel readAloud)
  8. at LDLS4.Pods.AudioPlayerPod.AudioPlayerModel.ReadFromAudioResource(ReadAloudResourceViewComponent component, String resourceId, DataTypeReference reference, ReadAloudViewModel readAloud)
  9. at LDLS4.Pods.AudioPlayerPod.AudioPlayerModel.ToggleAudioPlayback(ReadAloudResourceViewComponent component, ReadAloudViewModel readAloud, String currentResourceId, DataTypeReference reference)
  10. at LDLS4.Panels.ResourcePanel.ReadAloudResourceViewComponent.ExecuteReadAloudAction()
  11. --- End of inner exception stack trace ---
  12. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  13. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  14. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  15. at Libronix.Utility.Windows.Converters.MethodBehaviorConverter.TryInvoke(MethodBase method, Object obj, Object[] aobjParams)
  16. --- End of inner exception stack trace ---
  17. at Libronix.Utility.Windows.Converters.MethodBehaviorConverter.TryInvoke(MethodBase method, Object obj, Object[] aobjParams)
  18. at Libronix.Utility.Windows.Converters.MethodBehaviorConverter.<>c__DisplayClass0_1.<Convert>b__0()
  19. at Libronix.Utility.Windows.Behavior.Execute()
  20. at Libronix.Utility.Windows.Behavior.Libronix.Utility.Windows.IBehavior.Execute(Object parameter)
  21. at Libronix.Utility.Windows.CommandUtility.<>c__DisplayClass87_0.<CreateCommandBindingForBehavior>b__0(Object sender, ExecutedRoutedEventArgs e)
  22. at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
  23. at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
  24. at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  25. at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  26. at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
  27. at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
  28. at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
  29. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  30. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  31. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  32. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  33. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  34. at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
  35. at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
  36. at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
  37. at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
  38. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  39. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  40. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  41. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  42. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  43. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  44. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  45. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  46. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  47. at System.Windows.Threading.DispatcherOperation.Invoke()
  48. at System.Windows.Threading.Dispatcher.ProcessQueue()
  49. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  50. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  51. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  52. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  53. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  54. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  55. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  56. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  57. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  58. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  59. at System.Windows.Application.RunDispatcher(Object ignore)
  60. at System.Windows.Application.RunInternal(Window window)
  61. at System.Windows.Application.Run(Window window)
  62. at LDLS4.OurApp.InitializeAndRun(ReadOnlyCollection`1 listArgs, SingleInstanceManager sim, Scope telemetryStep)
  63. at LDLS4.OurApp.Main(String[] astrArgs)
  64. wine: Unhandled exception 0xe0434352 in thread c4 at address 7B00EB94 (thread 00c4), starting debugger...
  65. 0020:fixme:x11settings:X11DRV_ChangeDisplaySettingsEx Changing non-primary adapter L"\\\\.\\DISPLAY2" settings is currently unsupported.
  66. winedbg: Internal crash at 0x7bc76dea
  67. 0240:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
  68. 0240:fixme:ver:GetCurrentPackageId (0031FE94 00000000): stub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement