electron-panel-window icon indicating copy to clipboard operation
electron-panel-window copied to clipboard

Getting Error On App quit.

Open harshitsilly opened this issue 4 years ago • 6 comments

Electron 8.1.0 Error- Performing @selector(terminate:) from sender NSMenuItem 0x600002494540

harshitsilly avatar Apr 08 '20 12:04 harshitsilly

Any news ?

castroCrea avatar May 15 '20 18:05 castroCrea

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..

harshitsilly avatar May 19 '20 04:05 harshitsilly

@castroCrea - will work on it this weekend , will let u know my findings.

harshitsilly avatar Jul 30 '20 19:07 harshitsilly

@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

castroCrea avatar Jul 31 '20 07:07 castroCrea

@harshitsilly I came back from holidays, did you find a way ? How can I help ? Thank

castroCrea avatar Aug 14 '20 15:08 castroCrea

@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

harshitsilly avatar Aug 15 '20 17:08 harshitsilly