The new version crashes at boot xubuntu

Linux specific questions, problems.
Post Reply
slake76

The new version crashes at boot xubuntu

Post by slake76 »

The new version xubuntu 11.04 crashes after the splash, how to solve??
User avatar
Peter
Administrator
Administrator
Posts: 3045
Joined: Wed Jul 07, 2010 6:14 pm

Re: The new version crashes at boot xubuntu

Post by Peter »

Can you start it from terminal and copy the output here?
slake76

Re: The new version crashes at boot xubuntu

Post by slake76 »

qbittorrent: symbol lookup error: qbittorrent: undefined symbol: _ZN10libtorrent7sessionC1ERKNS_11fingerprintEii
User avatar
Peter
Administrator
Administrator
Posts: 3045
Joined: Wed Jul 07, 2010 6:14 pm

Re: The new version crashes at boot xubuntu

Post by Peter »

Hmm.
And by "new", which version do you mean?

You can check the version by typing the following in a terminal:
apt-cache show qbittorrent | grep Version
slake76

Re: The new version crashes at boot xubuntu

Post by slake76 »

Version: 2.6.9-2
Version: 2.8.2-1~getdeb2
Version: 2.8.2-0ubuntu1~natty
christophe.dumez

Re: The new version crashes at boot xubuntu

Post by christophe.dumez »

This kind of symbol lookup error occurs when you have installed libtorrent-rasterbar6 from one repository and qbittorrent from another. For example, I see from your output that you have the getdeb repository set up and in this case this is what causes the problem.

getdeb provides qBittorrent 2.8.2-1~getdeb2 built against libtorrent-rasterbar6 from the official Ubuntu repository.
My PPA provides qBittorrent 2.8.2-0ubuntu1~natty against libtorrent-rasterbar6 from my PPA (more recent than the one in Ubuntu)

Since you have both my PPA and getdeb repo enabled at the same time, the package manager installs:
  * qBittorrent 2.8.2-1~getdeb2 from Getdeb repository because (qBittorrent 2.8.2-1~getdeb2 > qBittorrent 2.8.2-0ubuntu1~natty).
  * libtorrent-rasterbar6 from my PPA because it is more recent than the one in Ubuntu official repo (and Getdeb repo does not provide it).

I hope you understand the problem now. Please disable the getdeb repository and install the qBittorrent package from my PPA instead of the one from getdeb.
Post Reply