I can't compile I get the following error (audio issue?)

i am trying a simply audio and text sync. when I preview I see the following error in the Corona terminal.

2012-09-29 13:23:04.301 Corona Simulator[1550:f03]
Copyright © 2009-2012 C o r o n a L a b s I n c .
2012-09-29 13:23:04.301 Corona Simulator[1550:f03] Version: 2.0.0
2012-09-29 13:23:04.301 Corona Simulator[1550:f03] Build: 2012.925
2012-09-29 13:23:04.303 Corona Simulator[1550:f03] The file sandbox for this project is located at the following folder:
(/Users/oriv/Library/Application Support/Corona Simulator/build-8A1F37983785AEC94CEDC9920A0FFA33)
2012-09-29 13:23:04.309 Corona Simulator[1550:f03] -----------------------------------------------
2012-09-29 13:23:04.311 Corona Simulator[1550:f03] WARNING: Simulator does not support multitouch events
2012-09-29 13:23:04.393 Corona Simulator[1550:f03] 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
2012-09-29 13:23:04.394 Corona Simulator[1550:f03] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x1059778e0 (bundle, not loaded)
2012-09-29 13:23:04.690 Corona Simulator[1550:f03] step 1 - prepares to display the text
2012-09-29 13:23:04.690 Corona Simulator[1550:f03] step 2 - write words
2012-09-29 13:23:04.696 Corona Simulator[1550:f03] step 3 - plays the audio

No audio is heard. I tried in both Kwik 1 and 2 (just upgraded) - any clue? [import]uid: 175155 topic_id: 31497 reply_id: 331497[/import]

Anyone seen this error? [import]uid: 175155 topic_id: 31497 reply_id: 126021[/import]

Based on the output you pasted, my guess is you installed some 3rd party audio plugin in /Library/Audio/ which is interfering with Apple’s normal audio startup process. Since Corona relies on Apple’s built-in audio system, your plugin breaks the Corona audio playback.

I recommend uninstalling the plugin. Or at the very least, you may need to update it (but we can’t support system mods/hacks.) Based on the message: “no matching architecture in universal wrapper”, this usually means the plugin is not compiled for Intel 64-bit and is only compiled for legacy 32-bit mode.

[import]uid: 7563 topic_id: 31497 reply_id: 126207[/import]

Anyone seen this error? [import]uid: 175155 topic_id: 31497 reply_id: 126021[/import]

Based on the output you pasted, my guess is you installed some 3rd party audio plugin in /Library/Audio/ which is interfering with Apple’s normal audio startup process. Since Corona relies on Apple’s built-in audio system, your plugin breaks the Corona audio playback.

I recommend uninstalling the plugin. Or at the very least, you may need to update it (but we can’t support system mods/hacks.) Based on the message: “no matching architecture in universal wrapper”, this usually means the plugin is not compiled for Intel 64-bit and is only compiled for legacy 32-bit mode.

[import]uid: 7563 topic_id: 31497 reply_id: 126207[/import]