nuclear icon indicating copy to clipboard operation
nuclear copied to clipboard

GPU process isn't usable. Goodbye.

Open cybertelx opened this issue 2 years ago • 2 comments

Platform:

  • Pop!_OS 22.04
  • NVIDIA MX150
  • NVIDIA driver 455

Nuclear version: 3f9007

Description of the issue: Nuclear process crashes because of GPU process apparently, appimage & deb. Using --no-sandbox as an argument seems to work to prevent this issue.

(node:54514) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `nuclear --trace-deprecation ...` to show where the warning was created)
[54514:0630/205745.096138:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

Searching this up online shows that it may be fixable by upgrading Electron.

Edit: Flatpak works

cybertelx avatar Jun 30 '22 20:06 cybertelx

Do you remember where you've seen this? We're on a pretty recent Electron version and GPU acceleration has worked for a long time (e.g. visualizer uses it)

nukeop avatar Jun 30 '22 21:06 nukeop

What do you mean?

(Also, flatpak seems to work just fine)

cybertelx avatar Jul 01 '22 08:07 cybertelx

Try running with --no-sandbox

nukeop avatar Sep 07 '22 18:09 nukeop