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

Program crash after closing tray-icon menu without clicking any options #115

Open
juance20 opened this issue Feb 11, 2024 · 1 comment
Open

Comments

@juance20
Copy link

As the title says, when you right-click on a tray-icon the menu pops up as normal, but if you close the menu by clicking anywhere else the program simply crashes, giving the "STATUS_ACCESS_VIOLATION" error.
This was made on windows 10 pro 19045.3930.
This is my code stating the tray icon, menu and menu item:

let my_menu: Menu = Menu::new();

let _ = my_menu.append(&PredefinedMenuItem::quit(Some("Terminar")));

let _tray_icon: TrayIcon = TrayIconBuilder::new()
    .with_tooltip("Anti-AFK")
    .with_icon(icono)
    .with_menu(Box::new(my_menu))
    .build()
    .unwrap();
@amrbashir
Copy link
Member

I can't reproduce at all, could you share your full example?

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

No branches or pull requests

2 participants