https://bugs.winehq.org/show_bug.cgi?id=44814
Bug ID: 44814 Summary: Some Cygwin applications need a better ntdll.NtQueryEaFile stub Product: Wine Version: 3.4 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
to track https://github.com/wine-staging/wine-staging/tree/master/patches/ntdll-NtQue...
Unfortunately there is little information/details, I just found this:
https://wine-staging.com/news/2015-06-14-release-1.7.45.html
--- quote --- Improve stub for NtQueryEaFile (Wine Staging Bug #353) --- quote ---
Sadly no applications are mentioned. My guess would be it was Cygwin or MSYS2 related.
https://github.com/openunix/cygwin/blob/master/winsup/cygwin/ntea.cc
https://github.com/openunix/cygwin/search?utf8=%E2%9C%93&q=NtQueryEaFile
Further info:
https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/ntifs/...
$ wine --version wine-3.4
Regards