processing / processing-sound-archive

Archived Sound Library for Processing
125 stars 62 forks source link

Sound Library 1.3.2 issue with different Mac & OS #96

Open phoebefongwah opened 8 years ago

phoebefongwah commented 8 years ago

I got the following errors message when I run the example code

Error Message libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: RtApiCore::probeDeviceOpen: the device (2) does not support the requested channel count. Could not run the sketch (Target VM failed to initialize). For more information, read revisions.txt and Help → Troubleshooting.

Test with 4 different Mac and result as follows

///// MAC #1

Mac Mini (Late 2014)

OSX Yosemite 10.10.5

Processor 2.8GHz Intel Core i5

Memory 8GB 1600MHz DDR3

/// Result: Doesn’t work with library example, even after replaced some of the library files from forum suggestion (Link below) https://files.app.net/wn129oO5M.zip https://github.com/processing/processing-sound/issues/1

////////////////////////////////////////////////////////////////////////////////

///// MAC #2

MacBook Pro (Retina, 15 inch, Mid 2014)

OSX Yosemite 10.10.5

Processor 2.5GHz Intel Core i7

Memory 16GB 1600MHz DDR3

//// Result: Most of the example work after replaced part of the library files with https://files.app.net/wn129oO5M.zip file. However, "AudioIn" is still not working with external Mic (logitech USB mic)

////////////////////////////////////////////////////////////////////////////////

///// MAC #3

MacBook Air (11-inch, Early 2015)

OSX EI Capitan 10.11.4

Processor 2.2GHz Intel Core i7

Memory 8GB 1600MHz DDR3

//// /Result: Examples codes work without the need of replacing library files with https://files.app.net/wn129oO5M.zip. However, "AudioIn" is still not working with external Mic (logitech USB mic)

////////////////////////////////////////////////////////////////////////////////

///// MAC #4

Mac Mini (Late 2012)

OSX EI Capitan 10.11.4

Processor 2.5GHz Intel Core i5

Memory 4GB 1600MHz DDR3

//// /Result: Examples codes work without the need of replacing library files with https://files.app.net/wn129oO5M.zip. However, "AudioIn" is still not working with external Mic (logitech USB mic)

furiousgreencloud commented 7 years ago

Bug Confirmed & Solution Confirmed "MAC#2" is a FIX.

for: MacOS 10.10.3, MacBook Pro (Mid 2009) Processing 3.2.3

netplusdesign commented 7 years ago

I tried replacing the library files with ones in the zip, but no luck. Mac Air OSX 10.12.1 and P3.2.3. @d235j in issue #1 mentioned "a patch to compile libsndfile with newer libvorbis — grab it from Homebrew or such." Anyone have more specific instructions? Thx.

ghost commented 7 years ago

https://files.app.net/wn129oO5M.zip appears to be dead. Can the file be found elsewhere? Thanks.

dfamil commented 6 years ago

i am having the same problem. works on mac book but not mac pro. Mac Pro 2010 Processing version: 3.3.6 Operating System and OS version: 10.11.6

new 2016 macbook pro it works Processing version: 3.3.6 Operating System and OS version: 10.12.6

d235j commented 6 years ago

@dfamil just replace the libs with the ones referenced here: https://github.com/processing/processing-sound/issues/1#issuecomment-65525204

@ghost the libs are there too.