https://bugs.winehq.org/show_bug.cgi?id=54997
Bug ID: 54997 Summary: msys2: gpg.exe fails because "NtSetInformationFile Unsupported class (65)" Product: Wine Version: 8.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: bernhardu@mailbox.org Distribution: ---
Created attachment 74550 --> https://bugs.winehq.org/attachment.cgi?id=74550 ntdll: Basic FileRenameInformationEx.
Steps to reproduce inside msys shell: mv msys64/etc/pacman.d/gnupg msys64/etc/pacman.d/gnupg.old pacman-key --init pacman-key --populate
fixme:file:NtSetInformationFile Unsupported class (65)
The missing class is FileRenameInformationEx. Attached patch adds minimal support for this class.