http://bugs.winehq.org/show_bug.cgi?id=12699
Summary: Fritz 11 regression - crashes on startup Product: Wine Version: 0.9.60 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: olympia@skydreams.org
This gdi32/freetype.c patch from March 10 2008 introduces a regression in Fritz11:
gdi32: Store the Windows path (if it's available) in the font registry entries.
The application hangs in gdiplus in this case:
file = wine_get_dos_file_name(face->file); if(file) len = strlenW(file) + 1;