[Bug 50697] New: Multiple applications crash due to DHTMLEdit 'IOleObject::GetExtent' stub (Atomic Mail Sender 4.2x)
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(a)winehq.org Reporter: focht(a)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/b8719736c5a022fa9c50f64adfc3ef58... --- 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... $ 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.
https://bugs.winehq.org/show_bug.cgi?id=50697 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://web.archive.org/web | |/20210204200155/http://www. | |massmailsoftware.com/d/file | |s/AtomicMailSender_425_setu | |p.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50697 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #1 from Vijay Kamuju <infyquest(a)gmail.com> --- I have sent new patches for the implementation of GetExtent and SetExtent https://source.winehq.org/patches/data/200303 https://source.winehq.org/patches/data/200304 I will also try to check if there are other IOleObject methods can be implemented easily and which might be needed for this application -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50697 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |6ca1a92684fcbaa1c569b60411a | |8036b6d11dc99 --- Comment #2 from Vijay Kamuju <infyquest(a)gmail.com> --- fixed by commit 6ca1a92684fcbaa1c569b60411a8036b6d11dc99 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50697 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.6. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50697 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |6.0.x -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50697 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|6.0.x |--- --- Comment #4 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 6.0.x milestone from bug fixes included in 6.0.2. -- 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.
participants (1)
-
WineHQ Bugzilla