I have an error on deluge 1.0.2 gutsy !

General support for problems installing or using Deluge
Post Reply
super54

I have an error on deluge 1.0.2 gutsy !

Post by super54 »

I load deluge and i have this message !!

Code: Select all

[DEBUG   ] 18:53:56 component:102 Registered IPCInterface with ComponentRegistry..
[DEBUG   ] 18:53:56 component:102 Registered DbusInterface with ComponentRegistry..
[DEBUG   ] 18:53:56 ipcinterface:83 Processing args from other process: []
[DEBUG   ] 18:53:56 ipcinterface:86 Not connected to host.. Adding to queue.
[INFO    ] 18:53:56 dbusinterface:82 Registering with DBUS..
[DEBUG   ] 18:53:56 component:102 Registered MainWindow with ComponentRegistry..
[DEBUG   ] 18:53:56 configmanager:88 Getting config 'gtkui.conf'
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:58: GtkWarning: Invalid input string
  "glade/main_window.glade"))
Thanks You !!

Super54
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: I have an error on deluge 1.0.2 gutsy !

Post by andar »

super54 wrote:I load deluge and i have this message !!

Code: Select all

[DEBUG   ] 18:53:56 component:102 Registered IPCInterface with ComponentRegistry..
[DEBUG   ] 18:53:56 component:102 Registered DbusInterface with ComponentRegistry..
[DEBUG   ] 18:53:56 ipcinterface:83 Processing args from other process: []
[DEBUG   ] 18:53:56 ipcinterface:86 Not connected to host.. Adding to queue.
[INFO    ] 18:53:56 dbusinterface:82 Registering with DBUS..
[DEBUG   ] 18:53:56 component:102 Registered MainWindow with ComponentRegistry..
[DEBUG   ] 18:53:56 configmanager:88 Getting config 'gtkui.conf'
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:58: GtkWarning: Invalid input string
  "glade/main_window.glade"))
Thanks You !!

Super54
This is likely due to a bad translation.. Try running it in English.

Which language are you trying to run it in?
super54

Re: I have an error on deluge 1.0.2 gutsy !

Post by super54 »

This program loading in french.

How i can load in english ??

Thanks for your help !!
jivaros
New User
New User
Posts: 5
Joined: Sat Nov 15, 2008 10:54 pm

Re: I have an error on deluge 1.0.2 gutsy !

Post by jivaros »

I have the same problem with ubuntu 8.10, even with the lastest deluge 1.0.5

I have solved the problem with this command :
sudo rm /usr/share/python-support/deluge-torrent/deluge/i18n/fr/LC_MESSAGES/deluge.mo
(you may backup the file or just rename it)

deluge runs now, but in english ...
jivaros
New User
New User
Posts: 5
Joined: Sat Nov 15, 2008 10:54 pm

Re: I have an error on deluge 1.0.2 gutsy !

Post by jivaros »

As andar told me here http://forum.deluge-torrent.org/viewtop ... =20#p58335, i have fixed this error by checking my LANG and LC* environement variables which have to be in utf8 :
$ env |egrep '(LC|LANG)'
LC_ALL=fr_FR.UTF8
LANG=fr_FR.UTF-8
GDM_LANG=fr_FR.UTF-8
It's working now !
Post Reply