Closed Shadowcat650 closed 2 months ago
I suspect this is due to the window being dropped after the application has exited, and I think it will be fixed by https://github.com/rust-windowing/winit/pull/3895.
In the meantime, try doing self.window = None
inside CloseRequested
?
In the meantime, try doing
self.window = None
insideCloseRequested
?
Thanks, that fixes it.
Description
When the I exit the event loop, a tracing error is given.
Code that caused the error:
The error:
macOS version
Winit version
0.30.5