[Bug 50620] New: Multiple applications crash due to DHTMLEdit 'IOleObject::GetMiscStatus' stub (Atomic Mail Sender 4.25, RSSeditor 0.9.54, High Impact eMail 5)

WineHQ Bugzilla wine-bugs at winehq.org
Thu Feb 4 14:37:58 CST 2021


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 at winehq.org
          Reporter: focht at 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/2201ca08fb03d069fa2ccf46773c150a6f7988bc:/dlls/dhtmled.ocx/edit.c#l737

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

====

RSSeditor 0.9.54:

https://web.archive.org/web/20210204200405/https://download.informer.com/win-1193248228-4ffd750b-6f72263a/rsseditor-v09-54-setup.exe

$ 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/products/HIE5/High_Impact_eMail_5_Platinum_Setup.exe

$ 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

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