运行: Kubuntu 11.04x64
这两个程序在启动后立即退出,在从终端运行每个应用程序时,我会得到以下错误:
--------------------------------
OpenShot (version 1.3.0)
--------------------------------
Process no longer exists: 5485. Creating new pid lock file.
state saved
The program 'openshot' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 25 error_code 8 request_code 132 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
qbittorrent: symbol lookup error: qbittorrent: undefined symbol: _ZN10libtorrent7sessionC1ERKNS_11fingerprintEii
编辑(7.13.11):
我从电脑上删除了qbittorent:
sudo aptitude purge qbittorrent
我从我的GetDeb文件中删除了sources.list存储库(实际上刚刚将它们注释掉),更新了我的数据库并重新安装了qbittorrent:
sudo aptitude install qbittorrent
不知道为什么,但这个应用程序似乎正确启动,与以前的QBitTorrent (v2.8.2-0)和LibTorrent-RasterBar6 (v0.15.6)版本完全相同。
发布于 2011-07-10 06:24:08
从PPA更新qbittorrent。或者降级,如果头使用ppa。这都是因为libtorrent-rasterbar6 6的更新。将此包降级,或从ppa升级qbittorrent。
您在qbittorrent中遇到的错误通常发生在针对一个版本的libtorrent构建并针对另一个版本执行qbittorrent时。请您检查一下系统,以确保没有安装多个版本?例如,一个in /usr/lib和一个in /usr/local/lib?
https://askubuntu.com/questions/52498
复制相似问题