-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[bug] 无法定位程序输入点ProcessPrng于动态链接库bcryptprimitives.dll #10487
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
Comments
Building the target [build] maybe help |
If that ^ doesn't help you can downgrade rust to 1.75 (the last version that properly supports win7) |
This doesn't work either. The error content becomes EventSetInformation. |
|
降低rust版本,然后使用静态链接打包 |
使用静态链接打包怎么配置 |
Describe the bug
I created a very simple demo, and after packaging it with
cargo tauri build
, the generated MSI and directly executable EXE can run on Windows 10 and Windows 11. However, on Windows 7, it prompts "The procedure entry point ProcessPrng could not be located in the dynamic link library bcryptprimitives.dll." I have tried the WebView2 Installation Options provided by Tauri, but bothdownloadBootstrapper
andembedBootstrapper
fail to install. I also tried the offline installer, but the result is the same.Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: