-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
> windows11 专业版 22621.1413 编译的exe无法正常运行 #2615
Comments
Could you try to compile the app with |
What do you see in the inspector? Right click on the window and select |
|
"I think there might be an issue with my computer, but I haven't figured out where the problem is yet." |
Maybe you find something in the Windows Event-Viewer. |
This might be interesting for you: #2621 |
Could you please try PR #2627, it should help in your case. |
I'm going to close this, we believe it should be fixed with the linked PR. Please feel free to reopen if you see any further issues. |
I got the following error when running wails dev. I'm not sure if it's related to the desktop not showing up. |
Please open a new ticket and provide everything it asks. Thanks 🙏 |
@StormYudi please take a look into the event-viewer. I suspect you are running into the same code-integrity problem, where a custom DLL injects itself into the webview2 process, which is detected by Microsoft and prevented by a crash of the webview. You could try to use the flag to disable code-integrity checks of webview2 and check if that helps: wails/v2/pkg/options/windows/windows.go Lines 107 to 115 in c1a0e13
|
Just to make sure, did you test the old WebView2Loader by using
-tags native_webview2loader
?Originally posted by @stffabi in #2004 (comment)
The text was updated successfully, but these errors were encountered: