EOSCommunity.org Forums

Anchor crashes GPU process isn't usable. Goodbye

When loading the anchor wallet, it crashes Here the error messge:

$  anchor-wallet
16:51:10.783 › anchor: initializing
(node:80112) [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:51:10.836 › anchor: ready
16:51:10.837 › enableSigningRequests
16:51:10.854 › signing requests
16:51:10.854 › tray menu: creating
16:51:10.860 › creating tray menu
16:51:10.860 › /opt/Anchor Wallet/resources/app.asar/renderer/assets/icons/png/32x32@2x.png
16:51:10.882 › wallet ui: creating
16:51:10.895 › protocol handler: creating ui
16:51:10.895 › initial request false
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[80112:0705/165111.733980:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

Stumbled into this issue on Github for another project, which may be applicable here.

Try running the app with the --no-sandbox flag, e.g:

$ anchor-wallet --no-sandbox
1 Like