-
Notifications
You must be signed in to change notification settings - Fork 5
CRHM_GUI.exe does not open on Windows 11 (64-bit) – silent crash on startup #475
Description
Description:
I installed CRHM v1.3.5 on Windows 11 (64-bit) using the official release from this repository. When launching CRHM_GUI.exe, the cursor shows a loading indicator (hourglass) for about one second and then nothing happens. No window appears, no error message is shown.
What I have tried:
-
Installed all Visual C++ Redistributables (2013, 2015–2022, x64 and x86)
-
Ran the executable as Administrator
-
Set compatibility mode to Windows 8 and Windows 7
-
Verified all DLL dependencies using the Dependencies tool – no missing (red) entries found
-
Confirmed that 'platforms\qwindows.dll' is present in the installation directory
-
Moved the entire installation to 'C:\Users<user>\CRHM' to rule out write permission issues in 'C:\Program Files'
-
Launching from PowerShell produces no output whatsoever (.\CRHM_GUI.exe 2>&1 returns nothing)
Environment:
-
OS: Windows 11, 64-bit
-
CRHM version: v1.3.5
-
Installation path tested: 'C:\Program Files\CRHMcode\CRHM_GUI' and 'C:\Users<user>\CRHM'
Is this a known issue with Windows 11? Any hints on missing dependencies or required configuration would be greatly appreciated.