[Bug 36049] New: Marangatu (VB6 app) reports 'Run-time error -2147467259 (80004005)' when clicking 'about...' (exec_page_setup is a stub)
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(a)winehq.org Reporter: focht(a)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 -- 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=36049 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.set.gov.py/softw | |are/marangatui/instalador.e | |xe -- 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=36049 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Marangatu (VB6 app) reports |Marangatu (VB6 app) reports |'Run-time error -2147467259 |'Run-time error -2147467259 |(80004005)' when clicking |(80004005)' when clicking |'about...' (exec_page_setup |'about...' menu |is a stub) | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=36049 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- I sent a patch http://www.winehq.org/pipermail/wine-patches/2014-May/132499.html -- 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.
http://bugs.winehq.org/show_bug.cgi?id=36049 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- This is committed as 82bb4f51c160fe0aabe25765478757481ee5ed81. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=36049 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |82bb4f51c160fe0aabe25765478 | |757481ee5ed81 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello Nikolay, indeed fixed, the "about" dialog is now shown. Thanks. http://source.winehq.org/git/wine.git/commitdiff/82bb4f51c160fe0aabe25765478... 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=36049 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.19. -- 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=36049 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.set.gov.py/softw |https://web.archive.org/web |are/marangatui/instalador.e |/20160217175252/https://www |xe |.set.gov.py/software/marang | |atui/instalador.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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla