Opened 15 years ago

Closed 14 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 Changed 15 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.

comment:2 Changed 15 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"))

comment:3 Changed 14 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

This has been fixed.

Note: See TracTickets for help on using tickets.