[Bug 15921] NTE Quick Cross 14.0 gdiplus.dll error

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 18 08:18:58 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=15921





--- Comment #9 from Henry Kroll <nospam at thenerdshow.com>  2009-02-18 08:18:57 ---
The problem is  file = wine_get_dos_file_name(); is returning the full path
name of the font file, so let's say that face->file is
/usr/share/fonts/kacst/kacstPen.ttf

the following line gets executed

file = wine_get_dos_file_name(face->file);

file now contains Z:\usr\share\fonts\kacst\kacstPen.ttf

when it should contain kacstPen.ttf



All that Z:\..\..\..\ stuff in the registry is what causes native gdiplus to
beach up like a whale.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list