hello!
i am doing osc communication from processing to pd and it looks like the patch works when audio is disabled. when audio is enabled, it says 'audio I/O error' on pd window.
Also when i look at debug, it says something like this:

Connection from 'pd' to 'pd-gui' on 127.0.0.1:55192
[import] $Revision: 1.2 $
[path] $Revision: 1.2 $
Cannot read plugins folder: '/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/fonts'
Cannot read plugins folder: '/Users/jeewonkim/Library/Pd'
Cannot read plugins folder: '/Library/Pd'
Loading plugin: /Applications/Pd-extended.app/Contents/Resources/extra/search-plugin/search-plugin.tcl
Loading translations for search-plugin.tcl

.....

Is it because the plugins setting is done in a wrong way?

Please help.

Thank you!