https://bugs.winehq.org/show_bug.cgi?id=49523
Bug ID: 49523 Summary: Regression: Access denied opening c:\windows\system32\cmd.exe\cmd.exe Product: Wine Version: 5.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: net147@gmail.com Distribution: ---
Wine 5.10: $ WINEDEBUG=-all wine cmd /c 'type c:\windows\system32\cmd.exe\cmd.exe' File not found.
Failed to open 'c:\windows\system32\cmd.exe\cmd.exe'
Wine 5.11 and 5.12: $ WINEDEBUG=-all wine cmd /c 'type c:\windows\system32\cmd.exe\cmd.exe' Access denied.
Failed to open 'c:\windows\system32\cmd.exe\cmd.exe'
https://bugs.winehq.org/show_bug.cgi?id=49523
Jonathan Liu net147@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |net147@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=49523
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression: Access denied |Access denied opening |opening |c:\windows\system32\cmd.exe |c:\windows\system32\cmd.exe |\cmd.exe |\cmd.exe | Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=49523
Jonathan Liu net147@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org Regression SHA1| |e0fca9451146908402a8fbc770f | |f189aba636213
--- Comment #1 from Jonathan Liu net147@gmail.com --- I have bisected the issue to the following commit:
commit e0fca9451146908402a8fbc770ff189aba636213 Author: Alexandre Julliard julliard@winehq.org Date: Fri Jun 12 14:20:16 2020 +0200
ntdll: Move the directory functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=49523
Jonathan Liu net147@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll
https://bugs.winehq.org/show_bug.cgi?id=49523
Jonathan Liu net147@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |688799b1f7b2750b938f8da7714 | |80d2c16d1ae1d Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Jonathan Liu net147@gmail.com --- Fixed by the following commit:
commit 688799b1f7b2750b938f8da771480d2c16d1ae1d Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 21 18:18:17 2020 +0200
ntdll: Map errno to a status also in directory functions.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49523 Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/ntdll/tests/file.c | 25 +++++++++++++++++++++++++ dlls/ntdll/unix/file.c | 13 +++++-------- 2 files changed, 30 insertions(+), 8 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=49523
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.14.