← Back to team overview

nssbackup-team team mailing list archive

[Bug 1159705] [NEW] sbackup-config-gtk crashes with error 20

 

Public bug reported:

My system is setup as follows:
* The name and version of your distribution
-----------Ubuntu 12.04.2 - fully upgraded
* The version of SBackup that you are using
-----------0.11
* Where did you installed it from (PPA, a source package...) 
-----------Ubuntu Software Center

When I try to run sbackup-config-gtk from the command line by typing:
gksudo /usr/bin/sbackup-config-gtk

I receive the following error:
2013-03-25 10:59:03,814 - ERROR: Uncaught exception: 20
2013-03-25 10:59:03,814 - ERROR: Traceback (most recent call last):
  File "/usr/bin/sbackup-config-gtk", line 45, in <module>
    main(sys.argv)
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 2119, in main
    window = SBconfigGTK()
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 200, in __init__
    self._fill_widgets_from_config(probe_fs = True)
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 609, in _fill_widgets_from_config
    self.__fill_log_widgets_from_config()
  File "/usr/share/sbackup/sbackup/ui/configgui.py", line 389, in __fill_log_widgets_from_config
    selection = valid_levels[loglevel][1]
KeyError: 20

Before this error, I receive the following errors in the terminal window:
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_tree_model_get_n_columns: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
  self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_combo_box_set_column_span_column: assertion `column_span >= -1 && column_span < col' failed
  self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_combo_box_set_row_span_column: assertion `row_span >= -1 && row_span < col' failed
  self.xml = gtk.glade.XML(fname, domain = 'sbackup')
/usr/share/sbackup/sbackup/ui/GladeGnomeApp.py:90: GtkWarning: IA__gtk_widget_grab_default: assertion `gtk_widget_get_can_default (widget)' failed
  self.xml = gtk.glade.XML(fname, domain = 'sbackup')

Then, it exits and I am returned to the command line.

** Affects: sbackup
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup.
https://bugs.launchpad.net/bugs/1159705

Title:
  sbackup-config-gtk crashes with error 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/sbackup/+bug/1159705/+subscriptions


Follow ups

References