Skip to content
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

Error with shellapi::Shell_NotifyIconW #989

Open
muwoo opened this issue Oct 20, 2024 · 2 comments
Open

Error with shellapi::Shell_NotifyIconW #989

muwoo opened this issue Oct 20, 2024 · 2 comments

Comments

@muwoo
Copy link
Contributor

muwoo commented Oct 20, 2024

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 muwoo changed the title System tray error When start App System tray error when start App Oct 20, 2024
@muwoo muwoo changed the title System tray error when start App Error with shellapi::Shell_NotifyIconW Oct 20, 2024
@ChristianJacobsen
Copy link

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.

@FabianLars
Copy link
Member

Can you post the output of the tauri info command?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants