Re: [Swingosc-devel] SwingOsc and DVCPROHDAudio fail
Brought to you by:
sciss
From: Sciss <co...@sc...> - 2011-03-12 21:42:59
|
hi marinos, please make sure to send swingOSC problems also to the swingOSC mailing list ( swi...@li... ), as in times where i'm very busy -- which is at the moment -- i am unsubscribed from sc-users due to lack of resources processing all the mails. swingOSC doesn't use java audio at any point, except maybe indirectly through JMF in MovieView. so i wouldn't be too sure this is swingOSC related. are you using JSCMovieView? google shows me that this may be an issue with MOTU drivers and running java in 64-bit: http://www.motunation.com/forum/viewtopic.php?f=2&t=44630 but also here using processing with java audio: http://processing.org/discourse/yabb2/YaBB.pl?num=1231262368 maybe you have another java based app running that uses audio (e.g. vuze, frinika, ... ?) however, this one suggests that this is a OS X bug per se: http://discussions.apple.com/thread.jspa?messageID=13137993 other than the error message do you experience any problems? you could try to run swingOSC's java vm in 32-bit (there shouldn't be any advantage of using 64-bit anyway): g.options.javaOptions = g.options.javaOptions + "-d32"; g.boot hope that helps. best, -sciss- --- original mail: --- why do I get this message ?? obviously this is SwingOsc related, is this something crucial ?? how can I fix it ?? 2011-03-10 22:14:42.205 java[10578:1790f] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found. Did find: /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper 2011-03-10 22:14:42.206 java[10578:1790f] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x12c2b16f0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded) |