[Bug 10706] New: unimplemented ntdll.dll.NtQueryEaFile and ntdll.dll. NtSetEaFile cause CVSNT client included in TortoiseCVS to fail checkout operation
http://bugs.winehq.org/show_bug.cgi?id=10706 Summary: unimplemented ntdll.dll.NtQueryEaFile and ntdll.dll.NtSetEaFile cause CVSNT client included in TortoiseCVS to fail checkout operation Product: Wine Version: 0.9.50. Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-kernel AssignedTo: wine-bugs(a)winehq.org ReportedBy: jc.gervais(a)videotron.ca Steps to reproduce: Install TortoiseCVS (v1.8.31 from http://www.tortoisecvs.org/download.shtml) create a text file ~/.wine/drive_c/windows/temp/TCV1.tmp containing the line 'c:\temp' in it (omit single-quotes). Create the folder ~/.wine/drive_c/temp Invoke TortoiseCVS like this: wine ~/.wine/drive_c/Program\ Files/TortoiseCVS/TortoiseAct.exe CVSCheckOut -f c:\\windows\\temp\\TCV1.tmp -h 0x300b4 Enter valid login info in the checkout dialog that should permit you to access a CVS server and perform a checkout. Click 'OK', TortoiseCVS will spawn the Win32 executable 'cvs.exe' and perform the checkout, which will fail with the following trace: wine: Call from 0x7bc38828 to unimplemented function ntdll.dll.NtQueryEaFile, aborting wine: Call from 0x7bc38828 to unimplemented function ntdll.dll.NtSetEaFile, aborting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10706 --- Comment #1 from Vijay Kamuju <infyquest(a)gmail.com> 2007-12-07 17:19:41 --- Created an attachment (id=9543) --> (http://bugs.winehq.org/attachment.cgi?id=9543) stub implementation of NT*EaFile Could you please try the attached patch and post the output. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10706 --- Comment #2 from J <jc.gervais(a)videotron.ca> 2007-12-11 14:55:37 --- WORKAROUND: Changing the 'Windows' type to 'Windows ME' in the 'Applications' tab of the winecfg program causes the program to function as expected. Thanks to Sylvain Petreolle for the tip. Note, this may require you to re-install TortoiseCVS as it does not install the 'cvs95.exe' when its install program (running under Wine) detects the platform as Windows 2000 or greater. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10706 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.tortoisecvs.org/d | |ownload.shtml Keywords| |download, patch --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-06-17 11:40:34 --- Is this still an issue in wine 1.0? -- 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=10706 --- Comment #4 from J <jc.gervais(a)videotron.ca> 2008-07-14 09:55:01 --- (In reply to comment #3)
Is this still an issue in wine 1.0?
They're both still listed as stubs in Wine 1.1.0 -- 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=10706 Andrey Turkin <andrey.turkin(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin(a)gmail.com --- Comment #5 from Andrey Turkin <andrey.turkin(a)gmail.com> 2008-09-25 09:33:03 --- Stubs for these function were just submitted to GIT -- 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=10706 --- Comment #6 from Andrey Turkin <andrey.turkin(a)gmail.com> 2008-10-07 11:08:33 --- Please test if it works with current GIT -- 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=10706 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Vijay Kamuju <infyquest(a)gmail.com> 2008-11-20 11:21:40 --- closing this as a stub implementation of it is committed in the git. Please reopen if the program crashes due to lack of real implementation of these functions. -- 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=10706 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-11-21 10:31:16 --- Closing bugs fixed in 1.1.9. -- 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=10706 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:15:31 CST --- Removing deprecated 'All' Platform/OS. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10706 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |ntdll CC| |focht(a)gmx.net Hardware|Other |x86 Severity|enhancement |normal OS|other |Linux Fixed by SHA1| |c425c8a406669fc203a8f77ca3b | |e5216fa4e4160 -- 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