[Bug 46058] iPed 7G 2019 (.NET 4.0 app) v13.0.10800 crashes with System.NotImplementedException ( METAFILE_DrawPath is a stub)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 1 19:37:02 CDT 2018


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

--- Comment #8 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
(In reply to John Tamburo from comment #7)

> Am I understanding this correctly? 

That`s at least what I think, but beware, I`m not an expert!! AFAICT the
crashes seem to come from these code snippets (in METAFILE_DrawPath and the
other functions in metafile.c) :


    if (metafile->metafile_type == MetafileTypeEmf)
    {
        FIXME("stub!\n");
        return NotImplemented;
    }

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