niptucker / paint-mono

Automatically exported from code.google.com/p/paint-mono
Other
0 stars 0 forks source link

crashes upon saving files - doesnt save file either #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Saving a file

What is the expected output? What do you see instead?

Expected : Saving of image. Instead? Crash

What version of the product are you using? On what operating system?

3.0.3309.22709 - Ubuntu 9.04

Original issue reported on code.google.com by dannyglover86@gmail.com on 26 Aug 2009 at 10:42

GoogleCodeExporter commented 9 years ago
I got this error printed to the console when I tried to save to JPG.
This was after I cropped and adjusted the brightness and contrast on the photo, 
the tools window disappeared and I tried to save the photo as a JPG. 

CanPrint 1
System.EntryPointNotFoundException: GetVersionEx
  at (wrapper managed-to-native) PaintDotNet.SystemLayer.SafeNativeMethods:GetVersionEx (PaintDotNet.SystemLayer.NativeStructs/OSVERSIONINFOEX&)
  at PaintDotNet.SystemLayer.OS.get_Type () [0x00000] 
  at PaintDotNet.Utility.ShowWiaError (IWin32Window owner) [0x00000] 
  at PaintDotNet.Actions.PrintAction.PerformAction (PaintDotNet.DocumentWorkspace documentWorkspace) [0x00000] 
  at PaintDotNet.DocumentWorkspace.PerformAction (PaintDotNet.DocumentWorkspaceAction action) [0x00000] 
  at (wrapper remoting-invoke-with-check) PaintDotNet.DocumentWorkspace:PerformAction (PaintDotNet.DocumentWorkspaceAction)
  at PaintDotNet.Menus.FileMenu.MenuFilePrint_Click (System.Object sender, System.EventArgs e) [0x00000] 
  at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00000] 
  at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs e) [0x00000] 
  at PaintDotNet.PdnMenuItem.OnClick (System.EventArgs e) [0x00000] 
  at System.Windows.Forms.ToolStripMenuItem.HandleClick (System.EventArgs e) [0x00000] 
  at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, ToolStripItemEventType met) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem:FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
  at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs mea) [0x00000] 
  at System.Windows.Forms.ToolStripDropDown.OnMouseUp (System.Windows.Forms.MouseEventArgs mea) [0x00000] 
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.ToolStripDropDown.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000]

Original comment by DressedI...@gmail.com on 28 Oct 2010 at 11:34