微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

linux – 在ubuntu 16.04及以上版本中崩溃的Robo3t(此应用程序无法启动,因为它无法找到或加载Qt平台插件“xcb”)

当我在ubuntu 16.04版本中启动robo3t时它没有打开,错误显示如下

错误

sony@sony:~/Documents/installed/robo3t-1.1.1-linux-x86_64-c93c6b0/bin$./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.
Aborted (core dumped)

解决方法:

问题是因为如果libstdc文件夹库只是备份并启动robot3t.按照下面给出的步骤,它的工作正常

解:

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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐