Closed waffleattack closed 1 year ago
Are you sure that the trap is inside the winit? Also, be aware that given that you do some stuff on macOS off the main thread, you might have issues with that, if engio uses macOS API it must call them from the main thread as well, so it might be it trapping.
I'd close this as not a winit issue.
[Optional] Relevant system information
M1 Macbook Air, Running Macos Ventura 13.3.1
What you did
While attempting to make a macro recorder app that uses engo to simulate key presses and bevy as a display, encountered SIGTRAP when trying to simulate keypress.
To Reproduce:
What went wrong
App crashed and printed this error to console