https://bugs.winehq.org/show_bug.cgi?id=53155
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #4 from Bernhard Übelacker bernhardu@mailbox.org --- I could reproduce the hang at 66%. At that state I see a process "C:\msys64\usr\bin\bash.exe --login -c exit" that never finishes. Attaching to it shows some stack below NtCreateNamedPipeFile. And applying those two patches by Jinoh Kang from bug #52105 make it continue some further.
Then I hit a crash in libfreetype.so.6, so I applied those hacks from December attached to bug #47808.
And finally the message about "Implement reading multiple entries" appeared, which can be worked around by appyling the not yet commited parts of the patch attached to bug #52585.
With those modifications the Installer went through and I could start a bash instance myself. Checking the "Start now MSYS2 64bit" seem not to open a new window, instead the msys2_shell.cmd seems to be stuck in an endlessloop caused by the line "...MINGW32))& goto :checkparams", where cmd seems to have issues with a closing bracket, therefore the "shift" command is never called.
And finally I found bug #43193, which overall sound quite similar to this bug. (This is reported against wine-staging, but has not Status "STAGED".)