tao
tao copied to clipboard
Error with shellapi::Shell_NotifyIconW
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" },
]
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.
Can you post the output of the tauri info command?
Would you happen to have a minimal reproduction example for us?