Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0
-
Qt 6.8, Windows 10/11
-
-
f5e2166bb (6.9), a0b9cb8f0 (6.8)
Description
I've been trying to track down why some people using our app on Windows (10 and 11) are experiencing garbage text output like shown below. We just upgraded from Qt 6.2 to 6.8 and some people are fine on Windows, others get garbled text.
What's strange is that when it happens, some of the text is correct (but most is trashed).
We are using an embedded font for UI consistently between platforms. We've tried forcing the system to use OpenGL which has no affect. It doesn't seem like the graphics card in use has any relevance to it.
Despite our efforts, we cannot reproduce this locally. But the people that report the problem, always have the problem. Those that don't, never have it.
I'd say around half of the people testing our app hit this problem.