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
@acemtp I met this crash too. I finally find out it's caused by my js callback code throw exception. Mybe it can help you with this. I suggest you can try comment out the three “m.call('xxx', evt);” and see whether the crash happends again.
Electron 30
MacOs 14.5
Node 20
this following code is in the app.on('ready') callback:
And about 50% of the time I run the app in dev, I have this error. I tried to find on internet what could it be without success
The text was updated successfully, but these errors were encountered: