Advertisement
Guest User

Untitled

a guest
Jan 10th, 2011
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. StaxRip has crashed!
  2.  
  3. Exception has been thrown by the target of an invocation.
  4.  
  5. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Native handle is 0.
  6. Parameter name: handle
  7. at System.Drawing.Image.SetNativeImage(IntPtr handle)
  8. at System.Drawing.Bitmap.FromGDIplus(IntPtr handle)
  9. --- End of inner exception stack trace ---
  10. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  11. at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  12. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  13. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  14. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  15. at StaxRip.AVIFile.GetBMPFromDib(IntPtr pDIB) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\AVIFile.vb:line 374
  16. at StaxRip.AVIFile.GetBitmap() in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\AVIFile.vb:line 366
  17. at StaxRip.AviSynthDocument.Synchronize() in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\AviSynth.vb:line 139
  18. at StaxRip.AviSynthDocument.GetFrames() in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\AviSynth.vb:line 211
  19. at StaxRip.GlobalClass.IsValidSource(Boolean warn) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\Misc.vb:line 606
  20. at StaxRip.GlobalClass.MakeBugReport(Exception e) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\Misc.vb:line 768
  21. at StaxRip.MainForm.MakeBugReport() in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\Forms\MainForm.vb:line 3777
  22. --- End of inner exception stack trace ---
  23. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  24. at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  25. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  26. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  27. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  28. at StaxRip.CommandManager.Process(Command command, List`1 params) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\General.vb:line 1373
  29. at StaxRip.CommandManager.Process(String name, List`1 params) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\General\General.vb:line 1367
  30. at StaxRip.UI.CustomMenu.Process(CustomMenuItem item) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\UI\Menu Types.vb:line 366
  31. at StaxRip.UI.CustomMenu.OnCommand(CustomMenuItem item) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\UI\Menu Types.vb:line 354
  32. at StaxRip.UI.CustomMenu.MenuClick(Object sender, EventArgs e) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\UI\Menu Types.vb:line 344
  33. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  34. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  35. at StaxRip.UI.MenuItemEx.OnClick(EventArgs e) in C:\Users\Frank\Documents\Visual Studio 2010\Projects\StaxMedia\trunk\StaxRip\UI\Menu Types.vb:line 570
  36. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  37. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  38. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  39. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  40. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  41. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  42. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  43. at System.Windows.Forms.Control.WndProc(Message& m)
  44. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  45. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  46. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  47. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  48. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  49. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement