virejdasani / Responsivize

A must-have tool to develop responsive websites 📲
https://virejdasani.github.io/Responsivize/
MIT License
247 stars 21 forks source link

Core dump on launch - Linux #15

Open gazhay opened 1 year ago

gazhay commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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