futpib/pagraphcontrol

"GPU process isn't usable"

Opened this issue · 3 comments

Fresh install with yay, got this when trying to run from terminal:

> pagraphcontrol

(node:39662) 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
[39662:1108/232710.573550:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
zsh: trace trap (core dumped)  pagraphcontrol

Can confirm, I have the same issue. Freshly installed by pamac on Manjaro.

(node:40238) 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
[40238:1204/181601.987802:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
[1]    40238 trace trap (core dumped)  pagraphcontrol

I found a workaround. Add the argument --in-process-gpu makes it work for me.

I found a workaround. Add the argument --in-process-gpu makes it work for me.

I can confirm it works