https://bugs.winehq.org/show_bug.cgi?id=46058 David Kahurani <k.kahurani(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k.kahurani(a)gmail.com --- Comment #12 from David Kahurani <k.kahurani(a)gmail.com> --- (In reply to Louis Lenders from comment #8)
(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; }
This shouldn't cause a crash... unless the user provides an invalid metafile object. (In reply to John Tamburo from comment #11)
Has this issue been looked at or worked by anyone?
Doesn't look like it. The stub is still very much in place. 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.