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

Core dump on launch - Linux #15

Open
gazhay opened this issue Oct 4, 2023 · 2 comments
Open

Core dump on launch - Linux #15

gazhay opened this issue Oct 4, 2023 · 2 comments

Comments

@gazhay
Copy link

gazhay commented Oct 4, 2023

Just downloaded and cannot launch.
Electron throws a security error, then there is a problem getting a graphics driver.

Electron apps do work on this linux machine.
Ubuntu 22.04 LTS

(electron) Security Warning: A WebContents was just created with both webviewTag and contextIsolation enabled.  This combination is fundamentally less secure and effectively bypasses the protections of contextIsolation.  We strongly recommend you move away from webviews to OOPIF or BrowserView in order for your app to be more secure
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[23779:1004/165706.132217:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
@gazhay
Copy link
Author

gazhay commented Oct 4, 2023

Tried

export LIBVA_DRIVER_NAME=nvidia

As I am running nvidia prop drivers. The libva errors go away but it still reports GPU process isn't usable.

@gazhay
Copy link
Author

gazhay commented Oct 4, 2023

using the flag --no-sandbox is a workaround to get the app open

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

1 participant