https://bugs.winehq.org/show_bug.cgi?id=54938
Bug ID: 54938 Summary: MSYS2 Setup stops at 50% (at installing component MSYS2) Product: Wine Version: 8.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ---
Created attachment 74466 --> https://bugs.winehq.org/attachment.cgi?id=74466 console messages
MSYS2 Setup stops at 50% (at installing component MSYS2).
Steps to reproduce: $ wget https://github.com/msys2/msys2-installer/releases/download/2023-03-18/msys2-... $ sha256sum msys2-x86_64-20230318.exe 051a523e645b40f34e9d80f245b42828410208b575b7502de068e65cba1d02d0 msys2-x86_64-20230318.exe $ export WINEPREFIX=~/wine-tmp $ wine msys2-x86_64-20230318.exe Now the installer starts. Press next 3 times. Now the MSYS2 installer starts, and goes up to 50% Press cancel Now MSYS2 asks if you want to cancel the installation process. Press Yes Noting visually changes, it still remains at 50%. Press the X. Now MSYS2 asks if you want to exit the installer. Press Yes. Now the installer window disappears. Now press enter in the console. The $ prompt returns. $ rm -rf wine-tmp/
My versions: $ wine --version wine-8.7 $ uname -a Linux cedric 6.3.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Wed, 10 May 2023 08:54:47 +0000 x86_64 GNU/Linux