https://bugs.winehq.org/show_bug.cgi?id=57930
Bug ID: 57930 Summary: Chessbase 17 doesn't display content in 'text' database pages Product: Wine Version: 10.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dav75uk@yahoo.co.uk Distribution: ---
Created attachment 78183 --> https://bugs.winehq.org/attachment.cgi?id=78183 What should be displayed
Nothing gets displayed for the content for 'text' database pages (it's more like a web page with javascript although I don't know if that's what's going on under the hood) in Chessbase17. It works on Chessbase11 and CBReader14 which indicates the code has changed since.
I'll attach what it looks like on CBReader14 where it works. The rendering does take a few seconds, so maybe something is timing out or getting dead-locked even? It looks similar in layout on Chessbase17 except the content never appears.
Nothing of note in the debug output: 01f0:fixme:d2d:d2d_geometry_sink_AddArc iface 00007FE5AF1A9548, arc 00007FFFFE8F9C80 stub! is the only message that's seen which isn't seen elsewhere as far as I can see.
This has always been a problem on Chessbase 17 (so not a recent breakage in the last year).
https://bugs.winehq.org/show_bug.cgi?id=57930
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Could you attach WINEDEBUG=+d2d log? It will hopefully suggest if AddArc() is critical.
https://bugs.winehq.org/show_bug.cgi?id=57930
--- Comment #2 from David dav75uk@yahoo.co.uk --- Created attachment 78184 --> https://bugs.winehq.org/attachment.cgi?id=78184 Opening the text page with +d2d
https://bugs.winehq.org/show_bug.cgi?id=57930
--- Comment #3 from David dav75uk@yahoo.co.uk --- Done. There is another place where drawing is going wrong (probably d2d related) and that's under 56520 (alternate 2D board's pieces don't get drawn) which might be related or not. I'd uploaded a log there so there might be a possibility of cross-referencing the two.
I tried a 'heart transplant' of d2d1 from a Windows 10 machine, unfortunately the app completely misbehaved so wasn't able to see if that would make a different to either bug. winetricks doesn't have this dll either.