我想在ubuntu 22.04上运行ganache Gui应用程序。下载AppImage后,我使用命令ganache-2.5.4-linux-x86_64.AppImage --appimage-extract运行它
它生成新文件夹,然后在该文件夹中执行./Ganache。
我收到这条消息
50883:0717/002902.307174:FATAL:gpu_data_manager_impl_private.cc(1034)显示排序器经常崩溃。再见。跟踪/断点陷阱(核心转储)
我怎么才能解决这个问题?
发布于 2022-07-17 05:54:50
我在这里为ubuntu22.04找到了一个解决方案:https://github.com/AppImage/AppImageKit/wiki/FUSE
只需运行以下命令:sudo add-apt-repository universe && sudo apt install libfuse2
https://stackoverflow.com/questions/73007478
复制相似问题