[Bug 12259] New: CoWaitForMultipleHandles Unexpected wait termination
http://bugs.winehq.org/show_bug.cgi?id=12259 Summary: CoWaitForMultipleHandles Unexpected wait termination Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole AssignedTo: wine-bugs(a)winehq.org ReportedBy: winehq(a)darkk.net.ru Created an attachment (id=11709) --> (http://bugs.winehq.org/attachment.cgi?id=11709) full log with WINEDEBUG=+ole I faced the bug while running beta version of 2gis-v3 ( http://plugins.2gis.ru/2gis_v3/ ) that is going to be released on 1st of April. The program installs ok, but fails to run. Log file has more then 30000 message like err:ole:CoWaitForMultipleHandles Unexpected wait termination: -1, 87 and it looks like the reason of failure. I've not succeeded trying to use native WinXP dlls as I had no straight plan of dll-replacement. Full log file with WINEDEBUG=+ole is attached. -- 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=12259 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robertshearman(a)gmail.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Rob Shearman <robertshearman(a)gmail.com> 2008-06-01 11:54:18 --- Thanks for the information. We need to add a test for what happens on Windows when you call CoWaitForMultipleHandles in the following way and fix any differences in our implementation: CoWaitForMultipleHandles (0x00000000, 0x000003e8, 0, (nil), 0x33fbb4); -- 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=12259 Hin-Tak Leung <htl10(a)users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |htl10(a)users.sourceforge.net --- Comment #2 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-06-02 18:21:17 --- I suppost bug 12156 wasn't fixed - with 1.0 rc3, I can get 30,000+ lines of the err:ole:CoWaitForMultipleHandles messages just before wine crashes. -- 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=12259 --- Comment #3 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-06-17 20:19:13 --- Have you installed any MS dev kits by any choice? see bug 13964. I think they mask the real errors. (that said, it means it is two bugs, one to do with MS dev kit, another to do with the real cause of the underlying problem). -- 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=12259 --- Comment #3 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-06-17 20:19:13 --- Have you installed any MS dev kits by any choice? see bug 13964. I think they mask the real errors. (that said, it means it is two bugs, one to do with MS dev kit, another to do with the real cause of the underlying problem). --- Comment #4 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-06-18 20:05:07 --- see bug 13964 for focht's excellent analysis of the problem. -- 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=12259 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |ole32 -- 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=12259 --- Comment #5 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2009-01-11 09:21:39 --- Hmm, I think wine should not allow MS dev tools to overwrite the debugger hooks in the registry? - since it doesn't work, and tend to mask other problems? -- 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=12259 --- Comment #6 from Leonid Evdokimov <winehq(a)darkk.net.ru> 2009-01-11 11:32:01 --- (In reply to comment #3)
Have you installed any MS dev kits by any choice?
No, I've not installed any devkits, I tested with freshly created wineprefix. In fact, 2gis-3.0 is supported much better by latest versions of wine, though it depends on wine version at lot. E.g. wine-1.0 from ubuntu 8.04 does not work. Anyway, I can't reproduce exactly this bug with latest version of wine, so I don't know if it should be kept open. -- 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=12259 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-07-13 11:55:17 --- Is this still an issue in current (1.1.25 or newer) wine? -- 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=12259 Leonid Evdokimov <leon+winehq(a)darkk.net.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #8 from Leonid Evdokimov <leon+winehq(a)darkk.net.ru> 2009-07-13 12:18:07 --- As I mentioned above, I can't reproduce this bug anymore with the latest 2gis-3.0.x version and wine-1.1.25 on my gentoo laptop. So I mark this bug as `worksforme`. -- 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=12259 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |FIXED --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-07-14 03:33:46 --- Fixed then. -- 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=12259 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-07-17 12:13:45 --- Closing bugs fixed in 1.1.26. -- 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=12259 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a803fa3578194a3ebee9a673c7d | |adf5180b48e67 CC| |focht(a)gmx.net Version|unspecified |0.9.58. -- 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