robo3t 1.1在ubuntu 16.04中无法打开的解决方案
程序员文章站
2022-06-04 08:46:30
...
原始链接:原始链接
问题描述
robo3t 1.1在ubuntu 16.04中无法打开,具体表现为双击robo3t可执行文件无反应,用终端 ./robo3t 命令报错为
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.
已放弃 (核心已转储)
解决方案
删除lib中的libstdc++*
按顺序执行这三句命令:
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
即可完美解决该问题