https://bugs.winehq.org/show_bug.cgi?id=46038
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |focht@gmx.net Summary|djkaty.com Simple2D demos |djkaty.com Simple2D demos |v1.13: MSDN-Direct2D-Demo |v1.13: MSDN-Direct2D-Demo |is being rendered |renders squares without |incorrectly |background grid Keywords| |download URL| |https://web.archive.org/web | |/20201227155621/http://file | |s.djkaty.com/software/Simpl | |e2D/Simple2DSetup-1.13.exe Status|UNCONFIRMED |NEW
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
refining some fields.
Stable download link via Internet Archive:
https://web.archive.org/web/20201227155621/http://files.djkaty.com/software/...
--- snip --- $ WINEDEBUG=+seh,+loaddll,+d2d wine ./MSDN-Direct2D-Demo.exe >>log.txt 2>&1
$ egrep "(warn:|DrawLine)" log.txt ... 00d4:warn:d2d:d2d_path_geometry_triangulate Geometry has 0 vertices. 00d4:trace:d2d:d2d_device_context_DrawLine iface 0021F660, p0 {0.00000000e+00, 4.50000000e+02}, p1 {6.40000000e+02, 4.50000000e+02}, brush 00C4D5B8, stroke_width 5.00000000e-01, stroke_style 00000000. ... 00d4:warn:d2d:d2d_path_geometry_triangulate Geometry has 0 vertices. 00d4:trace:d2d:d2d_device_context_DrawLine iface 0021F660, p0 {0.00000000e+00, 4.60000000e+02}, p1 {6.40000000e+02, 4.60000000e+02}, brush 00C4D5B8, stroke_width 5.00000000e-01, stroke_style 00000000. ... 00d4:warn:d2d:d2d_path_geometry_triangulate Geometry has 0 vertices. 00d4:trace:d2d:d2d_device_context_DrawLine iface 0021F660, p0 {1.70000000e+02, 0.00000000e+00}, p1 {1.70000000e+02, 4.80000000e+02}, brush 00C4D5B8, stroke_width 5.00000000e-01, stroke_style 00000000. ... 00d4:warn:d2d:d2d_path_geometry_triangulate Geometry has 0 vertices. 00d4:trace:d2d:d2d_device_context_DrawLine iface 0021F660, p0 {1.80000000e+02, 0.00000000e+00}, p1 {1.80000000e+02, 4.80000000e+02}, brush 00C4D5B8, stroke_width 5.00000000e-01, stroke_style 00000000. --- snip ---
There is a regression between Wine 5.9 and 5.10, causing the example to crash now.
https://source.winehq.org/git/wine.git/commitdiff/2814e5ce0b9d9b1c058a893769... ("d3d11: Stop advertising the ID3D10Device interface on devices created by d3d11.") -> bug 49395
$ sha1sum Simple2DSetup-1.13.exe 269c002fb9ea11c2abd8958fc3cc4294af1b45d9 Simple2DSetup-1.13.exe
$ du -sh Simple2DSetup-1.13.exe 11M Simple2DSetup-1.13.exe
$ wine --version wine-6.0-rc4
Regards