mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Ubuntu 16.04 Qbittorrent wont start #4261
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#4261
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Neerav83 on GitHub (May 9, 2016).
just upgraded to 16.04 and now qbitorrent wont start. just seeing the icon at the sidemenu then it disapears. tried reinstalled but same problem? am i doing something wrong or anyone have something i can try?
@ivan commented on GitHub (May 9, 2016):
Needs more information - see https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md#must-read (edit: actually, since you can't get to the info dialog, did you install qbittorrent from the official ubuntu repo or the ppa?)
What do you see when you run
qbittorrentin a terminal? Anddpkg -l | grep qbittorrent?@Neerav83 commented on GitHub (May 9, 2016):
qbittorrent: symbol lookup error: qbittorrent: undefined symbol: _ZN10libtorrent27default_storage_constructorERKNS_12file_storageEPS1_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_9file_poolERKSt6vectorIhSaIhEE
@ivan commented on GitHub (May 9, 2016):
If you installed qbittorrent from https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-stable, note that Ubuntu disables all PPAs during the
do-release-upgradeprocess and leaves you with old PPA packages that may not run on the new Ubuntu release. You have to re-add or re-enable the PPA, thenapt-get updateandapt-get upgrade.@Neerav83 commented on GitHub (May 9, 2016):
hmm i think im using the latest version so i should have the right ppa?
qbittorrent is already the newest version (3.4.0
20160205-git6600xenial1).@Neerav83 commented on GitHub (May 9, 2016):
dpkg -l | grep qbittorrent
ii qbittorrent 3.4.0
20160205-git6600xenial1 amd64 bittorrent client based on libtorrent-rasterbar with a Qt4 GUI@ivan commented on GitHub (May 9, 2016):
Try removing qbittorrent, removing the
ppa:qbittorrent-team/qbittorrent-unstablePPA, then adding theppa:qbittorrent-team/qbittorrent-stablePPA, thenapt-get update,apt-get install qbittorrent.(It looks like the unstable PPA stopped getting updated?)
@Neerav83 commented on GitHub (May 10, 2016):
now it works i did a "remove libtorrent* qbittorrent" then installed qbittorrent again and now it works..
Thanks for the help tho
@zeule commented on GitHub (May 17, 2016):
@Neerav83 close the issue, please, if the problem was solved.