-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Doesn't start #31
Comments
I am very sorry that I made a major mistake here and did not make a compatible treatment because the data structure changed. I will optimize this situation in the next release to avoid it from happening again. If you cannot open the application after the upgrade, please try to clear the configuration file, which is in the |
Same error in Ubuntu:
then:
vs.
|
FYI, I have fed It looks like the register method of the GlobalShortcutManager is being called within an if block that checks whether the GlobalShortcut is registered. If the GlobalShortcut is registered, the register method is called again, which is causing the error "called Result::unwrap() on an Err value: GlobalShortcut(InvalidAccelerator(...))". To fix this, you can modify the code as follows:
This way, the register method is only called once and the error is handled by logging it, rather than calling unwrap on the Result returned by the register method. |
@Manamama Thank you, because I was in a hurry, I used |
You are welcome. FYI, (Shift+)Alt+O in e.g. the Polish keyboard layout is the default for ó/Ó - it may be getting in the way as well. |
Hi,
I'm using macOS (M1), latest OS version. Installed with homebrew (like recommend in the docs). Started it and it worked (v 0.1.x). Then a popup stated that a update is available, so I updated to the latest version (0.2.x). Now it doesn't start anymore:
--> export RUST_BACKTRACE=full
The text was updated successfully, but these errors were encountered: