https://bugs.winehq.org/show_bug.cgi?id=55529
--- Comment #5 from Robert T rjtulloh@gmail.com --- (In reply to Jeff Smith from comment #2)
I can reproduce: When I start CST, and click Start, it brings up a difficulty selection box. I can see the tofu at the end of the descriptive text.
Now, if I run with the dwrite debug channel, and grep for dwritefactory_CreateTextLayout, I see trailing nulls in the strings where the tofu appears. So it would seem that this function may need to better handle trailing nulls.
I'm unclear if this is a regression. Did this appear correctly in earlier versions of Wine, and if so can you specify such a version of Wine?
I tested with these versions:
* 8.15 (Tofu glyphs appear) * 8.0 (Tofu glyphs appear) * 7.22 (Tofu glyphs appear) * 7.14 (Tofu glyphs appear) * 7.13 (Tofu glyphs don't appear) * 7.12 (Tofu glyphs don't appear) * 7.11 (Tofu glyphs don't appear) * 7.10 (Tofu glyphs don't appear) * 7.6 (Tofu glyphs don't appear)
7.6 is the oldest available version in the wine-builds for Ubuntu that I can check easily.