vezril / pyo

Automatically exported from code.google.com/p/pyo
0 stars 0 forks source link

pyo.so module makin python crash on OSX Yosemite 10.10.1 #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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