http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #8 from Jan Boysen jan@lugfl.de 2010-04-05 18:37:59 --- I just retested the whole thing with recent Wine 1.1.42 the issue is getting even worse. Using native gdiplus the application wont start at all see bug #22040 .
Using the buildin gdiplus libraries the graphics are really broken. But I was able to trace the Font issue. The trace below shows that Audition seems to try to draw the missing text with a "nullpointer font" and GdipDrawString exits ater checking !font. But why ?? I dont see any Font warning or errors upon startup of the application ? Any hints to trace this down ?
trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0x9f2a5e8) trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0xc4159f8) trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0xc415968) trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0xbb9d338)