We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Panic info
PanicInfo { payload: Any { .. }, message: Some(error while running tauri application: Runtime(SystemTray(OsError { line: 112, file: "C:\\Users\\admin\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\tao-0.16.5\\src\\platform_impl\\windows\\system_tray.rs", error: CreationError("Error with shellapi::Shell_NotifyIconW") }))), location: Location { file: "src\\main.rs", line: 172, col: 6 }, can_unwind: true, force_no_backtrace: false } Backtrace [ { fn: "BaseThreadInitThunk" }, { fn: "RtlGetAppContainerNamedObjectPath" }, { fn: "RtlGetAppContainerNamedObjectPath" }, ]
The text was updated successfully, but these errors were encountered:
I just hit this bug myself. Could this be Windows API change related? I'm on the 0.16.x release because of Tauri 1.x dep for now.
Sorry, something went wrong.
Can you post the output of the tauri info command?
tauri info
Would you happen to have a minimal reproduction example for us?
No branches or pull requests
Panic info
The text was updated successfully, but these errors were encountered: