[Mono-bugs] [Bug 450194] New: Mono says NotImplemented at System.Drawing.GDIPlus. CheckStatus when running Vixen

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 28 20:59:16 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=450194


           Summary: Mono says NotImplemented at
                    System.Drawing.GDIPlus.CheckStatus when running Vixen
           Product: Mono: Class Libraries
           Version: 2.0.x
          Platform: i686
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Drawing.
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: dank at kegel.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community User


This involves Wine, but it's not a Wine bug, it probably happens on Windows,
too.

http://computerchristmas.com/ForumBoard/read.php?f=2&i=198&t=193
says that Vixen works well with Wine and .net 20
(and I verified that it does, following that recipe),
so I tried it with Wine-1.1.9 and Mono 2.0.1.  Sadly, it fails
early on with a "GDI+ status: NotImplemented" problem.
Here's how to reproduce:

$ rm -rf .wine
$ wget http://www.vixenlights.com/releases/Vixen%202.0%20Release.zip
$ wget http://kegel.com/wine/winetricks
$ sh ~/winetricks corefonts mono20
$ cd ~/.wine/drive_c
$ unzip ~/Vixen*Release.zip
$ cd Vixen*
$ wine Vixen.exe 
fixme:gdiplus:GdipSetStringFormatFlags format (0x1292950) flags (4096)
fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3
fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3

Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented [GDI+ status: NotImplemented]
  at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] 
  at System.Drawing.Font.GetHeight (Single dpi) [0x00000] 
  at System.Drawing.Font.GetHeight () [0x00000] 
  at System.Drawing.Font.get_Height () [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Drawing.Font:get_Height ()
  at System.Windows.Forms.XplatUIWin32.GetAutoScaleSize (System.Drawing.Font
font) [0x00000] 
  at System.Windows.Forms.XplatUI.GetAutoScaleSize (System.Drawing.Font font)
[0x00000]


-- 
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