-
Notifications
You must be signed in to change notification settings - Fork 301
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
[BUG] PyArmor 8 registration on VM: SystemError: <built-in function init_ctx> returned a result with an exception set #1793
Comments
First make sure this VM could visit internet
If it doesn't work, make sure there is Or check it by
|
Hi Jondy, thank you for your quick response!
When debugging the module on the VM, I can see that the exception is raised inside the "init_ctx" function of the pytransform3 (Line 100, pyarmor\cli\core_init_.py) |
I build new one at Replace VM And try it again. This new one will be released in next version 8.5.9 |
Hi Jondy, Thank you very much, this worked. |
The registration of a PyArmor Pro license does not work on a Windows 11 VM with PyArmor V 8.5.8.
The Exception is: RuntimeError: Incorrect function. See the details below.
The registration works on a Windows 11 laptop but not on a virtual machine.
To note: the registration of an older PyArmor license with PyArmor version 7.7.4 does work without issues on the VM.
(The license id is replaced by XXXX)
Content of the created error log file:
Is it possible that the init_ctx function tries to read out some machine information that are not available in the VM setup?
Thank you for your help!
The text was updated successfully, but these errors were encountered: