kmm Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
This one looks very suspicious. There was attempt to exchange messages between main process and UI, but it failed. This is core functionality of Electron, everything in the app depends on it, it should not fail, but it fails. This is someting deep inside electron framework, there is very little we can do about it. I guess we can try to use different versions of electron and see which one works OK on this distro, but there is no guarantee it will help, I am afraid. But we worst part is I can’t promise we will be able to dedicate time to that task soon enough.