https://bugs.winehq.org/show_bug.cgi?id=46058
--- Comment #8 from Louis Lenders xerox.xerox2000x@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; }