[Bug 551676] Re: python2.6 crashes on starting quisk

2010-07-21 Thread John Nogatch
I sent an email to the author of quisk jahl...@gmail.com, describing
the 1 line change.

After applying this fix, the next problem was to overcome the cannot
open I tried various settings in ~/.quisk_conf.py, and also noticed
there was a file ~/.quisk_init.pkl. After removing both of these files,
quisk was able to open the default sound card correctly. I suspect that
/.quisk_init.pkl was old, containing values from a previous version of
quisk with a different sound card.

I am marking this bug invalid, since it is not a bug in wxwidgets2.8.


** Changed in: wxwidgets2.8 (Ubuntu)
   Status: New = Invalid

-- 
python2.6 crashes on starting quisk
https://bugs.launchpad.net/bugs/551676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551676] Re: python2.6 crashes on starting quisk

2010-07-20 Thread John Nogatch
This is a bug in quisk, which only occurs if it is unable to open the
sound playback device.

In sound_alsa.c:quisk_open_alsa_playback() at line 500, after snd_pcm_open() 
returns an error, the line:
goto errend;
should be changed to:
return 1;

The variable hware has not yet been initialized, and errend will attempt
to free it.

After making this change, and re-making quisk, it runs, and if the
Config button is pressed, the error message is visible in red, Cannot
open playback device hw:0 (Device or resource busy).

-- 
python2.6 crashes on starting quisk
https://bugs.launchpad.net/bugs/551676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551676] Re: python2.6 crashes on starting quisk

2010-03-30 Thread Fabian Schicker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42495573/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/42495574/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42495575/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42495576/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/42495577/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/42495578/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/42495579/ThreadStacktrace.txt

-- 
python2.6 crashes on starting quisk
https://bugs.launchpad.net/bugs/551676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551676] Re: python2.6 crashes on starting quisk

2010-03-30 Thread Matthias Klose
likely a bug in wx-2.8-gtk2-unicode or in your locally installed module.


** Package changed: python2.6 (Ubuntu) = wxwidgets2.8 (Ubuntu)

-- 
python2.6 crashes on starting quisk
https://bugs.launchpad.net/bugs/551676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs