r2modmanPlus icon indicating copy to clipboard operation
r2modmanPlus copied to clipboard

[BUG] - Application won't launch on Debian Bookworm without passing '--no-sandbox' or '--in-process-gpu' arguments

Open Jimmajones opened this issue 2 years ago • 2 comments

Describe the bug r2modman will immediately crash when starting on Debian Bookworm. Seems to start fine if either --no-sandbox or --in-process-gpu are passed as arguments.

To Reproduce Steps to reproduce the behavior:

  1. Attempt to start r2modman. Empty window will briefly show up, then disappear.

Expected behavior Expected r2modman to start.

Additional context Output:

$ ./r2modman-3.1.47.AppImage
xdg-settings: default-url-scheme-handler not implemented for xfce
starting server on  /tmp/app.r2mm 
starting TLS server false
starting server as Unix || Windows Socket
[26290:0310/115649.567725:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap

Seems to be some sort of Electron issue. See https://github.com/Automattic/simplenote-electron/issues/3096

Jimmajones avatar Mar 10 '24 00:03 Jimmajones

Launching it with the --no-sandbox launch argument works as a workaround. I just edited the shortcut.

Reonu avatar Apr 12 '24 18:04 Reonu

This happened to me on Kubuntu, and it continues to happen to me after installing Arch Linux.

Thankfully --no-sandbox does fix it on both OSes.

doonv avatar May 10 '24 19:05 doonv

Duplicate of #978

ebkr avatar Jun 18 '24 14:06 ebkr