gmixer fails to launch

Bug #416292 reported by ndlarsen
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
gmixer
New
Undecided
Unassigned

Bug Description

When running gmixer:

[ndlarsen@slave ~]$ gmixer

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed

** (gmixer:8945): CRITICAL **: _wrap_gst_mixer_list_tracks: assertion `GST_IS_MIXER (self->obj)' failed
Traceback (most recent call last):
  File "/usr/bin/gmixer", line 1168, in <module>
    GMixer(options.daemon, options.custom_mixer_cmd, options.pixmap)
  File "/usr/bin/gmixer", line 640, in __init__
    self._build_gvolumes()
  File "/usr/bin/gmixer", line 1013, in _build_gvolumes
    sep.hide()
UnboundLocalError: local variable 'sep' referenced before assignment

Version of required libs:

[ndlarsen@slave ~]$ pacman -Q gstreamer0.10-python pygtk python python-xlib
gstreamer0.10-python 0.10.15-1
pygtk 2.14.1-4
python 2.6.2-5
python-xlib 0.14-1

Cheers

Revision history for this message
ndlarsen (usenet) wrote :

Please disregard this report. Issue solved as it was caused by a fault alsa install. Sorry for the inconvinience.

Revision history for this message
Andrew B (andrew-berridge) wrote :

This is an error in the coding of the gmixer script. Under certain conditions (indeed, due to invalid/faulty alsa install), the program flow gets to line 1013 and calls sep.hide() where sep is not defined. The variable sep is defined twice in a prior if then else structure. However, there's a possibility of neither the if or else condition being satisfied.

Please could sep.hide() be moved into both of the conditions?

Revision history for this message
alsercol (alsercol) wrote :

Same bug in Ubuntu Karmic. Gmixer fails to launch

Revision history for this message
tydell (marcin-tydelski) wrote :

in Arch linux too.

Revision history for this message
leigh123linux (leigh123linux-deactivatedaccount) wrote :
Revision history for this message
Clemens Buchacher (drizzd) wrote :

I have this problem too if I select the device "HD-Audio Generic (Alsa mixer)". In alsamixer, this device shows only one, mutable item "S/PDIF" without volume controls. The attached patch fixes it for me.

Clemens

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.