Page 1 of 1

I have an error on deluge 1.0.2 gutsy !

Posted: Sat Oct 11, 2008 5:03 pm
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

Re: I have an error on deluge 1.0.2 gutsy !

Posted: Sat Oct 11, 2008 11:29 pm
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?

Re: I have an error on deluge 1.0.2 gutsy !

Posted: Sun Oct 12, 2008 8:52 am
by super54
This program loading in french.

How i can load in english ??

Thanks for your help !!

Re: I have an error on deluge 1.0.2 gutsy !

Posted: Sat Nov 15, 2008 10:58 pm
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 ...

Re: I have an error on deluge 1.0.2 gutsy !

Posted: Sun Nov 16, 2008 6:06 pm
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 !