Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
  2. at WMPLib.IWMPControls.play()
  3. at Advanced_Combat_Tracker.FormActMain.PlaySoundWmpApi(String WavFilePath, Int32 VolumePercent)
  4. at Advanced_Combat_Tracker.FormActMain.PlaySound(String pszSound)
  5. at FFXIV.Framework.WPF.Views.ModernMessageBox.ShowDialog(String message, String caption, MessageBoxButton button, Exception ex)
  6. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  7. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  8. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  9. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  10. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  11. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  12. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  13. at System.Windows.Threading.DispatcherOperation.Invoke()
  14. at System.Windows.Threading.Dispatcher.ProcessQueue()
  15. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  16. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  17. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  18. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  19. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  20. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  21. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  22. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  23. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  24. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  25. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  26. at Advanced_Combat_Tracker.ActLoader.Main(String[] args)
  27. wine: Unhandled page fault on read access to 0xffffffffffffffff at address 0x7ff7b427d6d (thread 0138), starting debugger...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement