[Bug 46813] Paint.net 4.1 installer fails: System.NotImplementedException: d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.cpp (75) : hr = m_pEffect->SetInputCount(inputCount);

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 27 09:26:14 CST 2020


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
                URL|https://www.filepuma.com/do |https://web.archive.org/web
                   |wnload/paint.net_4.1.1-2007 |/20201227152430/https://dow
                   |0/                          |nload.filepuma.com/files/im
                   |                            |age-editors/paint-net/Paint
                   |                            |.NET_v4.1.1.exe

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

confirming, still present.

Adding stable download via Internet Archive:

https://web.archive.org/web/20201227152430/https://download.filepuma.com/files/image-editors/paint-net/Paint.NET_v4.1.1.exe

Wine source:

https://source.winehq.org/git/wine.git/blob/e377786a71c3b6eab5bc11c0b1c9c7c3dc309398:/dlls/d2d1/effect.c#l160

--- snip ---
 160 static HRESULT STDMETHODCALLTYPE d2d_effect_SetInputCount(ID2D1Effect
*iface, UINT32 count)
 161 {
 162     FIXME("iface %p, count %u stub!\n", iface, count);
 163 
 164     return E_NOTIMPL;
 165 }
--- snip ---

$ sha1sum Paint.NET_v4.1.1.exe 
b7150ac3defda52b75d3056a543032108de3f29e  Paint.NET_v4.1.1.exe

$ du -sh Paint.NET_v4.1.1.exe 
7.5M    Paint.NET_v4.1.1.exe

$ wine --version
wine-6.0-rc4-2-g4cdaa41b8b7

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