http://bugs.winehq.org/show_bug.cgi?id=4319
------- Additional Comments From hans@it.vu.nl 2006-16-01 04:31 -------
I suggested to set Wine to emulate Windows 98 because I saw GetCharABCWidthsFloatA being called just before your trace ends. Because this call is not present on Windows 98 your app may decide not to call it.
Your app is probably based on QT because I have seen this problem with QT based apps before. In fact, I just sent a patch to improve GetCharABCWidthsFloat that may also help with your application. Maybe you could try it? Find it here:
http://www.winehq.org/pipermail/wine-patches/2006-January/023458.html
I believe that this is a problem of slackware binaries. When I compile from the source the is no problem.
In that case, why are reporting it here and not with the maintainer of the Slackware package?