https://bugs.winehq.org/show_bug.cgi?id=14043 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #24442|0 |1 is obsolete| | Attachment #24444|0 |1 is obsolete| | --- Comment #26 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Created attachment 53465 --> https://bugs.winehq.org/attachment.cgi?id=53465 +mshtml,+msgbox Yep, a little hasty to close the issue. I should of just obsoleted the patches which is what I based my assumption on. First issue static HRESULT exec_zoom(HTMLDocument *This, DWORD nCmdexecopt, VARIANT *pvaIn, VARIANT *pvaOut) .... ....return E_NOTIMPL; Changing to S_OK works around the first issue. trace:mshtml:HTMLDocumentNode_QI (0x1c5eb0)->(IID_IHTMLElement 0x33d5a0) trace:mshtml:HTMLDOMNode_QI (0x1c5eb0)->(IID_IHTMLElement 0x33d5a0) warn:mshtml:HTMLDOMNode_QI (0x1c5eb0)->(IID_IHTMLElement 0x33d5a0) ... trace:msgbox:MSGBOX_OnInit L"Access violation at address 0047C30C in module 'WebPageMaker.exe'. Read of address 00000000." The program asked for a interface IHTMLElement and didn't get one, this properly is the next issue. I haven't investigated any future as to the exact problem. IHTMLDocument doesn't have a IHTMLElement interface normally, so there is some else going one. -- 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.