Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 19.28 KB | None | 0 0
  1. Error Message: Exception has been thrown by the target of an invocation.
  2.  
  3. Stack Trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  4.    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  5.    at System.Delegate.DynamicInvokeImpl(Object[] args)
  6.    at System.Speech.Internal.AsyncSerializedWorker.WorkerProc(Object ignored)
  7.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  8.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  9.    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  10.    at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  11.    at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  12.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  15.    at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  16.    at System.Windows.Threading.DispatcherOperation.Invoke()
  17.    at System.Windows.Threading.Dispatcher.ProcessQueue()
  18.    at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  19.    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  20.    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  21.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  22.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  23.    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  24.    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  25.    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  26.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  27.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  28.    at System.Windows.Application.RunDispatcher(Object ignore)
  29.    at System.Windows.Application.RunInternal(Window window)
  30.    at System.Windows.Application.Run(Window window)
  31.    at System.Windows.Application.Run()
  32.    at jarvisWPF.App.Main()
  33. Error Message: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  34.  
  35. Stack Trace:    at System.Management.ThreadDispatch.Start()
  36.    at System.Management.ManagementScope.Initialize()
  37.    at System.Management.ManagementObject.Initialize(Boolean getObject)
  38.    at System.Management.ManagementClass.GetInstances(EnumerationOptions options)
  39.    at System.Management.ManagementClass.GetInstances()
  40.    at jarvisWPF.Classes.Misc.FingerPrint.identifier(String wmiClass, String wmiProperty)
  41.    at jarvisWPF.Classes.Misc.FingerPrint.cpuId()
  42.    at jarvisWPF.Classes.Misc.FingerPrint.Value()
  43.    at jarvisWPF.PublicClass.CheckUID()
  44.    at jarvisWPF.Classes.Speech.Synthesizer.InitializeRecognizer(String& LastSpokenPhrase, Boolean& OnlineAndReady, Boolean& SpokenOnlineAndReady)
  45.    at jarvisWPF.Classes.Speech.Synthesizer.Synthesizer_SpeakCompletedAsync(Object sender, SpeakCompletedEventArgs e)
  46.    at System.Speech.Internal.Synthesis.VoiceSynthesis.FireSpeakCompleted(Object sender, SpeakCompletedEventArgs e)
  47. Error Message: Exception has been thrown by the target of an invocation.
  48.  
  49. Stack Trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  50.    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  51.    at System.Delegate.DynamicInvokeImpl(Object[] args)
  52.    at System.Speech.Internal.AsyncSerializedWorker.WorkerProc(Object ignored)
  53.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  54.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  55.    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  56.    at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  57.    at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  58.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  59.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  60.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  61.    at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  62.    at System.Windows.Threading.DispatcherOperation.Invoke()
  63.    at System.Windows.Threading.Dispatcher.ProcessQueue()
  64.    at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  65.    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  66.    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  67.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  68.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  69.    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  70.    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  71.    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  72.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  73.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  74.    at System.Windows.Application.RunDispatcher(Object ignore)
  75.    at System.Windows.Application.RunInternal(Window window)
  76.    at System.Windows.Application.Run(Window window)
  77.    at System.Windows.Application.Run()
  78.    at jarvisWPF.App.Main()
  79. Error Message: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  80.  
  81. Stack Trace:    at System.Management.ThreadDispatch.Start()
  82.    at System.Management.ManagementScope.Initialize()
  83.    at System.Management.ManagementObject.Initialize(Boolean getObject)
  84.    at System.Management.ManagementClass.GetInstances(EnumerationOptions options)
  85.    at System.Management.ManagementClass.GetInstances()
  86.    at jarvisWPF.Classes.Misc.FingerPrint.identifier(String wmiClass, String wmiProperty)
  87.    at jarvisWPF.Classes.Misc.FingerPrint.cpuId()
  88.    at jarvisWPF.Classes.Misc.FingerPrint.Value()
  89.    at jarvisWPF.PublicClass.CheckUID()
  90.    at jarvisWPF.Classes.Speech.Synthesizer.InitializeRecognizer(String& LastSpokenPhrase, Boolean& OnlineAndReady, Boolean& SpokenOnlineAndReady)
  91.    at jarvisWPF.Classes.Speech.Synthesizer.Synthesizer_SpeakCompletedAsync(Object sender, SpeakCompletedEventArgs e)
  92.    at System.Speech.Internal.Synthesis.VoiceSynthesis.FireSpeakCompleted(Object sender, SpeakCompletedEventArgs e)
  93. Error Message: Exception has been thrown by the target of an invocation.
  94.  
  95. Stack Trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  96.    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  97.    at System.Delegate.DynamicInvokeImpl(Object[] args)
  98.    at System.Speech.Internal.AsyncSerializedWorker.WorkerProc(Object ignored)
  99.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  100.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  101.    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  102.    at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  103.    at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  104.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  105.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  106.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  107.    at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  108.    at System.Windows.Threading.DispatcherOperation.Invoke()
  109.    at System.Windows.Threading.Dispatcher.ProcessQueue()
  110.    at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  111.    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  112.    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  113.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  114.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  115.    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  116.    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  117.    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  118.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  119.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  120.    at System.Windows.Application.RunDispatcher(Object ignore)
  121.    at System.Windows.Application.RunInternal(Window window)
  122.    at System.Windows.Application.Run(Window window)
  123.    at System.Windows.Application.Run()
  124.    at jarvisWPF.App.Main()
  125. Error Message: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  126.  
  127. Stack Trace:    at System.Management.ThreadDispatch.Start()
  128.    at System.Management.ManagementScope.Initialize()
  129.    at System.Management.ManagementObject.Initialize(Boolean getObject)
  130.    at System.Management.ManagementClass.GetInstances(EnumerationOptions options)
  131.    at System.Management.ManagementClass.GetInstances()
  132.    at jarvisWPF.Classes.Misc.FingerPrint.identifier(String wmiClass, String wmiProperty)
  133.    at jarvisWPF.Classes.Misc.FingerPrint.cpuId()
  134.    at jarvisWPF.Classes.Misc.FingerPrint.Value()
  135.    at jarvisWPF.PublicClass.CheckUID()
  136.    at jarvisWPF.Classes.Speech.Synthesizer.InitializeRecognizer(String& LastSpokenPhrase, Boolean& OnlineAndReady, Boolean& SpokenOnlineAndReady)
  137.    at jarvisWPF.Classes.Speech.Synthesizer.Synthesizer_SpeakCompletedAsync(Object sender, SpeakCompletedEventArgs e)
  138.    at System.Speech.Internal.Synthesis.VoiceSynthesis.FireSpeakCompleted(Object sender, SpeakCompletedEventArgs e)
  139. Error Message: Exception has been thrown by the target of an invocation.
  140.  
  141. Stack Trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  142.    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  143.    at System.Delegate.DynamicInvokeImpl(Object[] args)
  144.    at System.Speech.Internal.AsyncSerializedWorker.WorkerProc(Object ignored)
  145.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  146.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  147.    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  148.    at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  149.    at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  150.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  151.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  152.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  153.    at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  154.    at System.Windows.Threading.DispatcherOperation.Invoke()
  155.    at System.Windows.Threading.Dispatcher.ProcessQueue()
  156.    at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  157.    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  158.    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  159.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  160.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  161.    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  162.    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  163.    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  164.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  165.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  166.    at System.Windows.Application.RunDispatcher(Object ignore)
  167.    at System.Windows.Application.RunInternal(Window window)
  168.    at System.Windows.Application.Run(Window window)
  169.    at System.Windows.Application.Run()
  170.    at jarvisWPF.App.Main()
  171. Error Message: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  172.  
  173. Stack Trace:    at System.Management.ThreadDispatch.Start()
  174.    at System.Management.ManagementScope.Initialize()
  175.    at System.Management.ManagementObject.Initialize(Boolean getObject)
  176.    at System.Management.ManagementClass.GetInstances(EnumerationOptions options)
  177.    at System.Management.ManagementClass.GetInstances()
  178.    at jarvisWPF.Classes.Misc.FingerPrint.identifier(String wmiClass, String wmiProperty)
  179.    at jarvisWPF.Classes.Misc.FingerPrint.cpuId()
  180.    at jarvisWPF.Classes.Misc.FingerPrint.Value()
  181.    at jarvisWPF.PublicClass.CheckUID()
  182.    at jarvisWPF.Classes.Speech.Synthesizer.InitializeRecognizer(String& LastSpokenPhrase, Boolean& OnlineAndReady, Boolean& SpokenOnlineAndReady)
  183.    at jarvisWPF.Classes.Speech.Synthesizer.Synthesizer_SpeakCompletedAsync(Object sender, SpeakCompletedEventArgs e)
  184.    at System.Speech.Internal.Synthesis.VoiceSynthesis.FireSpeakCompleted(Object sender, SpeakCompletedEventArgs e)
  185. Error Message: Exception has been thrown by the target of an invocation.
  186.  
  187. Stack Trace:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  188.    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  189.    at System.Delegate.DynamicInvokeImpl(Object[] args)
  190.    at System.Speech.Internal.AsyncSerializedWorker.WorkerProc(Object ignored)
  191.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  192.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  193.    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  194.    at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  195.    at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  196.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  197.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  198.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  199.    at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  200.    at System.Windows.Threading.DispatcherOperation.Invoke()
  201.    at System.Windows.Threading.Dispatcher.ProcessQueue()
  202.    at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  203.    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  204.    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  205.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  206.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  207.    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  208.    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  209.    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  210.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  211.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  212.    at System.Windows.Application.RunDispatcher(Object ignore)
  213.    at System.Windows.Application.RunInternal(Window window)
  214.    at System.Windows.Application.Run(Window window)
  215.    at System.Windows.Application.Run()
  216.    at jarvisWPF.App.Main()
  217. Error Message: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
  218.  
  219. Stack Trace:    at System.Management.ThreadDispatch.Start()
  220.    at System.Management.ManagementScope.Initialize()
  221.    at System.Management.ManagementObject.Initialize(Boolean getObject)
  222.    at System.Management.ManagementClass.GetInstances(EnumerationOptions options)
  223.    at System.Management.ManagementClass.GetInstances()
  224.    at jarvisWPF.Classes.Misc.FingerPrint.identifier(String wmiClass, String wmiProperty)
  225.    at jarvisWPF.Classes.Misc.FingerPrint.cpuId()
  226.    at jarvisWPF.Classes.Misc.FingerPrint.Value()
  227.    at jarvisWPF.PublicClass.CheckUID()
  228.    at jarvisWPF.Classes.Speech.Synthesizer.InitializeRecognizer(String& LastSpokenPhrase, Boolean& OnlineAndReady, Boolean& SpokenOnlineAndReady)
  229.    at jarvisWPF.Classes.Speech.Synthesizer.Synthesizer_SpeakCompletedAsync(Object sender, SpeakCompletedEventArgs e)
  230.    at System.Speech.Internal.Synthesis.VoiceSynthesis.FireSpeakCompleted(Object sender, SpeakCompletedEventArgs e)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement