[Mono-bugs] [Bug 449515] New: [Regression] System.Exception: Generic Error [GDI+ status : GenericError]
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 26 21:28:22 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=449515
Summary: [Regression] System.Exception: Generic Error [GDI+
status: GenericError]
Product: Mono: Runtime
Version: 2.2.x
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: interop
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: htl10 at users.sourceforge.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
I have both win32 mono 2.0.1 and 2.2 preview 1 under wine.
with Mono 2.0.1, an application displays a small pop-up windows
saying "Generic Error [GDI+ status: GenericError]" and continues more or less
operational; with 2.0 preview 1, the same message windows is up, and the
application dies with this message in the controlling console:
----------------------------
System.Exception: Generic Error [GDI+ status: GenericError]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
at System.Drawing.Graphics.DrawImage (System.Drawing.Image image, Int32 x,
Int32 y, Int32 width, Int32 height) [0x00000]
at System.Drawing.Graphics.DrawImage (System.Drawing.Image image, Rectangle
rect) [0x00000]
at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:DrawImage
(System.Drawing.Image,System.Drawing.Rectangle)
at System.Windows.Forms.Control.DrawBackgroundImage (System.Drawing.Graphics
g) [0x00000]
at System.Windows.Forms.Control.PaintControlBackground
(System.Windows.Forms.PaintEventArgs pevent) [0x00000]
at System.Windows.Forms.Control.OnPaintBackground
(System.Windows.Forms.PaintEventArgs pevent) [0x00000]
at System.Windows.Forms.ScrollableControl.OnPaintBackground
(System.Windows.Forms.PaintEventArgs e) [0x00000]
at System.Windows.Forms.Control.WmPaint (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.ContainerControl.WndProc
(System.Windows.Forms.Message& m) [0x00000]
at System.Windows.Forms.Form.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]
-----------------
It looks like an exception that was trapped in 2.0.1 is not longer trapped?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list