castlabs / electron-releases

castLabs Electron for Content Security
https://castlabs.com/resources/downstream/
MIT License
226 stars 43 forks source link

App on windows works as expected but on linux it crashes #168

Closed KonstantinSavik closed 1 year ago

KonstantinSavik commented 1 year ago

Hi! When I tried to run app on Ubuntu OS it crashes with error:

Error sending from webFrameMain:  Error: Render frame was disposed before WebFrameMain could be accessed
    at WebFrameMain.send (node:electron/js2c/browser_init:2:94713)
    at WebContents.send (node:electron/js2c/browser_init:2:80073)
    ....

Actually, window is opened, but there are no any content

On Windows OS it forks fine.

Did I miss something in cofiguration?

khwaaj commented 1 year ago

I've not seen this issue before, and it does not appear to be ECS specific. Googling the message gets some hits with suggestions with everything from clearing the cache/preferences to more advanced topics (like incompatibilities in the used glibc build).

Are you seeing this with multiple versions of ECS, or just one? And did you try clearing the data in ~/.config/<your-app>?

KonstantinSavik commented 1 year ago

Ok, thanks, you are right Something on 25 version everything is work, but on 26+ no