[Bug 19846] New: WinCVS update/commit fails with error [80090301]
http://bugs.winehq.org/show_bug.cgi?id=19846 Summary: WinCVS update/commit fails with error [80090301] Product: Wine Version: 1.1.28 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: vipuls(a)gmail.com WinCVS running on Wine (Ubuntu 9.04 Jaunty) with CVSNT and SSPI Auth fails on updates and commits with [80090301]. This combination worked fine until 1.1.27 -- the upgrade to 1.1.28 broke it. -- 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=19846 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-08-26 15:01:39 --- Regression test? http://wiki.winehq.org/RegressionTesting -- 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=19846 --- Comment #2 from Vipul <vipuls(a)gmail.com> 2009-08-26 17:08:03 --- After running regression tests, here's the culprit: dfb2b429a02ba289dc863373652b2ae0db65da4e is first bad commit commit dfb2b429a02ba289dc863373652b2ae0db65da4e Author: Kai Blin <kai.blin(a)gmail.com> Date: Tue Aug 11 22:13:10 2009 +0200 secur32: Load Negotiate provider again. :040000 040000 cf06b78402d1923d04a17162b79859212c8a2e41 7f804972b55be39561ccb4aded99bb9d5365c204 M dlls -- 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=19846 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |secur32 --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-26 17:43:15 --- That's a secur32 bug, 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=19846 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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=19846 --- Comment #4 from Kai Blin <kai.blin(a)gmail.com> 2009-08-27 02:04:20 --- Crud. Sorry about this. I was trying to fix bug #16905 with that path, and it seems like we can't fix both of them by cheating. Can you please get me a +secur32 log of your app failing? Sorry for the inconvenience. -- 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=19846 --- Comment #5 from Vipul <vipuls(a)gmail.com> 2009-08-27 12:52:08 --- How do I get the log? -- 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=19846 --- Comment #6 from Kai Blin <kai.blin(a)gmail.com> 2009-08-27 16:42:52 --- from a console window, run your program like WINEDEBUG=+secur32 wine program.exe >& secur32_log.txt and attach the logfile. If it's too big, compress it first, e.g. using bzip2 -- 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=19846 --- Comment #7 from Vipul <vipuls(a)gmail.com> 2009-08-27 17:01:06 --- Created an attachment (id=23286) --> (http://bugs.winehq.org/attachment.cgi?id=23286) secur32 debug log Here's the log file requested. -- 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=19846 Kai Blin <kai.blin(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #8 from Kai Blin <kai.blin(a)gmail.com> 2009-08-28 02:43:15 --- Thank you. Confirming bug then. The app explicitly queries for a bunch of security providers and then picks Negotiate. -- 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=19846 Kai Blin <kai.blin(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kai.blin(a)gmail.com --- Comment #9 from Kai Blin <kai.blin(a)gmail.com> 2009-12-12 03:45:26 --- Can you try if the hack on bug #20562 fixes your 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=19846 Kai Blin <kai.blin(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Kai Blin <kai.blin(a)gmail.com> 2009-12-30 11:56:52 --- Should be fixed by 9a81b032c41c694e6e902afcb51d0f7c8a8b1096. Please reopen if this is still not working. -- 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=19846 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:47:33 --- Closing bugs fixed in 1.1.36. -- 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