http://bugs.winehq.org/show_bug.cgi?id=23476
Summary: Fonts render incorrectly in Print Artist 4.0. Needs GetOutlineTextMetrics16? Product: Wine Version: 1.2-rc5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markk@clara.co.uk
This bug applies to the Sierra Online program Print Artist 4.0. Fonts do not render correctly. I have attached screenshots to show the difference between running under Wine and Windows (Vista).
On starting Prtartst.exe, about 3 times in 4 console output is: wine: cannot find L"C:\windows\system32\fulldrag.exe" err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c: loader_section" wait timed out in thread 0026, blocked by 0023, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x6846a7a0 "syslevel.c: Win16Mutex" wait timed out in thread 0023, blocked by 0020, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7bca4804 "loader.c: loader_section" wait timed out in thread 0020, blocked by 0023, retrying (60 sec)
then after some time: err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc356bd
On those occasions when it does start correctly, console output begins: wine: cannot find L"C:\windows\system32\fulldrag.exe" fixme:commdlg:PrintDlg16 custom templates no longer supported, using default fixme:commdlg:PrintDlg16 custom print hook 0x12379c3a no longer supported fixme:commdlg:PrintDlg16 custom setup hook 0x16ef0080 no longer supported fixme:gdi:GetOutlineTextMetrics16 (dc58,0072,0x6d06e8): stub fixme:gdi:GetOutlineTextMetrics16 (dc74,0072,0x6d06ea): stub fixme:gdi:GetOutlineTextMetrics16 (dc94,0072,0x6d06e8): stub
As the program is used, more lines beginning fixme:gdi:GetOutlineTextMetrics16 are shown.