pyo.so module makin python crash on OSX Yosemite 10.10.1
Opened this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
s = Server().boot()
What is happening?
Python is crashing when s.server.boot() is called because of an EXC_BAD_ACCESS,
when using pyo.so module
See the details of the crash in the attached file
What version of the product are you using? On what operating system?
OSX Yosemite 10.10.1
Original issue reported on code.google.com by 12co.pa...@gmail.com
on 10 Apr 2015 at 9:45
Attachments:
GoogleCodeExporter commented
Hello, here goes my two cents. I was also having this exact issue just now and
been dealing for some time now and was going mad. I'm now certain looking at
your crash report that this has to do with our macs both being mini and some
sound controller mumbo jumbo that evades me.
But you can solve this by booting the server the following way:
s = Server(duplex=0).boot()
I seriously don't know what this does at the moment of using an input line, if
i'm not mistaken you won't be able to use any and I can't seem to configure one
in the mini anyways. Thus the reason is crashing. Hopefully this helps you and
any other that might come across the same issue.
cheers.
Original comment by ajsiern...@gmail.com
on 27 Jun 2015 at 1:21
GoogleCodeExporter commented
Yep, this means that there is no input configured (at least portaudio can't
find one) on your system. Surely, you can configure a "line in" as default if
there is no mic input...
Original comment by belan...@gmail.com
on 20 Jul 2015 at 12:13