https://bugs.winehq.org/show_bug.cgi?id=50620
Bug ID: 50620 Summary: Multiple applications crash due to DHTMLEdit 'IOleObject::GetMiscStatus' stub (Atomic Mail Sender 4.25, RSSeditor 0.9.54, High Impact eMail 5) Product: Wine Version: 6.1 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says. Continuation of bug 29709.
Running the installer:
--- snip --- $ wine ./AtomicMailSender_425_setup.exe ... C:\Program Files (x86)\AtomPark\Atomic Mail Sender>regsvr32 /s /u "c:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx" ... C:\Program Files (x86)\AtomPark\Atomic Mail Sender>regsvr32 /s /u "c:\Program Files\Common Files\Microsoft Shared\Triedit\triedit.dll" ... C:\Program Files (x86)\AtomPark\Atomic Mail Sender>regsvr32 /s "c:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx" ... C:\Program Files (x86)\AtomPark\Atomic Mail Sender>regsvr32 /s "c:\Program Files\Common Files\Microsoft Shared\Triedit\triedit.dll" ... 01e0:fixme:dhtmled:OleObject_GetMiscStatus (0016E928)->(1, 018B7C8C) stub 01e0:fixme:dhtmled:OleObject_Close (0016E928)->(1) stub wine: Unhandled exception 0x0eedfade in thread 1e0 at address 7B00FE38 (thread 01e0), starting debugger... ... 01e0:err:virtual:virtual_setup_exception stack overflow 1796 bytes in thread 01e0 addr 0x7bc46bda stack 0x2208fc (0x220000-0x221000-0x320000) --- snip ---
Tracing app startup:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/AtomPark/Atomic Mail Sender
$ WINEDEBUG=+seh,+relay,+loaddll,+dhtmled wine ./AtomicMailSender.exe >>log.txt 2>&1 ... 00fc:Call KERNEL32.LoadLibraryExW(0031f446 L"c:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx",00000000,00000008) ret=00b54e61 ... 00fc:trace:loaddll:build_module Loaded L"c:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx" at 01D40000: builtin 00fc:Call PE DLL (proc=01D44E40,module=01D40000 L"dhtmled.ocx",reason=PROCESS_ATTACH,res=00000000) ... 00fc:Call dhtmled.ocx.DllGetClassObject(0031f758,00b79f34,0031f770) ret=00b54f94 ... 00fc:trace:dhtmled:DllGetClassObject ({2d360200-fff5-11d1-8d03-00a0c959bc0a}, {00000001-0000-0000-c000-000000000046}, 0031F770) 00fc:trace:dhtmled:ClassFactory_QueryInterface (01D4B038)->({00000001-0000-0000-c000-000000000046}, 0031F770) 00fc:Ret dhtmled.ocx.DllGetClassObject() retval=00000000 ret=00b54f94 ... 00fc:trace:dhtmled:ClassFactory_CreateInstance (01D4B038)->(00000000, {00000112-0000-0000-c000-000000000046}, 0031F76C) 00fc:trace:dhtmled:dhtml_edit_create ({00000112-0000-0000-c000-000000000046}, 0031F76C) ... 00fc:trace:dhtmled:dhtml_edit_qi (0018FEA8)->({00000112-0000-0000-c000-000000000046}, 0031F76C) 00fc:trace:dhtmled:dhtml_edit_addref (0018FEA8) ref=2 00fc:trace:dhtmled:dhtml_edit_release (0018FEA8) ref=1 00fc:Ret combase.CoCreateInstance() retval=00000000 ret=004a1194 00fc:fixme:dhtmled:OleObject_GetMiscStatus (0018FEA8)->(1, 018B7C40) stub 00fc:Call KERNEL32.GetLastError() ret=01631fcf 00fc:Ret KERNEL32.GetLastError() retval=000036b7 ret=01631fcf ... 00fc:Call KERNEL32.FormatMessageA(00003200,00000000,80004001,00000000,0031f704,00000100,00000000) ret=0040e808 ... 00fc:Ret KERNEL32.FormatMessageA() retval=00000012 ret=0040e808 00fc:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0031f83c) ret=0049d671 00fc:Call ntdll.memcpy(0031f7a8,0031f83c,0000001c) ret=7b00fe28 00fc:Ret ntdll.memcpy() retval=0031f7a8 ret=7b00fe28 00fc:trace:seh:dispatch_exception code=eedfade flags=1 addr=7B00FE38 ip=7b00fe38 tid=00fc 00fc:trace:seh:dispatch_exception info[0]=0049d671 00fc:trace:seh:dispatch_exception info[1]=018b79ac 00fc:trace:seh:dispatch_exception info[2]=80004001 00fc:trace:seh:dispatch_exception info[3]=0042999c 00fc:trace:seh:dispatch_exception info[4]=00000000 00fc:trace:seh:dispatch_exception info[5]=0031f888 00fc:trace:seh:dispatch_exception info[6]=0031f858 00fc:trace:seh:dispatch_exception eax=0031f794 ebx=80004001 ecx=0031f83c --- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/2201ca08fb03d069fa2ccf46773c150a...
--- snip -- 737 static HRESULT WINAPI OleObject_GetMiscStatus(IOleObject *iface, DWORD aspect, DWORD *status) 738 { 739 DHTMLEditImpl *This = impl_from_IOleObject(iface); 740 FIXME("(%p)->(%u, %p) stub\n", This, aspect, status); 741 *status = 0; 742 return E_NOTIMPL; 743 } --- snip --
Stable download links via Internet Archive:
====
Atomic Mail Sender 4.2x:
https://web.archive.org/web/20210204200155/http://www.massmailsoftware.com/d...
$ sha1sum AtomicMailSender_425_setup.exe cba0226b5bfba9b793f3b40bd732ef64ef23e844 AtomicMailSender_425_setup.exe
$ du -sh AtomicMailSender_425_setup.exe 5.4M AtomicMailSender_425_setup.exe
====
RSSeditor 0.9.54:
https://web.archive.org/web/20210204200405/https://download.informer.com/win...
$ sha1sum rsseditor-v09-54-setup.exe eaffbd40683bcd5f27a46056a3b19116e5f93cab rsseditor-v09-54-setup.exe
$ du -sh rsseditor-v09-54-setup.exe 6.7M rsseditor-v09-54-setup.exe
====
High Impact eMail 5:
https://web.archive.org/web/20120514104743/http://www.templatezone.com/produ...
$ sha1sum High_Impact_eMail_5_Platinum_Setup.exe duaee554591f2af31601649335f717fc51006b1e26 High_Impact_eMail_5_Platinum_Setup.exe
$ du -sh High_Impact_eMail_5_Platinum_Setup.exe 271M High_Impact_eMail_5_Platinum_Setup.exe
====
$ wine --version wine-6.1-122-g2201ca08fb0
Regards
https://bugs.winehq.org/show_bug.cgi?id=50620
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20210204200155/http://www. | |massmailsoftware.com/d/file | |s/AtomicMailSender_425_setu | |p.exe Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=50620
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- Sent a patch series https://source.winehq.org/patches/data/199422 https://source.winehq.org/patches/data/199423
Please test it.
https://bugs.winehq.org/show_bug.cgi?id=50620
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |d2c2987bcef21c08aacaba95af7 | |6ef381e0907e1
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/d2c2987bcef21c08aacaba95af... ("dhtmled.ocx: Implement IOleObject::GetMiscStatus function.").
Thanks Vijay
--- snip --- ... 00fc:trace:dhtmled:DllGetClassObject ({2d360200-fff5-11d1-8d03-00a0c959bc0a}, {00000001-0000-0000-c000-000000000046}, 0032F730) 00fc:trace:dhtmled:ClassFactory_QueryInterface (01D7B038)->({00000001-0000-0000-c000-000000000046}, 0032F730) 00fc:Ret dhtmled.ocx.DllGetClassObject() retval=00000000 ret=00b84f94 ... 00fc:trace:dhtmled:ClassFactory_CreateInstance (01D7B038)->(00000000, {00000112-0000-0000-c000-000000000046}, 0032F72C) 00fc:trace:dhtmled:dhtml_edit_create ({00000112-0000-0000-c000-000000000046}, 0032F72C) ... 00fc:trace:dhtmled:dhtml_edit_qi (001A0788)->({00000112-0000-0000-c000-000000000046}, 0032F72C) 00fc:trace:dhtmled:dhtml_edit_addref (001A0788) ref=2 00fc:trace:dhtmled:dhtml_edit_release (001A0788) ref=1 00fc:Ret combase.CoCreateInstance() retval=00000000 ret=004a1194 00fc:trace:dhtmled:OleObject_GetMiscStatus (001A0788)->(1, 018C7C8C) 00fc:Call ole32.OleRegGetMiscStatus(01d78e80,00000001,018c7c8c) ret=01d737e8 ... 00fc:Ret ole32.OleRegGetMiscStatus() retval=00000000 ret=01d737e8 00fc:trace:dhtmled:OleObject_SetClientSite (001A0788)->(018C7CB4) 00fc:trace:dhtmled:dhtml_edit_qi (001A0788)->({7fd52380-4e07-101b-ae2d-08002b2ec713}, 018C7C6C) 00fc:trace:dhtmled:dhtml_edit_addref (001A0788) ref=2 00fc:fixme:dhtmled:OleObject_GetExtent (001A0788)->(1, 0032F808) stub 00fc:Call KERNEL32.GetLastError() ret=01641fcf 00fc:Ret KERNEL32.GetLastError() retval=000036b7 ret=01641fcf ... 00fc:trace:seh:dispatch_exception code=eedfade flags=1 addr=7B010198 ip=7b010198 tid=00fc 00fc:trace:seh:dispatch_exception info[0]=0049d671 00fc:trace:seh:dispatch_exception info[1]=018c79f8 00fc:trace:seh:dispatch_exception info[2]=80004001 00fc:trace:seh:dispatch_exception info[3]=0042999c 00fc:trace:seh:dispatch_exception info[4]=00000000 00fc:trace:seh:dispatch_exception info[5]=0032f840 00fc:trace:seh:dispatch_exception info[6]=0032f810 00fc:err:seh:dispatch_exception Fatal unknown exception (code=eedfade) raised --- snip ---
I will create a follow-up bug about the next issue.
$ wine --version wine-6.2-157-gb8719736c5a
Regards
https://bugs.winehq.org/show_bug.cgi?id=50620
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
continuation is bug 50697
Regards
https://bugs.winehq.org/show_bug.cgi?id=50620
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.3.
https://bugs.winehq.org/show_bug.cgi?id=50620
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |6.0.x
https://bugs.winehq.org/show_bug.cgi?id=50620
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|6.0.x |---
--- Comment #5 from Michael Stefaniuc mstefani@winehq.org --- Removing the 6.0.x milestone from bug fixes included in 6.0.1.