byronmil / soundflower

Automatically exported from code.google.com/p/soundflower
GNU General Public License v2.0
0 stars 0 forks source link

Soundflowerbed silently quits/crashes after sleep/wake 10.8 #196

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Soundflowerbed.
2. Sleep the mac.
3. Wake it up again and it silently quits and leaves a crashlog in console.

Fixes i have tried was a clean install of OS 10.8, and also the same issue 
appears in my new iMac Late 2012

So the thing is, I use my optical output of my mac and I really like the 
feature of controlling the volume when using optical.
The bad thing is that every time the mac sleeps and wakes up, soundflowerbed 
crashes.
Saw some other posts of people having the same issue which are: 84 and 163
I really hope for a solution as i love the Soundflower utility!
Attached the crash log as a file.

Many thanks!

Michiel

Original issue reported on code.google.com by michiel....@gmail.com on 7 Apr 2013 at 9:46

Attachments:

GoogleCodeExporter commented 8 years ago
Same problem here. Help is welcome!

Original comment by ckh...@gmail.com on 18 Aug 2013 at 10:49

GoogleCodeExporter commented 8 years ago
Quick an dirty solution:

Use sleepwatcher (http://www.bernhard-baehr.de) to start a wakeup script, that 
kills and restarts soundflowerbed:

#!/bin/sh - 
/usr/bin/osascript <<-EOF
tell application "Soundflowerbed" to quit
delay 1
tell application "Soundflowerbed" to activate
EOF
exit $?

This is working for me...

Original comment by ckh...@gmail.com on 18 Aug 2013 at 12:25

GoogleCodeExporter commented 8 years ago
I am having the same problems and I am really saddened by it. Akai dropped the 
ball hard with the EIE pro :( Please fix this problem. I tried reinstalling and 
everything else listed above as well on my own time. It sucks but nice to know 
that I am not the only one experiencing this problem. 

Original comment by benjamin...@gmail.com on 7 Feb 2014 at 7:44