https://bugs.winehq.org/show_bug.cgi?id=50593
Bug ID: 50593 Summary: Sforzando Sample Player don't draw text (lots of d3d_shader and d2d_device_context_PushAxisAlignedClip warnings) Product: Wine Version: 6.1 Hardware: x86-64 URL: https://s3.amazonaws.com/sforzando/WIN_sforzando_v1.96 9.exe OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: and3md@gmail.com Distribution: ---
Created attachment 69275 --> https://bugs.winehq.org/attachment.cgi?id=69275 Wine log
Hello,
Sforzando sample player, don't draw text, there are a lot of warnings like:
0138:fixme:d3d_shader:print_glsl_info_log 0(24) : warning C7050: "vs_out[0].zw" might be used before being initialized
or:
00fc:fixme:d2d:d2d_device_context_PushAxisAlignedClip Ignoring antialias_mode 0.
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #1 from Andrzej Kilijański and3md@gmail.com --- Created attachment 69276 --> https://bugs.winehq.org/attachment.cgi?id=69276 Sforzando on Windows 10
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Please rerun with WINEDEBUG=+dwrite,+d2d and attach resulting log here.
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #3 from Andrzej Kilijański and3md@gmail.com --- Created attachment 69277 --> https://bugs.winehq.org/attachment.cgi?id=69277 Sforzando on Wine 6.1
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #4 from Andrzej Kilijański and3md@gmail.com --- Created attachment 69278 --> https://bugs.winehq.org/attachment.cgi?id=69278 Log with WINEDEBUG=+dwrite,+d2d (compressed)
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #5 from Andrzej Kilijański and3md@gmail.com --- (In reply to Nikolay Sivov from comment #2)
Please rerun with WINEDEBUG=+dwrite,+d2d and attach resulting log here.
Added but I had to compress it because it's 230 MB.
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #6 from Nikolay Sivov bunglehead@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.
https://bugs.winehq.org/show_bug.cgi?id=50593
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |dwrite
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #7 from Andrzej Kilijański and3md@gmail.com --- (In reply to Nikolay Sivov from comment #6)
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.
Thanks!
https://bugs.winehq.org/show_bug.cgi?id=50593
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Sforzando Sample Player |Sforzando Sample Player |don't draw text (lots of |don't draw text, needs font |d3d_shader and |fallback support |d2d_device_context_PushAxis | |AlignedClip warnings) |
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- Hi, Andrzej.
If you're still able to test, with wine 7.14 you should be able to see text labels without installing Arial font manually.
https://bugs.winehq.org/show_bug.cgi?id=50593
Andrzej Kilijański and3md@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #9 from Andrzej Kilijański and3md@gmail.com --- (In reply to Nikolay Sivov from comment #8)
Hi, Andrzej.
If you're still able to test, with wine 7.14 you should be able to see text labels without installing Arial font manually.
Hi, Nikolay
Now I can see all text (on fresh empty wine profile). I think this issue can be resolved.
Thank you very much
https://bugs.winehq.org/show_bug.cgi?id=50593
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com --- Thank you for testing.
https://bugs.winehq.org/show_bug.cgi?id=50593
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.15.