You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application fails to launch on my Linux system. The app opens briefly but then crashes immediately. The terminal outputs several errors, including GPU process failures, and the application ultimately results in a core dump:
./Another-Redis-Desktop-Manager.1.6.7.AppImage
libva error: vaGetDriverNames() failed with unknown libva error
libva error: vaGetDriverNames() failed with unknown libva error
libva error: vaGetDriverNames() failed with unknown libva error
[6579:0904/131140.945110:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.Trace/breakpoint trap (core dumped)
Temporary Workaround: I was able to get the application to open successfully by using the --no-sandbox flag as follows:
OS
Linux
VERSION
This is an up to date Manjaro Linux distro:
ISSUE DESCRIPTION
The application fails to launch on my Linux system. The app opens briefly but then crashes immediately. The terminal outputs several errors, including GPU process failures, and the application ultimately results in a core dump:
Temporary Workaround: I was able to get the application to open successfully by using the
--no-sandbox
flag as follows:The text was updated successfully, but these errors were encountered: