Opened 16 years ago
Closed 15 years ago
#771 closed bug (Fixed)
deluge crashes, depends on LANG
Reported by: | Cvbge | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Unknown | Version: | 1.1.0 |
Keywords: | Cc: |
Description
Debian testing (lenny)
piotr@piotr:/tmp/x$ deluge 1.1.1 /var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51: GtkWarning: Invalid input string "glade/main_window.glade")) Naruszenie ochrony pamięci (core dumped)
Does not crashes when run as:
LANG=C deluge
Normally LANG is set to pl_PL.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Same here, with a system using fr_FR ISO-8859-15. Tested with Deluge 1.1.3.
/usr/lib/python2.5/site-packages/deluge/ui/gtkui/queuedtorrents.py:48: GtkWarning: Failed to set text from markup due to error parsing markup: Erreur à la ligne 1, caractÚre 31 : Texte codé en UTF-8 non valide - « <big><b>Torrents ajoutᅵs en file d'attente</b></big> » est non valide
"glade/queuedtorrents.glade"))
Note:
See TracTickets
for help on using tickets.
The problem seems to be that pl_PL is ISO-8859-2 charset and pl.po is UTF8. With LANG=pl_PL.UTF-8 there is no crash. I have both locales generated.
I have also tried with LANG=de, which I don't have generted, and there was a crash too.