https://bugs.winehq.org/show_bug.cgi?id=39334
Bug ID: 39334 Summary: comctl32 status bar test crashes on Linux if Bubbler One font is installed Product: Wine Version: 1.7.51 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 52414 --> https://bugs.winehq.org/attachment.cgi?id=52414 trace+font
To reproduce: 1. Install typecatcher. 2. Use typecatcher to install the Bubbler One font. You can also download the font from https://github.com/google/fonts/blob/master/ofl/bubblerone/BubblerOne-Regula... 3. Run `./wine dlls/comctl32/tests/comctl32_test.exe.so status`.
I initially thought that the crash was being caused by a bitmap font from Xorg, but Bubbler One is actually a vector font from Google.
The problem is reproducible on both Lubuntu 15.04 x86 and Arch Linux x64.
Installing Bubbler One on Windows does not cause the test to crash.