https://bugs.winehq.org/show_bug.cgi?id=46058
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|iPed 7G 2019 (.NET 4.0 app) |iPed 7G 2019 (.NET 4.0 app) |v13.0.10800 crashes with |v13.0.10800 crashes with |System.NotImplementedExcept |System.NotImplementedExcept |ion at |ion (METAFILE_DrawPath is |System.drawing.Graphics.Che |a stub) |ckErrorStatus |
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- Thanks for info. The error is reproducible indeed.
I guess it`s due to
fixme:gdiplus:METAFILE_DrawPath stub! (needs to be implemented)
Stupidly returning Ok for METAFILE_DrawPath and subsequently METAFILE_SetClipRegion and METAFILE_DrawImagePointsRect gets rid of the crash, but obviously the document that shows up is empty/nothing is drawn.