Ticket #771 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

deluge crashes, depends on LANG

Reported by: Cvbge Owned by: andar
Priority: major Milestone:
Component: other 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

Changed 4 years ago by Cvbge

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.

Changed 4 years ago by anonymous

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"))

Changed 4 years ago by andar

  • status changed from new to closed
  • resolution set to fixed

This has been fixed.

Note: See TracTickets for help on using tickets.