[Bug 50697] New: Multiple applications crash due to DHTMLEdit 'IOleObject::GetExtent' stub (Atomic Mail Sender 4.2x)

WineHQ Bugzilla wine-bugs at winehq.org
Fri Feb 19 04:21:49 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50697

            Bug ID: 50697
           Summary: Multiple applications crash due to DHTMLEdit
                    'IOleObject::GetExtent' stub (Atomic Mail Sender 4.2x)
           Product: Wine
           Version: 6.2
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mshtml
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
      Distribution: ---

Hello folks,

continuation of bug 50620 ("Multiple applications crash due to DHTMLEdit
'IOleObject::GetMiscStatus' stub (Atomic Mail Sender 4.25, RSSeditor 0.9.54,
High Impact eMail 5)").

Relevant part of trace log:

--- 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: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 ---

Wine source:

https://source.winehq.org/git/wine.git/blob/b8719736c5a022fa9c50f64adfc3ef58b40460f2:/dlls/dhtmled.ocx/edit.c#l707

--- snip ---
 707 static HRESULT WINAPI OleObject_GetExtent(IOleObject *iface, DWORD aspect,
SIZEL *size_limit)
 708 {
 709     DHTMLEditImpl *This = impl_from_IOleObject(iface);
 710     FIXME("(%p)->(%u, %p) stub\n", This, aspect, size_limit);
 711     return E_NOTIMPL;
 712 }
--- snip ---

Atomic Mail Sender 4.2x:

https://web.archive.org/web/20210204200155/http://www.massmailsoftware.com/d/files/AtomicMailSender_425_setup.exe

$ sha1sum AtomicMailSender_425_setup.exe 
cba0226b5bfba9b793f3b40bd732ef64ef23e844  AtomicMailSender_425_setup.exe

$ du -sh AtomicMailSender_425_setup.exe 
5.4M    AtomicMailSender_425_setup.exe

$ wine --version
wine-6.2-157-gb8719736c5a

Regards

-- 
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.



More information about the wine-bugs mailing list