ebkr / r2modmanPlus

A simple and easy to use mod manager for several games using Thunderstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Jimmajones opened this issue · 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 Automattic/simplenote-electron#3096

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

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.

Duplicate of #978