https://bugs.winehq.org/show_bug.cgi?id=47808
--- Comment #15 from Joel Holdsworth joel@airwebreathe.org.uk --- Just retested on wine-7.15-104-g4a3c7e2758a.
ls.exe seems to work now since 35a59e07b923e42d9bb391b0fef7acd25a9eb9d7 (win32u: Use syscall interface for NtUserSystemParametersInfo.)
mintty still crashes.
---------------------- $ wine64 /path/to/usr/bin/mintty.exe 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0024:fixme:ntdll:NtSetInformationToken unimplemented class 4 0024:fixme:security:GetWindowsAccountDomainSid (00000000FFFFC190 0000000000365148 00000000FFFFC18C): semi-stub 0024:fixme:netapi32:DsEnumerateDomainTrustsW ((null), 0x0023, 00000000FFFFC368, 00000000FFFFC354): stub 0114:fixme:wldap32:ldap_set_optionA Unsupported option: 0x95 0114:fixme:wldap32:ldap_set_optionA Unsupported option: 0x96 0024:fixme:netapi32:NetUserGetInfo Only implemented for local computer, but remote serverL"\\@" was requested. Cygwin WARNING: Couldn't compute FAST_CWD pointer. This typically occurs if you're using an older Cygwin version on a newer Windows. Please update to the latest available Cygwin version from https://cygwin.com/. If the problem persists, please see https://cygwin.com/problems.html
0024:fixme:netapi32:NetLocalGroupGetInfo ((null) L"Administrators" 1 00000000FFFFC3E0) semi-stub! 0024:fixme:netapi32:NetLocalGroupGetInfo ((null) L"Users" 1 00000000FFFFC3E0) semi-stub! Font not found, using system substitute: Lucida Console Font not found, using system substitute: Courier New 0024:fixme:system:EnableNonClientDpiScaling (000000000002005C): stub 0024:err:ole:com_get_class_object apartment not initialised 0024:fixme:dwmapi:DwmEnableBlurBehindWindow 000000000002005C 00000000FFFFC5B0 0024:fixme:dwmapi:DwmExtendFrameIntoClientArea (000000000002005C, 00000000FFFFC5C0) stub 0024:fixme:win:SetWindowCompositionAttribute (000000000002005C, 00000000FFFFC5C0): stub 0024:fixme:dwmapi:DwmEnableBlurBehindWindow 000000000002005C 00000000FFFFC0C0 0024:fixme:dwmapi:DwmExtendFrameIntoClientArea (000000000002005C, 00000000FFFFC0D0) stub 0024:fixme:win:SetWindowCompositionAttribute (000000000002005C, 00000000FFFFC0D0): stub 0024:fixme:imm:ImeSetActiveContext (0000000000010064, 1): stub 0024:fixme:imm:ImmReleaseContext (000000000002005C, 0000000000010064): stub 0024:fixme:sync:NtQueryDirectoryObject multiple entries not implemented 0 [main] mintty 1016 dofork: child 1017 - died waiting for dll loading, errno 11 011c:fixme:file:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self 0098:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub 0098:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub [1] 1032870 segmentation fault wine64 /path/to/sf_msys64/usr/bin/mintty.exe ----------------------
It is affected by #40528 (FAST_CWD) and #52585 (NtQueryDirectoryObject), but these don't seem to be the cause of the issue.
However, with Bernhard Übelacker's hacks applied mintty launches successfully.