electron-panel-window
electron-panel-window copied to clipboard
Getting Error On App quit.
Electron 8.1.0 Error- Performing @selector(terminate:) from sender NSMenuItem 0x600002494540
Any news ?
I will try to debug by taking electron source code.. it will give some insight.. right now it is giving the memory address error..which is not helpful One thing is for sure... this module works properly if i use in basic electron project.. It has something to do how it is used in a complex project with multiple browser windows..
@castroCrea - will work on it this weekend , will let u know my findings.
@harshitsilly I'm not super good un C but I think I might be due to app.dock.show(), because for a NSPanel the app.dock should be hide(), but you can force it . I try but couldn't make it work. On multiple window project you want you app to be in the dock and a panel so I think that is the problem
@harshitsilly I came back from holidays, did you find a way ? How can I help ? Thank
@castroCrea - i tried building electron from https://github.com/electron/build-tools.. it failed for me at two attempts.. will try tomorrow Sunday and update u