responsively-app icon indicating copy to clipboard operation
responsively-app copied to clipboard

GPU process isn't usable. Goodbye

Open diego-betto opened this issue 3 years ago • 5 comments
trafficstars

🐞 bug report

✍️ Description

Updated from 0.17, 0.19.0 not starting

🕵🏼‍♂️ Is this a regression?

yes, 0.17 works correctly

🔬 Minimal Reproduction

Download 0.19.0 Start 0.19.0

🌍 Your Environment


System:
    Kernel: 5.15.0-41-generic x86_64 bits: 64 Desktop: GNOME 42.2
    Distro: Ubuntu 22.04 LTS (Jammy Jellyfish)
CPU:
  Info: quad core model: Intel Core i7-7700HQ bits: 64 type: MT MCP cache: 1024 KiB
Graphics:
  Device-1: Intel HD Graphics 630 driver: i915 v: kernel
  Device-2: NVIDIA GM108M [GeForce 940MX] driver: nvidia v: 515.48.07
  Display: x11 server: X.Org v: 1.21.1.3 driver: X:
    loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa gpu: i915
    resolution: 1: 3840x2160~60Hz 2: 1920x1080~60Hz
  OpenGL: renderer: NVIDIA GeForce 940MX/PCIe/SSE2 v: 4.6.0 NVIDIA 515.48.07

🔥 Exception or Error or Screenshot



% ./ResponsivelyApp-0.19.0.AppImage 
Warning: QT_DEVICE_PIXEL_RATIO is deprecated. Instead use:
   QT_AUTO_SCREEN_SCALE_FACTOR to enable platform plugin controlled per-screen factors.
   QT_SCREEN_SCALE_FACTORS to set per-screen DPI.
   QT_SCALE_FACTOR to set the application global scale factor.

(AppImageLauncher:1431526): GLib-CRITICAL **: 14:30:09.505: g_file_test: assertion 'filename != NULL' failed
[Browsersync] Copy the following snippet into your website, just before the closing 

tag

14:30:14.702 › Checking for update [1431831:0721/143015.660378:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye. Failed to generate minidump.%

diego-betto avatar Jul 21 '22 12:07 diego-betto

Seems related to recent NVIDIA updates https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1944468

Workaround: Run with flag --disable-gpu-sandbox

diego-betto avatar Jul 21 '22 12:07 diego-betto

Thanks, diego-betto!

ivnish avatar Sep 10 '22 06:09 ivnish

--disable-gpu-sandbox Fixed for me. Is there a way to make this flag run automatically when I double click the file vs having to do it in the terminal @diego-betto ? Thank you.

ndstate avatar Nov 08 '22 22:11 ndstate

--disable-gpu-sandbox Fixed for me. Is there a way to make this flag run automatically when I double click the file vs having to do it in the terminal @diego-betto ? Thank you.

Sure, you can create a .desktop file with params, etc.

Take a look here:

  • https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles
  • https://itsfoss.com/ubuntu-desktop-shortcut/

diego-betto avatar Nov 10 '22 10:11 diego-betto

Thanks, diego-betto!

bakibillah avatar Apr 10 '23 09:04 bakibillah