ebkr / r2modmanPlus

A simple and easy to use mod manager for several games using Thunderstore
MIT License
1.22k stars 187 forks source link

[BUG] - Blackscreen and crash on linux "GPU process isn't usable" #1070

Open JohnGhostly opened 1 year ago

JohnGhostly commented 1 year ago

Describe the bug When clicking the appimage the program opens to a blank windowthen closes immediately. Running through console gives the error: [26539:0823/080402.443898:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.

Running on linux Mint 21.2 kernel version 5.15.0-79 Nvidia Driver 535.86.05-0ubuntu.22.04.1 Desktop Environment: KDE Plasma 5.25.7

To Reproduce Steps to reproduce the behavior:

  1. Run through Konsole
  2. Also Fails on —no-sandbox Full Error: [26539:0823/080402.443898:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye. Trace/breakpoint trap (core dumped)

Screenshots image

JohnGhostly commented 1 year ago

Turns out I typed the command incorrectly. Its supposed to be --no-sandbox rather than —no-sandbox Does anyone know how to create a shortcut with this argument so I dont have to keep doing this each time? Im rather new to linux

GreatWyrm commented 1 year ago

Also ran into this issue, was fixed with --no-sandbox.

@JohnGhostly You can create a bash file with the following:

#!/bin/sh
./r2modman-3.1.43.AppImage --no-sandbox

You'll need to put that into a executable script (I called mine start-modman.sh). If you're familiar with bat files, it's the same thing. You'll then have to make it an executable file (using the command line or adjusting the file properties), then you can right-click and run the .sh file. A lot more clunky than a shortcut with command line arguments, but I hope this helps.

KenSharp commented 1 year ago

In my case the window initially loads (with --no-sandbox) but doesn't redraw and is unusable. Same crash with sandbox enabled.

neilunger commented 9 months ago

Dupe of #978