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

Rare crash: panicked at Result::unwrap(), Error { code: 0x800705B4, message: This operation returned because the timeout period expired. } at src/tray.rs:191:56 #9

Closed
theo543 opened this issue Feb 26, 2024 · 2 comments · Fixed by #10

Comments

@theo543
Copy link

theo543 commented Feb 26, 2024

I'm not sure, but I think this happens when waking up from sleep and/or hibernation.
super_rare_error

@jacob-pro
Copy link
Owner

that error seems to be coming from here:

Shell_NotifyIconW(NIM_MODIFY, &self.icon).ok().unwrap();

I'm not sure why this is failing, but showing a notification isn't very critical, so I can change it to silently continue instead of exiting

@jacob-pro
Copy link
Owner

Version v0.3.6 should no longer crash when this happens

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

Successfully merging a pull request may close this issue.

2 participants