tracebacks when autosaving after playing with the audio mixer's mute buttons

Bug #436306 reported by Jeff Fortin Tam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Jokosher
New
Undecided
Unassigned

Bug Description

Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/Jokosher/ControlsBox.py", line 106, in OnMute
    self.instrument.ToggleMuted(wasSolo=False)
  File "/var/lib/python-support/python2.6/Jokosher/UndoSystem.py", line 95, in UndoWrapper
    project.SaveIncrementalAction(inc)
  File "/var/lib/python-support/python2.6/Jokosher/Project.py", line 839, in SaveIncrementalAction
    incr_file.write(action.StoreToString())
  File "/var/lib/python-support/python2.6/Jokosher/IncrementalSave.py", line 180, in StoreToString
    for key, value in self.kwargs:
ValueError: too many values to unpack

I get this frequently/easily with jokosher-trunk by simply having 2 audio tracks and playing with the audio mixer panel while they are playing, just by muting/unmuting them (and perhaps changing their volume/pan, but that doesn't seem to be related).

Revision history for this message
Laszlo Pandy (laszlok) wrote :

Are you sure you are using trunk (lp:jokosher)? This was fixed in 0.11.2.

Revision history for this message
Jeff Fortin Tam (kiddo) wrote :

Yes, running lp:jokosher (which was last updated 2009-06-11!), and I get a traceback without the app crashing, so it doesn't particularly seem to be the same as bug #436306.

Revision history for this message
Laszlo Pandy (laszlok) wrote :

Look at the path in your traceback:
/var/lib/python-support/python2.6/Jokosher/IncrementalSave.py

This is probably the packaged version of Jokosher on your system. If you are running lp:jokosher from a local directory make sure you are running the Jokosher/Jokosher file. If you've already tried this, we might have to make sure python2.6 is importing from the local directory before looking in python-support.

Revision history for this message
Jeff Fortin Tam (kiddo) wrote :

Yes sorry, I was running ./bin/jokosher instead of ./Jokosher/Jokosher!

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.