https://bugs.winehq.org/show_bug.cgi?id=36049
Bug ID: 36049 Summary: Marangatu (VB6 app) reports 'Run-time error -2147467259 (80004005)' when clicking 'about...' (exec_page_setup is a stub) Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
as the summary says ...
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/marangatu
$ WINEDEBUG=+tid,+seh,+relay,+scrrun,+msxml,+ole,+variant,+msgbox wine ./eset.exe >> log.txt 2>&1 ... 0023:trace:msxml:create_moniker_from_url L"C:\Program Files\marangatu\conf\sistema\fechaActualizacion.xml" ... 0023:Call KERNEL32.CreateFileW(0033eeb8 L"C:\Program Files\marangatu\conf\sistema\fechaActualizacion.xml",80000000,00000003,00000000,00000003,00000080,00000000) ret=7e07a855 0023:Ret KERNEL32.CreateFileW() retval=00000294 ret=7e07a855 ... 0023:trace:msxml:domdoc_load ret (0) 0023:trace:msxml:domdoc_getElementsByTagName (0x2cbccb0)->(L"", 0x33f640) 0023:Call ntdll.RtlAllocateHeap(00110000,00000000,00000024) ret=7ca912c6 0023:Ret ntdll.RtlAllocateHeap() retval=02e55d88 ret=7ca912c6 0023:trace:msxml:create_selection (0x7e26cd18, "descendant::", 0x33f640) 0023:trace:msxml:xmldoc_add_refs (0x7e26cd18)->(2) 0023:trace:msxml:registerNamespaces (0x7ccee218) 0023:err:msxml:domselection_create error code 1207 0023:err:msxml:domselection_create error code 1207 0023:trace:msxml:domselection_Release (0x2e55d88)->(0) 0023:trace:msxml:xmldoc_release_refs (0x7e26cd18)->(1) ... 0023:Call KERNEL32.RaiseException(c000008f,00000001,00000002,0033f540) ret=660d0956 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=0033f494 esi=0033f540 edi=0033f500 0023:trace:seh:raise_exception ebp=0033f4d8 esp=0033f474 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 0023:trace:seh:call_stack_handlers calling handler at 0x401f36 code=c000008f flags=1 ... 0023:trace:msgbox:MSGBOX_OnInit L"Run-time error '-2147467259 (80004005)':\n\nMethod '~' of object '~' failed" --- snip ---
The content of 'fechaActualizacion.xml':
--- snip --- <fechaUltimaActualizacion>19/09/2012</fechaUltimaActualizacion> --- snip ---
'winetricks -q msxml3' works around.
$ sha1sum instalador.exe b4ce5267dcbfec8055ca5d3e251c91add8a11ec3 instalador.exe
$ du -sh instalador.exe 3.0M instalador.exe
$ wine --version wine-1.7.17-28-g5ef5490
Regards