http://bugs.winehq.org/show_bug.cgi?id=30090
Bug #: 30090 Summary: Pegasus Mail v4.63 build 325 starts w/ exception (0x80004001) (0x80004001) @01AE3610 Product: Wine Version: 1.4-rc6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ieframe AssignedTo: wine-bugs@winehq.org ReportedBy: mccarthy@volny.cz Classification: Unclassified
Created attachment 39210 --> http://bugs.winehq.org/attachment.cgi?id=39210 debug dump
Pegasus Mail 4.63 build 325 w/ IERenderer 2.4.7.2 pmail: http://download-us.pmail.com/w32-463.exe Wine 1.4-rc6
The package generates the following exceptions in safecall methods at start up: (0x80004001) (0x80004001) @01AE3610 (0x80040100) (0x80040100) @01AD84F5
http://bugs.winehq.org/show_bug.cgi?id=30090
eric mccarthy mccarthy@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://download-us.pmail.co | |m/w32-463.exe
http://bugs.winehq.org/show_bug.cgi?id=30090
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ieframe |-unknown
http://bugs.winehq.org/show_bug.cgi?id=30090
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net 2012-03-14 11:29:20 CDT --- *** Bug 30165 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30090
--- Comment #2 from eric mccarthy mccarthy@volny.cz 2012-03-14 16:00:16 CDT --- I dont see how 30090 and 30165 are one and the same. One is a never ending (makes the Pmail run very very sluggishly) pain in the ass and the other is a crash. Please explain so I dont post another bug thinking 3 will be a charm and the problem will be looked at. Regardless, wine is a great effort..
http://bugs.winehq.org/show_bug.cgi?id=30090
--- Comment #3 from eric mccarthy mccarthy@volny.cz 2012-03-17 09:14:32 CDT --- (In reply to comment #1)
*** Bug 30165 has been marked as a duplicate of this bug. ***
I've been running Pmail from the command line with a Wine debug symbols terminal output into a text file. It runs much, much slower but it appears to "fix" instances when Pmail crashes since I am not able to reproduce the crash. I can crash Pmail when wine debug symbols are not redirected into a file (or terminal).
I am 99% certain that bug 30090 and 30165 are not the same. And how anyone comparing a post mortem crash report (30165) and debug dump (30090) can come to the conclusion that they are the source of the same "fault" in the code is beyond me. But hey, I guess we wont know for certain until somebody fixes all the cries for "fixme", "fixme", "err:tooltips", "fixme", "fixme". Won't we?
http://bugs.winehq.org/show_bug.cgi?id=30090
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@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@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
http://bugs.winehq.org/show_bug.cgi?id=30090
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #5 from Jacek Caban jacek@codeweavers.com 2012-04-17 05:16:08 CDT --- Patch sent:
http://source.winehq.org/patches/data/85518
http://bugs.winehq.org/show_bug.cgi?id=30090
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |34b41084a106260e84acad0c120 | |210698dbc022e Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Jacek Caban jacek@codeweavers.com 2012-04-18 03:52:30 CDT --- Fixed in git.
http://bugs.winehq.org/show_bug.cgi?id=30090
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2012-04-27 13:00:10 CDT --- Closing bugs fixed in 1.5.3.
https://bugs.winehq.org/show_bug.cgi?id=30090
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download-us.pmail.co |https://web.archive.org/web |m/w32-463.exe |/20211030205500/http://down | |load-us.pmail.com/w32-462.e | |xe
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20211030205500/http://download-us.pmail.com/w32-...
$ sha1sum w32-462.exe 1fb6ab0edcfd3e7088dda1eca2bd29902715a722 w32-462.exe
$ du -sh w32-462.exe 13M w32-462.exe
FYI this bug was a dupe of bug 29115.
Regards