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@winehq.org ReportedBy: jc.gervais@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