Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
KonstantinSavik opened this issue Sep 25, 2023 · 2 comments
Closed

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

KonstantinSavik opened this issue Sep 25, 2023 · 2 comments

Comments

@KonstantinSavik
Copy link

KonstantinSavik commented Sep 25, 2023

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
Copy link
Collaborator

khwaaj commented Sep 25, 2023

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants