Here’s a suggestion from GROK. Have had the sky to test it yet:
Polemaster issues and fixes from GROK
QHY Polemaster software will not run on my Win11 PC. The programs reports several DLLs are missing. What can I do to fix it?
Thought for 19s
The most common cause for missing DLL errors with QHY PoleMaster on Windows 11 is incomplete dependencies (especially Visual C++ runtimes) or an outdated/broken installation. PoleMaster uses a Qt-based version, which often requires specific Microsoft Visual C++ Redistributables.
Step 1: Download and Install the Latest Official PoleMaster Software + Drivers
QHY has updated versions that better address Win11 issues.
Go to the official QHY download page: https://www.qhyccd.com/download/
Under PoleMaster Support > PoleMaster for WINDOWS:
Uninstall any existing PoleMaster software/drivers first (via Settings > Apps).
Extract and install the new driver first, then the software. Run installers as Administrator.
Reboot your PC after installation.
Step 2: Install Microsoft Visual C++ Redistributables (Fixes Most DLL Errors like MSVCP140.dll, VCRUNTIME140.dll, etc.)
This is the #1 fix for runtime DLL issues.
Download and install both x86 and x64 versions of the latest Visual C++ Redistributable from Microsoft:
Latest Supported Visual C++ Downloads
(Install the 2015-2022 or newer "vc_redist" packages.)
Restart your PC, then try launching PoleMaster.
Step 3: Address Windows 11-Specific Driver Issues (Core Isolation / Memory Integrity)
Many users report PoleMaster driver problems on Win11 that can indirectly cause loading/DLL issues.
Search Windows for "Core Isolation" → Open Core Isolation settings.
Turn off Memory Integrity (this is the common fix; you can re-enable it later if desired).
Restart your PC.
Step 4: Additional Troubleshooting
Run as Administrator: Right-click the PoleMaster executable → Run as administrator.
Repair system files (helps with corrupted DLLs):
Open Command Prompt as Administrator and run:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Restart after.
Check specific DLLs: If the error names exact files (e.g., tbb.dll), they should be in the PoleMaster install folder. Reinstalling the software usually restores them.
Clean reinstall: Delete the PoleMaster folder (usually in Program Files), remove leftover files in %AppData% or %ProgramData%, then reinstall fresh.
If It Still Fails
Note the exact DLL names in the error (e.g., msvcp140.dll, tbb.dll) and reply with them for more targeted help.
Contact QHY support with your error screenshot and Win11 version details.
As a last resort, some users run it successfully after a clean Windows install or on a dedicated astro PC, but the above resolves it for most.
This should get it running—start with the official latest download + VC++ redistributables. Let me know the exact error message if issues persist!