http://bugs.winehq.org/show_bug.cgi?id=30090 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Component|-unknown |mshtml Summary|Pegasus Mail v4.63 build |Pegasus Mail v4.63 build |325 starts w/ exception |325 starts w/ exception |(0x80004001) (0x80004001) |(0x80004001) (0x80004001) |@01AE3610 |@01AE3610 (mshtml | |HTMLDocument_put_URL is a | |stub) Ever Confirmed|0 |1 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2012-03-17 16:12:08 CDT --- Hello, confirming. --- snip --- ... 0024:fixme:mshtml:HTMLDocument_put_URL (0x17c5bd0)->(L"res://IERenderer.dll/warnpage.htm") 0024:Call KERNEL32.FormatMessageW(00001100,00000000,80004001,00000000,0032e35c,00000000,00000000) ret=019a2e40 0024:Ret KERNEL32.FormatMessageW() retval=00000000 ret=019a2e40 ... 0024:Call gdi32.ExtTextOutW(00000a84,00000001,0000000a,00000000,00000000,012d4f68 L"(0x80004001) (0x80004001) @019D3610",00000023,00000000) ret=7d4d0c22 ... --- snip --- Source: http://source.winehq.org/git/wine.git/blob/976a3d5e08d595795ec3c9b7b9f9ca75f... --- snip --- 595 static HRESULT WINAPI HTMLDocument_put_URL(IHTMLDocument2 *iface, BSTR v) 596 { 597 HTMLDocument *This = impl_from_IHTMLDocument2(iface); 598 FIXME("(%p)->(%s)\n", This, debugstr_w(v)); 599 return E_NOTIMPL; 600 } --- snip --- "(0x80040100) (0x80040100) @01AD84F5" is a different problem (OleCommandTarget_Exec Unsupported cmdID = 63 ). File a separate bug for that. $ sha1sum w32-463.exe 4e35d7c88253d263cf4e0c9b0743571970ad3680 w32-463.exe $ wine --version wine-1.5.0 Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.