https://bugs.winehq.org/show_bug.cgi?id=46813
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@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@gmx.net --- Hello folks,
confirming, still present.
Adding stable download via Internet Archive:
https://web.archive.org/web/20201227152430/https://download.filepuma.com/fil...
Wine source:
https://source.winehq.org/git/wine.git/blob/e377786a71c3b6eab5bc11c0b1c9c7c3...
--- 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