Responsivize icon indicating copy to clipboard operation
Responsivize copied to clipboard

Core dump on launch - Linux

Open gazhay opened this issue 1 year ago • 2 comments

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 avatar Oct 04 '23 15:10 gazhay

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 avatar Oct 04 '23 16:10 gazhay

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

gazhay avatar Oct 04 '23 16:10 gazhay