r2modmanPlus icon indicating copy to clipboard operation
r2modmanPlus copied to clipboard

[BUG] - Not working on Ubuntu 22.04 - GPU process isn't usable

Open pkkid opened this issue 2 years ago • 11 comments

App is not working on Ubuntu 22.04. We get the error message displayed below. I get the same error trying the AppImage or the deb install. After searching around to see what this means, it sounds like the app needs to be rebuilt with an updated version of Electron.

> r2modman 
(node:5095) 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
starting server on  /tmp/app.r2mm 
starting TLS server false
starting server as Unix || Windows Socket
[5095:0301/193628.615200:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap

UPDATE: In Discord it was mentioned that using the --no-sandbox option on the AppImage gets the app up and running if you are OK running it that way.

pkkid avatar Mar 02 '22 00:03 pkkid

I have exactly the same error message on fedora 35. The --no-sandbox flag also works with the .rpm version.

Alfenstein8 avatar Mar 18 '22 23:03 Alfenstein8

Same on Gentoo and running with --no-sandbox also works around the issue.

MagmaiKH avatar Jun 12 '22 17:06 MagmaiKH

where to use --no-sandbox??

wdw781 avatar Jul 30 '22 09:07 wdw781

where to use --no-sandbox??

In the terminal after the filepath/filename.

Alfenstein8 avatar Jul 30 '22 10:07 Alfenstein8

Same issue on arch 5.19.13 and plasma 5.25.5, installed through AUR. Fixed by running r2modman --no-sandbox. To make the app work without terminal, find the .desktop file (usually in /usr/share/applications, usually named r2modman.desktop) and change Exec=env DESKTOPINTEGRATION=false /usr/bin/r2modman to Exec=env DESKTOPINTEGRATION=false /usr/bin/r2modman --no-sandbox.

Oman395 avatar Oct 08 '22 15:10 Oman395

I use r2modman --in-process-gpu rather than --no-sandbox.

jpw1991 avatar Nov 12 '23 02:11 jpw1991

how do i use the terminal to launch r2modman? when i try it says command not found

IsaiahBjornlie avatar Feb 24 '24 21:02 IsaiahBjornlie