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 Fedora Error: GPU process isn't usable #1367

Open
flolu opened this issue Mar 11, 2024 · 2 comments
Open

Linux Fedora Error: GPU process isn't usable #1367

flolu opened this issue Mar 11, 2024 · 2 comments
Labels
anchor bug Something isn't working

Comments

@flolu
Copy link

flolu commented Mar 11, 2024

Description

I've downloaded https://github.com/greymass/anchor/releases/download/v1.3.12/linux-anchor-wallet-1.3.12-x86_64.AppImage.

When starting the executable on my Linux machine I get a GPU error.

Platform

Desktop (Linux)

Steps To Reproduce

  1. Download https://github.com/greymass/anchor/releases/download/v1.3.12/linux-anchor-wallet-1.3.12-x86_64.AppImage
  2. chmod +x linux-anchor-wallet-1.3.12-x86_64.AppImage
  3. ./linux-anchor-wallet-1.3.12-x86_64.AppImage

Relevant log output

16:46:48.601 › anchor: initializing
(node:298478) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `anchor-wallet --trace-deprecation ...` to show where the warning was created)
16:46:48.716 › anchor: ready
16:46:48.716 › enableSigningRequests
16:46:48.806 › tray menu: creating
16:46:48.876 › creating tray menu
16:46:48.876 › /tmp/.mount_linux-qGppL4/resources/app.asar/renderer/assets/icons/png/[email protected]
16:46:48.890 › initManager /
16:46:48.891 › wallet ui: creating
16:46:48.929 › initProtocolHandler: initializing protocol handler
16:46:48.929 › protocol handler: creating ui
16:46:48.929 › initial request false
[298478:0311/164650.931453:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.

Contact Details

No response

Anything else?

My system details:

  • OS: Fedora Linux 39 (Workstation Edition)
  • Kernel: 6.7.7-200.fc39.x86_64
  • CPU: AMD Ryzen 9 7950X (32) @ 5.881GHz
  • GPU: NVIDIA GeForce RTX 4070 (GPU drivers are installed)
@flolu flolu added anchor bug Something isn't working labels Mar 11, 2024
@aaroncox
Copy link
Member

We'll have to get this fixed, but I believe if you run it with this flag it should work:

anchor-wallet --no-sandbox

@flolu
Copy link
Author

flolu commented Mar 11, 2024

@aaroncox thank you! --no-sandbox worked.

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

No branches or pull requests

2 participants