[Bug 48540] Paint.net v4.0 crashes: System.NotImplementedException: ..\Direct2D\D2DGeometry.cpp (553) : hr = m_pGeometry->Widen (d2d_ellipse_geometry_Widen is a stub)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 27 08:06:07 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48540

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

confirming, still a stub:

https://source.winehq.org/git/wine.git/blob/e377786a71c3b6eab5bc11c0b1c9c7c3dc309398:/dlls/d2d1/geometry.c#l3785

--- snip ---
3785 static HRESULT STDMETHODCALLTYPE
d2d_ellipse_geometry_Widen(ID2D1EllipseGeometry *iface, float stroke_width,
3786         ID2D1StrokeStyle *stroke_style, const D2D1_MATRIX_3X2_F
*transform, float tolerance,
3787         ID2D1SimplifiedGeometrySink *sink)
3788 {
3789     FIXME("iface %p, stroke_width %.8e, stroke_style %p, transform %p,
tolerance %.8e, sink %p stub!\n",
3790             iface, stroke_width, stroke_style, transform, tolerance,
sink);
3791 
3792     return E_NOTIMPL;
3793 }
--- snip ---

With the link from Louis:

--- snip ---
Size 5.96MB
Downloads 1,555,870
Date Jun 24th, 2014
SHA256 4057626e716f49eadc93f077c54776a632a3f1602a67ea30e7377bf95d826f81
--- snip ---

One might be able to find a snapshot with this date.

https://web.archive.org/web/*/https://www.dotpdn.com/downloads/pdn.html

Seems archive.org currently has some issues. I will try to get a snapshot
later.

$ wine --version
wine-6.0-rc4

Regards

-- 
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.



More information about the wine-bugs mailing list