-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installer hangs on Arm64 Windows 11 #96
Comments
Here is how it (20250221) looks like on Windows 11: So it seems it hangs for you before setting the "theme" and before any of the settings are loaded to adjust the menu.
|
See https://doc.qt.io/qtinstallerframework/ifw-globalconfig.html and qtproject/installer-framework@bf5b701 and https://bugreports.qt.io/browse/QTIFW-3078 This doesn't look like a feature we need, and it used to be disabled, so disable it again. The code it guards seems related to #96, so maybe it helps there.
Does the latest nightly build make a difference? |
The latest nightly build from 2 hours ago suffers with the same issue too. Tested on two different Arm64 machines. But I have noticed that after accidentally keeping the installer windows open overnight the button got enabled, probably after some significantly long timeout. |
Hm, ok, thanks for testing. |
This reproduces for me too. |
same problem here, but interestingly worked on another WOA machine that I have |
Description
The
msys2-x86_64-20250221.exe
installer hangs on Arm64 Windows 11 on the first page when the firstNext
button is clicked.Quit
button works. The issue is not happening withmsys2-x86_64-20241208.exe
installer.Steps to Reproduce
msys2-x86_64-20250221.exe
installer from https://github.com/msys2/msys2-installer/releases/download/2025-02-21/msys2-x86_64-20250221.exeNext
button.Expected Behavior
The installer progresses on the next page, the
Next
button is active and it can be clicked to proceed further.Actual Behavior
The
Next
button gets inactive and the installer stays on the first page. TheQuit
button works as expected, the installer window can be resized.Screenshot
Installer Log
System Info
The text was updated successfully, but these errors were encountered: