PDA

View Full Version : Live 8 AU not showing


cc_
01-18-2011, 10:15 AM
I have a strange problem, my AU plugin's GUI is not showing in Ableton Live 8. It works fine in Garageband, Live 7 and Reaper. Also if I compile the IPlug Example and link with the same IPlug library it does work in Live8 (and I compared the compile settings - they look the same as I am using). The VST version of my plugin works fine.

The plugin itself seems to be working, just no GUI window comes up.

I can't think what can be wrong. Anyone else had a similar problem?

Tale
01-18-2011, 03:09 PM
No problems here. I have Live 8.1.4, and the AU version of my ComboV project loads just fine with its GUI included.

Can't you selectively leave out GUI parts, so you can see when it goes wrong? E.g. you start with only a background (which probably will work), and then add stuff again until Live stops showing the GUI.

olilarkin
01-19-2011, 04:33 AM
does auval give you any errors? it seems to be pretty useful for debugging au problems

cc_
01-21-2011, 03:01 AM
Thanks for the ideas guys! I tried auval, it passed...

I tried ifdefing stuff out, but no luck! I have removed all of my code except MakeGraphics, AttachBackground and AttachGraphics and still no window opens. I tried ComboV, as you say it works fine.

I'm going to look at all the compile settings again, and maybe try going the other way: changing the Example until it stops working.

All very strange.

cerberus
01-23-2011, 04:40 AM
perhaps you will see the error(s) in console.app ?

cc_
01-23-2011, 07:48 AM
No, nothing in the console...

But I just found the problem, it is that I am stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid stupid!

I somehow must have removed IPlugAU_ViewFactory.mm from the project. Adding it back in fixed everything (well apart from 2 lost days tracking it down!).