[Bug 36047] New: Marangatu (VB6 app) reports 'Run-time error 445: Object doesn't support this action' when clicking 'print preview' (exec_print_preview is a stub)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 22 06:42:03 CDT 2014


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

            Bug ID: 36047
           Summary: Marangatu (VB6 app) reports 'Run-time error 445:
                    Object doesn't support this action' when clicking
                    'print preview' (exec_print_preview is a stub)
           Product: Wine
           Version: 1.7.17
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mshtml
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net

Hello folks,

as the summary says ...

--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/marangatu

$ WINEDEBUG=+tid,+seh,+relay,+ole,+variant,+msgbox wine ./eset.exe >> log.txt
2>&1
...
0023:trace:ole:ITypeInfo_fnInvoke
(0x15cc70)(0x14c2f0,id=502,flags=0x00000001,0x33f568,(nil),0x33f548,0x33f578)
0023:trace:ole:dump_DispParms args=4 named args=0
0023:trace:ole:dump_DispParms args:
0023:trace:ole:dump_Variant 0x33f5ac->{VT_I2,0}
0023:trace:ole:dump_Variant 0x33f5bc->{VT_I2,0}
0023:trace:ole:dump_Variant 0x33f5cc->{VT_I4,0}
0023:trace:ole:dump_Variant 0x33f5dc->{VT_I4,7}
0023:trace:ole:ITypeInfo_fnInvoke invoking:
L"ExecWB"(4)
    parm0: L"cmdID"
    parm1: L"cmdexecopt"
    parm2: L"pvaIn"
    parm3: L"pvaOut" 
...
0023:fixme:mshtml:exec_print_preview (0x2c926b0)->(0 0x2e52808 0x2e52818)
...
0023:warn:ole:ITypeInfo_fnInvoke invoked function failed with error 0x80004001
...
0023:trace:seh:raise_exception code=c000008f flags=1 addr=0x7b83ac57
ip=7b83ac57 tid=0023
0023:trace:seh:raise_exception  info[0]=deadcafe
0023:trace:seh:raise_exception  info[1]=deadcafe
0023:trace:seh:raise_exception  eax=7b826c7d ebx=7b8bb000 ecx=deadcafe
edx=0033f41c esi=0033f4bc edi=0033f480
0023:trace:seh:raise_exception  ebp=0033f458 esp=0033f3f4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000287
0023:trace:seh:call_stack_handlers calling handler at 0x401f36 code=c000008f
flags=1 
...
0023:trace:msgbox:MSGBOX_OnInit L"Run-time error '445':\n\nObject doesn't
support this action"
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/595fb40efcfe1d49747ef63e823f9e6171e2d193:/dlls/mshtml/olecmd.c#l304

--- snip ---
304 static HRESULT exec_print_preview(HTMLDocument *This, DWORD nCmdexecopt,
VARIANT *pvaIn, VARIANT *pvaOut)
305 {
306     FIXME("(%p)->(%d %p %p)\n", This, nCmdexecopt, pvaIn, pvaOut);
307     return E_NOTIMPL;
308 }
--- snip ---

$ sha1sum instalador.exe 
b4ce5267dcbfec8055ca5d3e251c91add8a11ec3  instalador.exe

$ du -sh instalador.exe 
3.0M    instalador.exe

$ wine --version
wine-1.7.17-28-g5ef5490

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