[Bug 31102] New: CMDcenter.exe failure -> fixme:msxml:xmlnodelist__newEnum
http://bugs.winehq.org/show_bug.cgi?id=31102 Bug #: 31102 Summary: CMDcenter.exe failure -> fixme:msxml:xmlnodelist__newEnum Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs(a)winehq.org ReportedBy: tonybcrawford(a)gmail.com Classification: Unclassified With reference to BugID 30551, Nikolay requested a new bug report so the following msxml3 problem can be tracked separately: CMDcenter.exe fails with the following message: --- 0009:fixme:msxml:xmlnodelist__newEnum (0x156190)->(0x32f1f0) --- NB: As part of BugID 30551, the following patch was sent today:- http://www.winehq.org/pipermail/wine-patches/2012-July/115774.html. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |30551 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|CMDcenter.exe failure -> |CMDcenter.exe failure: |fixme:msxml:xmlnodelist__ne |IXMLDOMNodeList__newEnum |wEnum |not implemented -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Bug 31102 depends on bug 30551, which changed state. Bug 30551 Summary: SDET CMDCenter page faults http://bugs.winehq.org/show_bug.cgi?id=30551 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-07-02 14:32:23 CDT --- This should be fixed by 03ad0acfad45ea4a6a992645e6fa2c17f6165fd6. Please try current wine from git to confirm. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 --- Comment #2 from Tony Crawford <tonybcrawford(a)gmail.com> 2012-07-02 16:23:02 CDT --- Created attachment 40838 --> http://bugs.winehq.org/attachment.cgi?id=40838 CMDcenter dubug output using +msxml,+tid Updated with the new commits and re-built wine. Now when I execute CMDcenter.exe I get the main screen. A big step forward. However, when I select a second level window I get the same error as before in a messagebox, as follows: Run-time error '445': Object doesn't support this action <ok> When I select OK, CMDcenter.exe keeps running and the correct window appears... but all data fields are blank! I can dismiss this window and continue selecting other windows. Some windows (not all) appear ok and work correctly. The debug output is attached using +msxml,+tid -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-07-02 23:09:57 CDT --- New message is most likely about this one: --- 0024:fixme:msxml:xmlnodemap__newEnum (0x1e5168)->(0x33f20c) --- I'll do some tests for that. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-07-03 00:18:12 CDT --- Patch sent for this http://www.winehq.org/pipermail/wine-patches/2012-July/115812.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 --- Comment #5 from Tony Crawford <tonybcrawford(a)gmail.com> 2012-07-03 09:50:10 CDT --- Nikolay, That appears to resolve this msxml3 problem. I can't fully check because I have an error due to a missing dll. This dll is present in my distro/normal install of wine but not in my chroot build. I'll do some further testing once I figure out how to register my dll for the chroot build of wine. Cheers Tony -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |03ad0acfad45ea4a6a992645e6f | |a2c17f6165fd6 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-07-03 11:06:39 CDT --- Second problem is fixed with 1625dae7e3bc5de76e0445b3e5f91e33ad78f4e8. Open a new report if you still have some troubles. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Tony Crawford <tonybcrawford(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from Tony Crawford <tonybcrawford(a)gmail.com> 2012-07-03 11:30:45 CDT --- (In reply to comment #6)
Second problem is fixed with 1625dae7e3bc5de76e0445b3e5f91e33ad78f4e8. Open a new report if you still have some troubles.
Ok, thanks for your help Nikolay -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-07-03 11:36:52 CDT --- Fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=31102 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-07-03 14:13:51 CDT --- Closing bugs fixed in 1.5.8. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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)
-
wine-bugs@winehq.org