Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux] Does not launch on Linux with error FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable #29

Closed
tareqimbasher opened this issue Jan 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@tareqimbasher
Copy link
Owner

tareqimbasher commented Jan 3, 2023

Issue

Running NetPad on some Linux environments results in the app crashing with an error:

[300044:0103/022825.743082:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.

This appears to be an issue exhibited by a number of Electron-based apps:

Workaround

Until this is fixed, a workaround is to run with the --no-sandbox option. ie:

netpad --no-sandbox

or you can modify /usr/share/applications/netpad.desktop and add --no-sandbox to Exec like this:

[Desktop Entry]
Name=NetPad
Exec=/opt/NetPad/netpad --no-sandbox %U

Other useful information can be found in the linked issues above.

Note

If you ran NetPad and it crashed because of this, the app might still be running in the background. Kill the app process(es) using your task manager before attempting to run it again.

@tareqimbasher tareqimbasher added the bug Something isn't working label Jan 3, 2023
@tareqimbasher tareqimbasher changed the title [Linux] FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable [Linux] Does not launch on Linux with error FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable Mar 15, 2023
@tareqimbasher
Copy link
Owner Author

Fixed in new NetPad v0.2.0 release. Fix comes from upstream Electron.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant