[Bug 50593] New: Sforzando Sample Player don't draw text (lots of d3d_shader and d2d_device_context_PushAxisAlignedClip warnings)
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(a)winehq.org Reporter: and3md(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #1 from Andrzej Kilijański <and3md(a)gmail.com> --- Created attachment 69276 --> https://bugs.winehq.org/attachment.cgi?id=69276 Sforzando on Windows 10 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- Please rerun with WINEDEBUG=+dwrite,+d2d and attach resulting log here. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #3 from Andrzej Kilijański <and3md(a)gmail.com> --- Created attachment 69277 --> https://bugs.winehq.org/attachment.cgi?id=69277 Sforzando on Wine 6.1 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #4 from Andrzej Kilijański <and3md(a)gmail.com> --- Created attachment 69278 --> https://bugs.winehq.org/attachment.cgi?id=69278 Log with WINEDEBUG=+dwrite,+d2d (compressed) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #5 from Andrzej Kilijański <and3md(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #6 from Nikolay Sivov <bunglehead(a)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.
https://bugs.winehq.org/show_bug.cgi?id=50593 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |dwrite -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #7 from Andrzej Kilijański <and3md(a)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! -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 Nikolay Sivov <bunglehead(a)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) | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #8 from Nikolay Sivov <bunglehead(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 Andrzej Kilijański <and3md(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #9 from Andrzej Kilijański <and3md(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> --- Thank you for testing. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50593 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.15. -- 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.
participants (1)
-
WineHQ Bugzilla