http://bugs.winehq.org/show_bug.cgi?id=20677
Summary: BizAgi Process Modeler under Mono 2.4 requires implemented GdipGetNearestColor Product: Wine Version: 1.1.32 Platform: PC URL: http://download.bizagi.com/modeler/BizAgiPMSetup.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=24695) --> (http://bugs.winehq.org/attachment.cgi?id=24695) BizAgi Process Modeler Mono gdiplus backtrace
With wine-1.1.32-539-gab081aa, after doing winetricks mono24 and installing the BizAgi Process Modeler, launching the application yields:
fixme:gdiplus:GdipGetNearestColor (0x1bd9160, 0x60d890): stub fixme:gdiplus:GdipGetNearestColor (0x1cf7b18, 0x60edf0): stub
Unhandled Exception: System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented] at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] at System.Drawing.Graphics.GetNearestColor (Color color) [0x00000] ...
The complete managed backtrace is attached.