tao icon indicating copy to clipboard operation
tao copied to clipboard

Error with shellapi::Shell_NotifyIconW

Open muwoo opened this issue 1 year ago • 2 comments

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" },
]

muwoo avatar Oct 20 '24 02:10 muwoo

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.

ChristianJacobsen avatar Dec 13 '24 08:12 ChristianJacobsen

Can you post the output of the tauri info command?

Would you happen to have a minimal reproduction example for us?

FabianLars avatar Dec 13 '24 09:12 FabianLars