http://bugs.winehq.org/show_bug.cgi?id=5248
Summary: Text on some controls not always renders OK Product: Wine Version: 0.9.13. Platform: PC OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: saulius.krasuckas@elst.vtu.lt
After the submit 17b13bdc07dd477399a66a44ebf0c773032135bb [*] (gdi: Support for loading fonts from the build directory) I get garbage drawn on one some controls in some newly created windows.
If my box is under some load (spitting out lots of traces and being low on memory) sometimes text gets rendered OK. Text on all other static controls appears OK in any case. If I redraw window, garbage (or at least most of it) disappears.
I guess some race condition was introduced by this patch.
[*] http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=17b13bdc07dd477399a6...