COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :
Old 11-21-2019, 10:03 AM   #1
Nonlinear
Human being with feelings
 
Join Date: Apr 2018
Posts: 396
Default Problem with AU builds on Xcode10

I am starting to move my projects to Xcode 10 (from 9.4) in preparation for OS Catalina, etc.

All of these projects compiled perfectly in Xcode 9.4 but now in Xc10 AU builds are not working.

AAX builds works perfectly in Pro Tools
VST2 and VST3 builds work perfectly in Reaper, Cubase and others

But AU builds crash all DAWs instantly and don’t get past the first step of auval - which gives “SIGBUS 10” error.

What broke here? I can’t run debugger because of instant crash upon loading the plugin in any DAW.

Any suggestions where to look appreciated!

Last edited by Nonlinear; 11-22-2019 at 11:37 AM.
Nonlinear is offline   Reply With Quote
Old 11-21-2019, 07:16 PM   #2
Nonlinear
Human being with feelings
 
Join Date: Apr 2018
Posts: 396
Default

Never mind - I found the problem. Bad array pointer in reset function (out of range). I understand from Google that's what "SIGBUS 10" error usually indicates (trying to access inaccessible memory) - and it was correct!

Interesting that AAX, VST2 and VST3 versions of this exact same code all run flawlessly completely ignoring this error. Either the AU interface has better error checking - or it is less robust, IDK.
Nonlinear is offline   Reply With Quote
Old 11-22-2019, 11:44 AM   #3
Nonlinear
Human being with feelings
 
Join Date: Apr 2018
Posts: 396
Default

Scratch the "never mind" above - AU builds still don't work (known good projects that worked in Xc 9.4.1).

Auval fails with

/usr/bin/auval: line 8: 1838 Bus error: 10 arch -x86_64 /usr/bin/auvaltool "$@"


What is this cryptic info indicating?

Last edited by Nonlinear; 11-22-2019 at 12:29 PM.
Nonlinear is offline   Reply With Quote
Old 01-26-2020, 02:29 PM   #4
Tunca
Human being with feelings
 
Join Date: Apr 2016
Posts: 264
Default

Also, i have issue about AU, too.

Getting error "Command ResMergerCollector failed with a nonzero exit code".

There is a topic about it.

https://forum.juce.com/t/au-on-xcode...er-error/35074

QUICK EDIT:

Solved issue!

"IPlugAU.r" was set to default Rez Source. Just changed Type to C++ Header and compiled fine!

Last edited by Tunca; 01-26-2020 at 02:53 PM.
Tunca is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 03:51 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.