[Mono-bugs] [Bug 74305][Nor] New - the libgdiplus-test testgdi produces some errors and mono wont find System.Drawing.GDIPlus.dll
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 1 Apr 2005 06:22:37 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dittes@t-online.de.
http://bugzilla.ximian.com/show_bug.cgi?id=74305
--- shadow/74305 2005-04-01 06:22:37.000000000 -0500
+++ shadow/74305.tmp.5210 2005-04-01 06:22:37.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 74305
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.0
+OS Details: gtk+ updated to 2.6.4, rest standard
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: jordi@ximian.com
+ReportedBy: dittes@t-online.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: the libgdiplus-test testgdi produces some errors and mono wont find System.Drawing.GDIPlus.dll
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+- Building libgdiplus-1.1.5 goes without problems, but testgdi says:
+got st: -1073744776 expected Ok
+** (process:13730): CRITICAL **: GdipDrawImageRect: assertion `image->type
+== imageBitmap' failed
+got st: 1079018640 expected Okfree(): invalid pointer 0x40508490!
+jpg drawn
+got st: -1073744776 expected OkSegmentation fault
+
+- Building mono-1.1.5 runs smoothly too, but running a WinForms app says,
+that System.Drawing.GDIPlus.dll is missing.
+
+
+
+Steps to reproduce the problem:
+1. Build glib, atk, pango, gtk+ in the newest version into /opt/gnome
+2. Build libgdiplus-1.1.5 and mono-1.1.5 into /usr/local
+3. Start libgdiplus-1.1.5/test/testgdi
+
+Expected Results:
+App runs fine on .NET on Windows (not even recompiled)