http://bugs.winehq.org/show_bug.cgi?id=22412
Summary: Paint.NET 3.5.4 - EULA display has worsened Product: Wine Version: 1.1.43 Platform: x86-64 URL: http://www.getpaint.net/download.html OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: madewokherd@gmail.com
Created an attachment (id=27447) --> (http://bugs.winehq.org/attachment.cgi?id=27447) Screenshot
The EULA text for Paint.NET (with Mono installed) has regressed in 1.1.43. The text was already jumbled together, but now the problem has gotten worse. I did a regression test:
049aa8dacd8135ac11e9deee982c14959e9511fe is first bad commit commit 049aa8dacd8135ac11e9deee982c14959e9511fe Author: Vincent Povirk vincent@codeweavers.com Date: Thu Apr 15 11:40:21 2010 -0500
gdiplus: Ensure GdipGetGenericFontFamilySansSerif returns a truetype font.
:040000 040000 16c08165b79a981075b61212014f57f5b433bdb1 c099b9916da2d8aed27035f2373410588314e854 M dlls
I have to revert both this and 531219f84d0d6fa236283e5c3d061b5f752df793 to resolve the problem. (Reverting only this commit causes it to die at startup; reverting only the other patch doesn't correct the problem.) Terminal output doesn't look useful (same as bug 22390).
On another note, native gdiplus only solves this regression, not the original problem... so they probably aren't related.