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

Error when executing .AppImage on Pop_OS #878

Closed
TheIronMarx opened this issue Jul 10, 2022 · 2 comments
Closed

Error when executing .AppImage on Pop_OS #878

TheIronMarx opened this issue Jul 10, 2022 · 2 comments

Comments

@TheIronMarx
Copy link

When trying to execute the x64 .appimage on Linux, I'm returned an error. A quick search shows that this has been a problem on other Electron apps trying to run on Linux. Digging into those bug tickets and forum posts, I didn't find anything that seemed like a valid solution to this issue.

Here's the output when I run ./sabaki-v0.52.0-linux-x64.AppImage

[615620:0710/103635.918289:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

I feel like this is a problem with my setup and Electron, but I'm not sure how to go about debugging. Any thoughts?

@HackYardo
Copy link

Have you tried this LedgerHQ/ledger-live-desktop#4253 ?

@TheIronMarx
Copy link
Author

Success!

The problem sounds like there's an issue with Electron interfacing with Ubuntu and its forks. It is unclear if there is a fix in an updated Electron version.

In mean time, I was able to run the .AppImage by using the --no-sandbox flag. Apparently this is a fairly longstanding tweak for several or all Electron apps with this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants