You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ever since I got a Nvidia GTX 650 GPU, exifcleaner isn't working anymore. When I run it from terminal, it spits out the following error message:
(node:79180) 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 [79180:0721/142231.682618:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye. Trace/breakpoint trap (core dumped)
I'm on Arch Linux Kernel 6.4.2-arch1-1 with nvidia-470xx-utils (AUR) drivers
The text was updated successfully, but these errors were encountered:
Running the executable with the option --disable-gpu-sandbox works for me (also using NVIDIA GTX). From my limited knowledge, this is something related with Electron.
Ever since I got a Nvidia GTX 650 GPU, exifcleaner isn't working anymore. When I run it from terminal, it spits out the following error message:
(node:79180) 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 [79180:0721/142231.682618:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye. Trace/breakpoint trap (core dumped)
I'm on Arch Linux Kernel 6.4.2-arch1-1 with
nvidia-470xx-utils
(AUR) driversThe text was updated successfully, but these errors were encountered: