Bug#522089: qemulator: Lot's of errors/warnings on startup

2009-04-07 Thread Francesco Namuri
severity 522089 minor
stop

Hi Michael, 
thanks for the report, this output is normal running qemulator, in my
system this not preclude the normal using of qemulator...

Unfortunately there are many defects in this program and I'm waiting the
new upstream version hoping that this can solve these warnings and
others issues.

In any case I report this to the upstream author. I think that the
biggest problem is that qemulator is not fully compatible with new
versions of Python, Pygtk2, libglade2...

I'm lowering the severity of this bug because if I've understood well,
you can use the program, the only problem is the presence of this
warnings in the console...

Best Regards,
francesco

Il giorno mar, 31/03/2009 alle 19.06 +0200, Michael Biebl ha scritto:
 Package: qemulator
 Version: 0.5-3
 Severity: normal
 
 When I start qemulator from the console, I get a lot of errors and
 warnings:
 
 $ qemulator
 File not found: mainsettings
 detected qemu_version: 0.10.1
 detected an older qemu release, using 0.8 command set
 /usr/bin/qemulator:361: GtkWarning: GtkSpinButton: setting an adjustment with 
 non-zero page size is deprecated
   self.wTree = gtk.glade.XML(self.gladefile, window1, APP)
 File not found: image_settings
 File not found: bookmarks
 /usr/bin/qemulator:2595: GtkWarning: gtk_tree_path_append_index: assertion 
 `index = 0' failed
   row = model[active]
 /usr/bin/qemulator:2595: GtkWarning: gtk_tree_model_get_iter: assertion 
 `path-depth  0' failed
   row = model[active]
 Traceback (most recent call last):
   File /usr/bin/qemulator, line 2595, in on_comboboxCDromdrive_changed
 row = model[active]
 IndexError: could not find tree path
 /usr/bin/qemulator:2702: GtkWarning: gtk_tree_path_append_index: assertion 
 `index = 0' failed
   row = model[active]
 /usr/bin/qemulator:2702: GtkWarning: gtk_tree_model_get_iter: assertion 
 `path-depth  0' failed
   row = model[active]
 Traceback (most recent call last):
   File /usr/bin/qemulator, line 2702, in on_comboboxAudiohw_changed
 row = model[active]
 IndexError: could not find tree path
 /usr/bin/qemulator:2691: GtkWarning: gtk_tree_path_append_index: assertion 
 `index = 0' failed
   row = model[active]
 /usr/bin/qemulator:2691: GtkWarning: gtk_tree_model_get_iter: assertion 
 `path-depth  0' failed
   row = model[active]
 Traceback (most recent call last):
   File /usr/bin/qemulator, line 2691, in on_comboboxMachinetype_changed
 row = model[active]
 IndexError: could not find tree path
 /usr/bin/qemulator:2675: GtkWarning: gtk_tree_path_append_index: assertion 
 `index = 0' failed
   row = model[active]
 /usr/bin/qemulator:2675: GtkWarning: gtk_tree_model_get_iter: assertion 
 `path-depth  0' failed
   row = model[active]
 Traceback (most recent call last):
   File /usr/bin/qemulator, line 2675, in comboboxEmusystem_changed
 row = model[active]
 IndexError: could not find tree path
 Traceback (most recent call last):
   File /usr/bin/qemulator, line 2702, in on_comboboxAudiohw_changed
 row = model[active]
 IndexError: could not find tree path
 Traceback (most recent call last):
   File /usr/bin/qemulator, line 2691, in on_comboboxMachinetype_changed
 row = model[active]
 IndexError: could not find tree path
 File not found: joblist
 /usr/share/qemulator/qml_machinesetup.py:127: GtkWarning: GtkSpinButton: 
 setting an adjustment with non-zero page size is deprecated
   self.wTree = gtk.glade.XML(self.gladefile, dialog_bookmarks, APP)
 /usr/share/qemulator/qml_machinesetup.py:645: GtkWarning: 
 gtk_tree_path_append_index: assertion `index = 0' failed
   row = model[active]
 /usr/share/qemulator/qml_machinesetup.py:645: GtkWarning: 
 gtk_tree_model_get_iter: assertion `path-depth  0' failed
   row = model[active]
 Traceback (most recent call last):
   File /usr/share/qemulator/qml_machinesetup.py, line 645, in 
 comboboxEmusystem_changed
 row = model[active]
 IndexError: could not find tree path
 /usr/share/qemulator/qml_machinesetup.py:661: GtkWarning: 
 gtk_tree_path_append_index: assertion `index = 0' failed
   row = model[active]
 /usr/share/qemulator/qml_machinesetup.py:661: GtkWarning: 
 gtk_tree_model_get_iter: assertion `path-depth  0' failed
   row = model[active]
 Traceback (most recent call last):
   File /usr/share/qemulator/qml_machinesetup.py, line 661, in 
 on_comboboxMachinetype_changed
 row = model[active]
 IndexError: could not find tree path
 
 
 
 I'm not sure, how critical those errors are, thus only severity normal.
 
 
 Cheers,
 Michael
 
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (300, 'experimental')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.29
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages qemulator depends on:
 ii  libglade2-0   1:2.6.3-1  library to load .glade files at 
 ru
 ii  python2.5.4-2An 

Bug#522089: qemulator: Lot's of errors/warnings on startup

2009-03-31 Thread Michael Biebl
Package: qemulator
Version: 0.5-3
Severity: normal

When I start qemulator from the console, I get a lot of errors and
warnings:

$ qemulator
File not found: mainsettings
detected qemu_version: 0.10.1
detected an older qemu release, using 0.8 command set
/usr/bin/qemulator:361: GtkWarning: GtkSpinButton: setting an adjustment with 
non-zero page size is deprecated
  self.wTree = gtk.glade.XML(self.gladefile, window1, APP)
File not found: image_settings
File not found: bookmarks
/usr/bin/qemulator:2595: GtkWarning: gtk_tree_path_append_index: assertion 
`index = 0' failed
  row = model[active]
/usr/bin/qemulator:2595: GtkWarning: gtk_tree_model_get_iter: assertion 
`path-depth  0' failed
  row = model[active]
Traceback (most recent call last):
  File /usr/bin/qemulator, line 2595, in on_comboboxCDromdrive_changed
row = model[active]
IndexError: could not find tree path
/usr/bin/qemulator:2702: GtkWarning: gtk_tree_path_append_index: assertion 
`index = 0' failed
  row = model[active]
/usr/bin/qemulator:2702: GtkWarning: gtk_tree_model_get_iter: assertion 
`path-depth  0' failed
  row = model[active]
Traceback (most recent call last):
  File /usr/bin/qemulator, line 2702, in on_comboboxAudiohw_changed
row = model[active]
IndexError: could not find tree path
/usr/bin/qemulator:2691: GtkWarning: gtk_tree_path_append_index: assertion 
`index = 0' failed
  row = model[active]
/usr/bin/qemulator:2691: GtkWarning: gtk_tree_model_get_iter: assertion 
`path-depth  0' failed
  row = model[active]
Traceback (most recent call last):
  File /usr/bin/qemulator, line 2691, in on_comboboxMachinetype_changed
row = model[active]
IndexError: could not find tree path
/usr/bin/qemulator:2675: GtkWarning: gtk_tree_path_append_index: assertion 
`index = 0' failed
  row = model[active]
/usr/bin/qemulator:2675: GtkWarning: gtk_tree_model_get_iter: assertion 
`path-depth  0' failed
  row = model[active]
Traceback (most recent call last):
  File /usr/bin/qemulator, line 2675, in comboboxEmusystem_changed
row = model[active]
IndexError: could not find tree path
Traceback (most recent call last):
  File /usr/bin/qemulator, line 2702, in on_comboboxAudiohw_changed
row = model[active]
IndexError: could not find tree path
Traceback (most recent call last):
  File /usr/bin/qemulator, line 2691, in on_comboboxMachinetype_changed
row = model[active]
IndexError: could not find tree path
File not found: joblist
/usr/share/qemulator/qml_machinesetup.py:127: GtkWarning: GtkSpinButton: 
setting an adjustment with non-zero page size is deprecated
  self.wTree = gtk.glade.XML(self.gladefile, dialog_bookmarks, APP)
/usr/share/qemulator/qml_machinesetup.py:645: GtkWarning: 
gtk_tree_path_append_index: assertion `index = 0' failed
  row = model[active]
/usr/share/qemulator/qml_machinesetup.py:645: GtkWarning: 
gtk_tree_model_get_iter: assertion `path-depth  0' failed
  row = model[active]
Traceback (most recent call last):
  File /usr/share/qemulator/qml_machinesetup.py, line 645, in 
comboboxEmusystem_changed
row = model[active]
IndexError: could not find tree path
/usr/share/qemulator/qml_machinesetup.py:661: GtkWarning: 
gtk_tree_path_append_index: assertion `index = 0' failed
  row = model[active]
/usr/share/qemulator/qml_machinesetup.py:661: GtkWarning: 
gtk_tree_model_get_iter: assertion `path-depth  0' failed
  row = model[active]
Traceback (most recent call last):
  File /usr/share/qemulator/qml_machinesetup.py, line 661, in 
on_comboboxMachinetype_changed
row = model[active]
IndexError: could not find tree path



I'm not sure, how critical those errors are, thus only severity normal.


Cheers,
Michael


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qemulator depends on:
ii  libglade2-0   1:2.6.3-1  library to load .glade files at ru
ii  python2.5.4-2An interactive high-level object-o
ii  python-central0.6.11 register and build utility for Pyt
ii  python-glade2 2.14.1-1   GTK+ bindings: Glade support
ii  python-gtk2   2.14.1-1   Python bindings for the GTK+ widge

Versions of packages qemulator recommends:
ii  qemu  0.10.1-1   fast processor emulator

Versions of packages qemulator suggests:
pn  python-gnome2-extras  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org