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)
已放弃 (核心已转储)

尝试了网上的各种方法,无效,罗列如下:

sudo apt-get install libx11-xcb1
sudo apt-get install qt-sdk 
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms路径下输入命令:ldd libqxcb.so
apt install qtcreator-plugin-ubuntu-common

解决方案:

其实就是把所有的libstdc++前缀的文件删除干净就行了(经过我自己验证,该方案特指针对软件robo3t,其他软件不保证),如下:

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
参考链接:
https://stackoverflow.com/questions/45671105/robo3t-crashing-in-ubuntu-16-04-and-above-version-this-application-failed-to-st

This application failed to start because it could not find or load the Qt platform plugin xcb in相关推荐

  1. PyQt5: This application failed to start because it could not find or load the Qt platform plugin

    文章目录 问题描述 解决方案 可以按照这个安装:[PyQt5笔记]使用 designer 开发 python GUI 界面 问题描述 安装完 PyQt5.pyqt5-tools 后,点击 design ...

  2. 解决 Qt5 报错 This application failed to start because it could not find or load the Qt platform plugin

    解决 Qt5 报错 This application failed to start because it could not find or load the Qt platform plugin ...

  3. 解决This application failed to start because it could not find or load the Qt platform plugin windows

    PyQt5+python做UI时,使用pyinstaller打包成exe,点击运行exe文件时,出现This application failed to start because it could ...

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

    还是不会来解决方法"windeployqt.exe" --release 和 --debug 要选对 C:\Windows\system32>"C:\Qt_X86\ ...

  5. 解决This application failed to start because cannot find or load the qt platform plugin 'xcb'

    问题描述: 在使用linux系统训练自己的数据集合时,出现了上述问题,首先第一个想法就是先Google,但是在看了一些国内外的文章后依然没有将问题解决 问题原因: 这是由于这几天我在安装cuda.cu ...

  6. Anaconda打不开This application failed to start because it could not find or load the QT platform....

    anaconda打不开,直接弹出错误窗口 在网上试了很多方法都没有成功,折腾了好久 卸载重装还是一样的错误 手动添加过如下的环境变量,网上有的人成功了但是我没有,还是报错 下面分享以下我最后解决的方法 ...

  7. UG12.0安装完成后Application failed to start because it could not find or load the QT platform的解决办法

    找到NX12.0的安装目录"D:\Program Files\Siemens\NX 12\NXBIN\ugraf.exe" -nx 进入qt5_plugins文件夹 再进platf ...

  8. This application failed to start because it could not find or load the Qt platfo rm plugin “windows“

    编译cloudcompare    vs2017+Qt5.9.8,relese时提示: This application failed to start because it could not fi ...

  9. 解决This application failed to start because no Qt platform plugin could be initialized问题

    问题描述: 在pycharm中安装pyqt5-tools后,尝试着打开该路径下的designer.exe C:\Users\PC\AppData\Local\Programs\Python\Pytho ...

最新文章

  1. Andriod anim alpha中的属性介绍
  2. 【IntelliJ】IntelliJ IDEA常用设置及快捷键以及自定义Live templates
  3. 加油站都需要什么手续_农村买房过户都需要什么手续?
  4. php excelreader 中文,如何解决php excel reader导出excel中文乱码?
  5. linux的日志监控和定期处理脚本
  6. Github上删除文件后与本地同步
  7. 好好讲一讲:到底什么是Java架构师(含福利放送,名额有限)
  8. python使用缩进来体现-Python 使用缩进来体现代码之间的逻辑关系 .
  9. 编辑器sublime text3和插件package control、Sidebar Enhancements插件安装
  10. 贝叶斯网络应用在疾病预测
  11. 盘点 7 个超级 Nice 的微信小程序项目
  12. 计算机技术硬件基础.pdf,网络工程师辅导教程--计算机硬件基础知识部分.pdf
  13. 全国省份及其对应的城市字典
  14. C++之个人银行账户管理程序(二)
  15. 2015.2.2号工作日志------------------------赵鑫
  16. cad二开之不通过netload加载命令(bundle文件的使用)
  17. 【MySQL | 运维篇】06、MySQL 分库分表之 MyCat 分片规则
  18. System/360 大型机差点毁了 IBM !
  19. IOS 中视频和音乐合成
  20. 华工简述微型计算机系统的组成,华工 计算机组成原理随堂.doc

热门文章

  1. windows程序快速启动的方式:WIN键+R
  2. java enumset_java.util.EnumSet.allOf()方法和实例的学习
  3. (五)Vue 面试真题演练
  4. 简单的php服务文件下载,php文件下载
  5. Linux 下安装Nginx,配置自启动
  6. java设计模式之设计原则②依赖倒置原则
  7. Eigen与Matlab语法及语义辞典
  8. Greenplum table 之 外部表
  9. CVE-2012-1876调试要点
  10. mysql 案例~mysql主从复制延迟处理(2)