We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Desktop (Linux)
chmod +x linux-anchor-wallet-1.3.12-x86_64.AppImage
./linux-anchor-wallet-1.3.12-x86_64.AppImage
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.
No response
My system details:
The text was updated successfully, but these errors were encountered:
We'll have to get this fixed, but I believe if you run it with this flag it should work:
anchor-wallet --no-sandbox
Sorry, something went wrong.
@aaroncox thank you! --no-sandbox worked.
--no-sandbox
No branches or pull requests
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
chmod +x linux-anchor-wallet-1.3.12-x86_64.AppImage
./linux-anchor-wallet-1.3.12-x86_64.AppImage
Relevant log output
Contact Details
No response
Anything else?
My system details:
The text was updated successfully, but these errors were encountered: