-
Notifications
You must be signed in to change notification settings - Fork 34
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
Using windows task scheduler to start app, sometimes an error occurs #171
Comments
The error is |
Please tell me how to modify the code to get a backtrace |
maybe try calling |
I need to test when my computer starts. Is it okay to use 'log::trace' |
just a plain |
Sorry, it took some time
|
The backtrace wasn't that helpful, I guess I will need to reproduce this, could you provide steps to reproduce? |
This happens only occasionally, and I hope you don't get annoyed by having to constantly shut down and log in. |
I need the app to run as admin by default when autostart, so I use task scheduler to do this
But sometimes an error message appears
Tray(OsError(Os { code: -2147467259, kind: Uncategorized, message: "未指定的错误" }))
The text was updated successfully, but these errors were encountered: