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

[Windows] Dialogs and message boxes causes crash #1602

Closed
VZout opened this issue Jun 9, 2020 · 3 comments
Closed

[Windows] Dialogs and message boxes causes crash #1602

VZout opened this issue Jun 9, 2020 · 3 comments

Comments

@VZout
Copy link
Contributor

VZout commented Jun 9, 2020

b4c6cdf (#1496) Causes message boxes and dialog to crash the application with the following error:

panicked at 'either event handler is re-entrant (likely), or no event handler is registered (very unlikely)', C:\Users\viktor.zoutman\.cargo\git\checkouts\winit-6811b72f73e0b798\0d0159d\src\platform_impl\windows\event_loop\runner.rs:235:37

This happens with run_return but haven't tested it with run. You can repro by using msgbox or nfd2

Tagging @Osspial as author and @filnet as co-author.

@VZout VZout changed the title [Windows] Dialogs and message boxes crashes the program. [Windows] Dialogs and message boxes causes crash Jun 9, 2020
@VZout
Copy link
Contributor Author

VZout commented Jun 9, 2020

Just tested it on the window example. Also crashes there.

@Osspial
Copy link
Contributor

Osspial commented Jun 30, 2020

Thanks for the report! Could you check to see if #1615 fixes this issue for you?

@VZout
Copy link
Contributor Author

VZout commented Aug 31, 2020

@Osspial Sorry for the late response. I completely forgot about this issue. #1615 did indeed fix it!
When can we expect the new release with this in it?

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

No branches or pull requests

2 participants