【问题标题】:Robo3t crashing in ubuntu 16.04 and above version (This application failed to start because it could not find or load the Qt platform plugin "xcb")Robo3t 在 ubuntu 16.04 及以上版本崩溃(此应用程序无法启动,因为它无法找到或加载 Qt 平台插件“xcb”)
【发布时间】:2018-01-22 02:10:43
【问题描述】:
当我在 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)
【问题讨论】:
标签:
linux
mongodb
robo3t
ubuntu-17.04
【解决方案1】:
这个问题是因为如果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
【解决方案3】:
如果您尝试安装最新版本的 robomobo,请立即调用 robo3t。或者您尝试在 ubuntu 16.04 上安装,按照以下步骤安装您的 robomongo
下载最新的 robomongo tar 文件
wget https://download.robomongo.org/1.1.1/linux/robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz
解压
tar -xvzf https://download.robomongo.org/1.1.1/linux/robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz
创建目录
mkdir ~/robo-backup
将 robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++ 目录移动到 ~/robo-backup/ 目录
mv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/
运行robo3t
robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t