欢迎访问 生活随笔!

生活随笔

当前位置: 首页 >

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

发布时间:2023/12/20 45 豆豆
生活随笔 收集整理的这篇文章主要介绍了 This application failed to start because it could not find or load the Qt platform plugin xcb in 小编觉得挺不错的,现在分享给大家,帮大家做个参考.
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的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。