Replies: 1 comment
-
It's windows so there probably are no logs (from the system and the webview). You can check Tauri's/Rust's panics by removing the first 4 lines of the main.rs (something with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have develop and publish a tauriapp to my client, On almost all windows 7,Windows 10,and 11, works perfect.
but on a Windows 10 Home edition computer, after double click the app, the mouse pointer just show busy one or two times and stop, I check the process manager, I can see my app and webview runtime are running, but the main window not show.
I have uninstall the webview2 runtime and reinstall, also make a 32-bit version for it, but can not work.
I want know, if the tauri app can not run normal, where can I find error logs to check?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions