https://bugs.winehq.org/show_bug.cgi?id=9242
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus Hardware|Other |x86 Fixed by SHA1| |ff2e63d41edbc4be10954802946 | |878210c13e599 Version|unspecified |0.9.42. Summary|Foxit reader |Foxit Reader 2.0 crashes on |crash:Unimplemented |unimplemented function |function |gdiplus.dll.GdipCreatePath2 |gdiplus.dll.GdipCreatePath2 | Assignee|estade@gmail.com |wine-bugs@winehq.org CC| |focht@gmx.net Keywords| |download URL| |https://web.archive.org/web | |/20070613082835/http://us01 | |.foxitsoftware.com/foxitrea | |der/Foxit_Reader.msi
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
filling some fields. It was fixed by commit https://source.winehq.org/git/wine.git/commitdiff/ff2e63d41edbc4be1095480294... ("gdiplus: Added GdipCreatePath2.").
Part of Wine 0.9.43 release.
Thanks Evan
For the app version I can only guess as no information was given whatsoever "this is an old version of foxit reader". It might have been v2.x.
Stable download link via Internet Archive:
https://web.archive.org/web/20070613082835/http://us01.foxitsoftware.com/fox...
Foxit Reader 2.0 build 1606
--- snip --- $ grep -ralZ GdipCreatePath2 .wine/drive_c | \ xargs -r0i bash -c "echo "{}" && winedump -j import "{}" | \ grep GdipCreatePath2"
.wine/drive_c/Program Files (x86)/Foxit Software/Foxit Reader/Foxit Reader.exe --- snip ---
Seems about right.
$ sha1sum Foxit_Reader.msi dbb0284801057751ab4cd0bfff722b99d4ba53bf Foxit_Reader.msi
$ du -sh Foxit_Reader.msi 3.1M Foxit_Reader.msi
Regards