[Bug 50593] Sforzando Sample Player don't draw text (lots of d3d_shader and d2d_device_context_PushAxisAlignedClip warnings)

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jan 30 12:05:12 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50593

--- Comment #6 from Nikolay Sivov <bunglehead at gmail.com> ---
Thanks, it's asking for Arial that is not installed:

---
00fc:trace:dwrite:dwritefactory_CreateTextFormat 0x34e3bf0, L"Arial", (nil),
400, 0, 5, 1.20000000e+01, L"", 0x2c7d518.
...
00fc:warn:dwrite:layout_resolve_fonts [0,5): failed to map family L"Arial",
collection 0x3591910, hr 0x80004005.
---

You can work around this by installing Arial font, corefonts package should
have it. It's still a valid issue, because directwrite is supposed to use
fallback when font is missing, we don't have that properly implemented yet.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list