http://bugs.winehq.org/show_bug.cgi?id=21109
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2009-12-22 18:47:13 --- Commit 9f63f7d949abc7a67f0031d046818698b7e82ec9 resolves the issue with GdipSetStringFormatMeasurableCharacterRanges, but now the installer runs into:
fixme:gdiplus:GdipMeasureCharacterRanges stub: 0x147e3c8 L"Paint.NET is provided FREE OF CHARGE. If you paid money for it (other than to donate at the Paint.NET website, of course) then we recommend that you get a refund!" 162 0x156e0f0 0x60e36c 0x15cca78 3 0x1ac2950 System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
at System.Drawing.Graphics.MeasureCharacterRanges (System.String text, System.Drawing.Font font, RectangleF layoutRect, System.Drawing.StringFormat stringFormat) [0x00000]
at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:MeasureCharacterRanges ...