Replies: 2 comments 1 reply
-
`-------------------------------------
|
Beta Was this translation helpful? Give feedback.
-
|
I found that setting persist_window in NativeOptions to false stops this crash. I don't use the persistence feature so this is enough of a fix for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CPU: 2.8 GHz Quad-Core Intel Core i7
GPU: Intel Iris Plus Graphics 655 1536 MB
When closing the application, it crashes. During debugging, the program gets stuck at this line of code:
unsafe { msg_send![receiver, sel $ (, $ a)*] }The debugger shows:
EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)Test code as follows:
The program works fine on Windows. I’m not sure if macOS is different in how it’s used. I hope my program can run on multiple platforms.
Beta Was this translation helpful? Give feedback.
All reactions