Deluge 1.0.0 crashes on startup with a segfault.
Here is the log I got :
Code: Select all
[INFO ] 15:20:48 main:93 Deluge ui 1.0.0
[DEBUG ] 15:20:48 main:94 options: {'config': None, 'logfile': None, 'ui': None}
[DEBUG ] 15:20:48 main:95 args: []
[DEBUG ] 15:20:48 configmanager:44 ConfigManager started..
[INFO ] 15:20:48 main:98 Starting ui..
[DEBUG ] 15:20:48 ui:44 UI init..
[DEBUG ] 15:20:48 configmanager:88 Getting config 'ui.conf'
[DEBUG ] 15:20:48 config:47 Config created with filename: ui.conf
[DEBUG ] 15:20:48 config:48 Config defaults: {'default_ui': 'gtk'}
[INFO ] 15:20:48 ui:60 Starting GtkUI..
[DEBUG ] 15:20:48 client:54 CoreProxy init..
[DEBUG ] 15:20:48 configmanager:69 get_config_dir: /home/fabrizio/.config/deluge
[DEBUG ] 15:20:48 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 15:20:48 config:47 Config created with filename: gtkui.conf
[DEBUG ] 15:20:48 config:48 Config defaults: {'autoadd_queued': False, 'close_to_tray': True, 'window_width': 640, 'default_load_path': None, 'window_y_pos': 0, 'classic_mode': True, 'window_pane_position': -1, 'enabled_plugins': [], 'show_connection_manager_on_start': True, 'show_statusbar': True, 'autoadd_enable': False, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'autoconnect_host_uri': None, 'window_maximized': False, 'enable_system_tray': True, 'show_sidebar': True, 'window_x_pos': 0, 'window_height': 480, 'lock_tray': False, 'connection_limit_list': [50, 100, 200, 300, 500], 'tray_password': '', 'focus_add_dialog': True, 'show_new_releases': True, 'start_in_tray': False, 'autoconnect': False, 'choose_directory_dialog_path': '/home/fabrizio', 'check_new_releases': True, 'autostart_localhost': False, 'show_toolbar': True, 'autoadd_location': '', 'config_location': '/home/fabrizio/.config/deluge', 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'interactive_add': True, 'signal_port': 40000}
1.0.0
[DEBUG ] 15:20:48 gtkui:165 retcode: 0
[DEBUG ] 15:20:48 component:102 Registered QueuedTorrents with ComponentRegistry..
[DEBUG ] 15:20:48 configmanager:88 Getting config 'gtkui.conf'
/usr/lib/python2.5/site-packages/deluge/ui/gtkui/queuedtorrents.py:55: 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"))
[DEBUG ] 15:20:48 component:102 Registered IPCInterface with ComponentRegistry..
[DEBUG ] 15:20:48 component:102 Registered DbusInterface with ComponentRegistry..
[DEBUG ] 15:20:48 ipcinterface:83 Processing args from other process: []
[DEBUG ] 15:20:48 ipcinterface:86 Not connected to host.. Adding to queue.
[INFO ] 15:20:48 dbusinterface:82 Registering with DBUS..
[DEBUG ] 15:20:48 component:102 Registered MainWindow with ComponentRegistry..
[DEBUG ] 15:20:48 configmanager:88 Getting config 'gtkui.conf'
/usr/lib/python2.5/site-packages/deluge/ui/gtkui/mainwindow.py:58: GtkWarning: Invalid input string
"glade/main_window.glade"))
Segfault
Has anyone got this problem too ?
What can I do to fix it ?
Thank you for any help you can provide,
Faabrizio