无法运行 Robo 3T QT 应用程序

无法运行 Robo 3T QT 应用程序

我想跑机器人3T应用程序。当我从快捷方式启动它时,它只是继续加载而不显示窗口。但如果我从控制台运行二进制文件,它会给我这个错误

This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: xcb.

Reinstalling the application may fix this problem.
[1]    4098 abort (core dumped)  ./robo3t

这里缺少什么?

答案1

试试这个,有同样的问题。

mkdir ~/robo-backup
mv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/
robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t

找到了这个这里

相关内容