You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a variety of things and it seems to be related to the run_and_return (https://github.com/emilk/egui/pull/1889) feature. Interestingly it only happens when I enable persistence. I think it has something to do with persist_native_window because if I disable it, I don't get the crash anymore.
For now I can fix this by disabling run_and_return in eframe::NativeOptions.
The text was updated successfully, but these errors were encountered: