qbittorrent doesn't want to start

Linux specific questions, problems.
Post Reply
Zico33

qbittorrent doesn't want to start

Post by Zico33 »

Guys I need your help, I am downloading a 26 gig file and I am right in the middle.The problem is qbittorrent doesn't want to start at all

I tried to open it from terminal but I get this message

terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Please help!
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: qbittorrent doesn't want to start

Post by Peter »

Something is wrong about your locale. At least the code says so.
I've seen and experienced (oh, the joy of desktop Linux) locale problems, so I met a few ways of fixing locale problems. There's no guarantee, however.
(But you won't be modifying/messing with anything either, so don't worry.)

Open a terminal, and try this:
> export LANG=en_US.UTF-8
> export LC_COLLATE="C"
> qbittorrent

If it works, you need to adjust your locale.
( https://wiki.archlinux.org/index.php/Locale )

Ps.: The first two commands are NOT permanent, they are only active while you have THAT specific terminal open.
Last edited by Peter on Sat Sep 21, 2013 9:53 pm, edited 1 time in total.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: qbittorrent doesn't want to start

Post by sledgehammer_999 »

install the -dbg packages of qt/qbittorrent/libtorrent and gdb

In a terminal do:

Code: Select all

gdb qbittorrent
run
<crash here>
bt
Copy the backtrace here.
Post Reply