-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot run migration tool on Windows 11 #13
Comments
Thanks for your feedback. I tried to reproduce it on my build system (Windows 11, arm64, 22631.3880) and on a x64 system with the same Windows version, however it is working as expected on both systems. Do you get the same error if you try to launch an older version, e.g. 0.18? |
I could now reproduce the bug, after uninstalling Python on my build system. I will try to fix it |
Thanks. I can confirm I don't have Python installed on my system either. |
I made a new build 0.19b, which I can run even if Python is not installed on my arm64 system. Does it work for you too? |
I tried this one too - unfortunately, I get the same error:
|
Thanks for testing. As I don't know the reason why it doesn't work I switched from PyInstaller to Nuitka to create the exe file. The result is 0.19c. Does it work for you? |
Different error now!
|
Thanks, I added a missing dll and created a new version 0.19d: If this still doesn't work, could you install the latest VC++ Redistributable package (x64)? You can find it here. EDIT: I just tried the version 0.19d on a system with no VC++ Redistribitables installed - it still doesn't work. It seems the VC++ Redistributable package has to be installed as a requirement. |
As you noticed, it didn't work before installing the VC++ Redistributable package:
It did work afterwards, however! I can also confirm that all the previous versions also now work too. There was a segfault from 0.19c after exit, however:
I see you've added a note to the README advising to install the VC++ package so I think we can close this. Thanks for the assistance! |
Thanks again for testing! I will continue to use PyInstaller for generating the executable |
I downloaded and extracted Migrate2WinSSHTerm-0.19.zip from the releases page.
When trying to run the migration tool in a terminal, I get a Python error:
OS build info:
This is a Windows VM running arm64 - maybe it's an arch issue?
The text was updated successfully, but these errors were encountered: