https://bugs.winehq.org/show_bug.cgi?id=38611
Bug ID: 38611 Summary: Samsung Smart View 2.0 text does not render Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: dwrite Assignee: wine-bugs@winehq.org Reporter: julius.schwartzenberg@gmail.com Distribution: ---
With recent Wine versions (at least current GIT), Samsung Smart View 2.0 starts up. No text is rendered however. See here for the relevant logging: http://pastebin.ru/EfgAeaGT
nsivov has more information about this problem:
[17:46:57] <nsivov> Z_God, today git has a stub for dwrite thing you got in your logs, could you show me updated logs when you get time?
[23:01:34] <Z_God> nsivov: yep, I just compiled a new build (I'll try it now & then sleep :) [23:02:44] <Z_God> nsivov: visually it still looks the same (text is not rendered) [23:03:13] <nsivov> sure, it wasn't supposed to help with that [23:03:32] <nsivov> log should be different though [23:04:05] <Z_God> nsivov: http://pastebin.ru/EfgAeaGT [23:04:48] <Z_God> is that the info you needede? [23:05:14] <Z_God> on windows 7 the font is solid white non-serif btw [23:05:17] <Z_God> needed* [23:06:05] <nsivov> needededed -> and ran away on a motorbike [23:06:58] <nsivov> Z_God, yes, thanks, I expected that, now it needs texture bounds, and then bitmap itself [23:07:41] <nsivov> if you fill a buffer you'll probably get solid white rectangle, or something like that [23:10:17] <Z_God> hehe [23:10:35] <Z_God> alright [23:10:54] <nsivov> do you know if it's a wpf that's using dwrite? [23:11:06] <Z_God> no idea [23:11:36] <Z_God> is there a trick to quickly figure out if there's such a dependency? [23:12:31] <Z_God> the application is a free download btw if you'd like to try it locally [23:13:35] <nsivov> could you please open a bug for that, we'll want this part implement at some point, if not for .net libs then for others [23:14:31] <Z_God> yes [23:14:43] <Z_God> it seems it uses presentationframework btw [23:14:57] <nsivov> that's what wpf means, yes [23:15:14] <Z_God> not sure if that's what drawing this, but a grep of that string results in some hits in the binaries [23:15:33] <Z_God> what should the title of the bug be? [23:15:43] <Z_God> it's about the fonts not being rendered? [23:18:26] <nsivov> sure, also please mention that it needs to be in win7 version to reproduce that problem
https://bugs.winehq.org/show_bug.cgi?id=38611
Julius Schwartzenberg julius.schwartzenberg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.samsung.com/uk/s | |upport/smartview2/
--- Comment #1 from Julius Schwartzenberg julius.schwartzenberg@gmail.com --- The dotnet version is 4.5 I installed it through Winetricks. Please let me know if more information is needed.
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #2 from Julius Schwartzenberg julius.schwartzenberg@gmail.com --- Created attachment 51508 --> https://bugs.winehq.org/attachment.cgi?id=51508 relevant logging
https://bugs.winehq.org/show_bug.cgi?id=38611
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.7.43
https://bugs.winehq.org/show_bug.cgi?id=38611
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Samsung Smart View 2.0 text |Samsung Smart View 2.0 text |does not render |does not render | |(IDWriteGlyphRunAnalysis is | |not implemented)
https://bugs.winehq.org/show_bug.cgi?id=38611
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Samsung Smart View 2.0 text |Samsung Smart View 2.0 |does not render |(.NET 4.x WPF app): text |(IDWriteGlyphRunAnalysis is |does not render |not implemented) |(IDWriteGlyphRunAnalysis is | |not implemented) Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
$ sha1sum SmartView2.msi 997a0ddb27d73bfd7403b4bfe309c8938ac2269a SmartView2.msi
$ du -sh SmartView2.msi 9.0M SmartView2.msi
$ wine --version wine-1.7.47-47-ga8f45df
Regards
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- Several dwrite issues here, that are easy to separated.
I sent a patch for this one:
--- fixme:dwrite:dwritefontface_GetRecommendedRenderingMode (0x6a2f3b0)->(32.000000 1.000000 0 0x186e80 0x5b9e5a8): stub ---
https://www.winehq.org/pipermail/wine-patches/2015-July/141128.html
Have some more in my queue.
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- One issue is fixed with http://source.winehq.org/git/wine.git/commit/e877cfbcfa4759b57048f029c14e12a....
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com --- --- fixme:dwrite:glyphrunanalysis_GetAlphaBlendParams (0x6ad1f08)->(0x196558 0x5b9e208 0x6a9e1f0 0x5b9e1fc): stub ---
Implemented with http://source.winehq.org/git/wine.git/commit/2c6eca8682bd216c7579796aa96fd68...
--- fixme:dwrite:glyphrunanalysis_GetAlphaTextureBounds (0x6a4a9b0)->(1 0x5b9e15c): stub ---
Implemented with http://source.winehq.org/git/wine.git/commit/b50416aa5fd10911856cfff241a7013...
Julius, could you please attach updated log running with current wine, I'd like to take a look if something else comes up after this bunch of fixes.
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #7 from Julius Schwartzenberg julius.schwartzenberg@gmail.com --- Created attachment 51978 --> https://bugs.winehq.org/attachment.cgi?id=51978 log when it crashes
With current GIT, I'm getting a crash now. I'm attaching both the log and the backtrace.
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #8 from Julius Schwartzenberg julius.schwartzenberg@gmail.com --- Created attachment 51979 --> https://bugs.winehq.org/attachment.cgi?id=51979 backtrace from the crash
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- Does it work with this patch https://bugs.winehq.org/attachment.cgi?id=51977 ?
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com --- Created attachment 51980 --> https://bugs.winehq.org/attachment.cgi?id=51980 screenshot
That's what I get with that patch I mentioned.
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com --- Another crash should be fixed with http://source.winehq.org/git/wine.git/commit/720c430594a895ce43ffe7a00b930b4.... Julius, please retest.
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #12 from Julius Schwartzenberg julius.schwartzenberg@gmail.com --- With current GIT this bug appears to have been solved on my system! The text is visible now (the crash from before is gone).
https://bugs.winehq.org/show_bug.cgi?id=38611
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |720c430594a895ce43ffe7a00b9 | |30b49d64e63f0 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- Great, let's close this one, please follow up with another report if something is still not right. Marking with 720c430594a895ce43ffe7a00b930b49d64e63f0, as it seems to be specific to WPF way of using this API.
https://bugs.winehq.org/show_bug.cgi?id=38611
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.50.
https://bugs.winehq.org/show_bug.cgi?id=38611
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.samsung.com/uk/s |https://web.archive.org/web |upport/smartview2/ |/20210610111440/https://sch | |wart6.home.xs4all.nl/smartv | |iew2/SmartView2.msi
--- Comment #15 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20210610111440/https://schwart6.home.xs4all.nl/s...
https://www.virustotal.com/gui/file/35743466ae84fe5f72846725147cbd1e28347440...
$ sha1sum SmartView2.msi 997a0ddb27d73bfd7403b4bfe309c8938ac2269a SmartView2.msi
$ du -sh SmartView2.msi 9.0M SmartView2.msi
Regards
https://bugs.winehq.org/show_bug.cgi?id=38611
--- Comment #16 from Julius Schwartzenberg julius.schwartzenberg@gmail.com --- Ah apologies, I had moved all SmartView related stuff one directory deeper: https://schwart6.home.xs4all.nl/smartview2/
I am planning to switch ISPs soon though, so having alternatives is good. I intend to keep all files online on a newer spot too.