fantasia-archive
fantasia-archive copied to clipboard
0.1.9: FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
I use PopOS (Ubuntu) 22.04 and have a RTX3060 NVIDIA Card and can't start Fantasia Archive. Here's the full error:
(node:223260) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
[223260:0930/111409.979642:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
This Error also occurs on Arch Linux with an Nvidia GTX 1060 6GB, using the AppImage Version. The app works fine on my Laptop with an Intel GPU (Also Arch Linux).
When running with the Parameter --no-sandbox
the program is working, that can be used as a workaround until the Bug is found.
Versions:
Nvidia Driver: 520.56.06 Linux Kernel: 6.0.7
Thank you @456Xander
It is Electron issue, when Electron-libs don't match your system
--in-process-gpu
option helps as workaround.
Also --disable-gpu-sandbox
or --no-sandbox
helps too