-
Notifications
You must be signed in to change notification settings - Fork 27
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
App crashes when clicking on a menu item on macOS #202
Comments
Does the error show an backtrace? |
After running
|
seems like a problem in objc code and maybe related to tauri-apps/tauri#10001 and the new rust releases starting from 1.78. Can you check if building in |
Hey :)
Interestingly, when I use the
You said that this looks like a problem in
(See servo/core-foundation-rs#628 (comment)) Maybe @madsmtm could make a PR for this (as they have opened PRs doing this for some other projects as well (@madsmtm Btw thank you for your work on improving the macOS Rust ecosystem; it's really amazing)), otherwise I could try to do this although I don't have much experience with |
That's the plan for all of our repos :) It's just a non-trivial amount of work so it takes some time. |
I'm going on vacation for a few weeks, so I won't have the time right now - besides, I think you should try! I'll gladly review a PR doing this. |
I added a dummy menu:
to a macOS application which uses winit.
However, when I click on the menu item (or any menu item if I add several), the app crashes with
The text was updated successfully, but these errors were encountered: