Re: auval FATAL ERROR. How to know whee is the component?
Re: auval FATAL ERROR. How to know whee is the component?
- Subject: Re: auval FATAL ERROR. How to know whee is the component?
- From: tahome izwah <email@hidden>
- Date: Wed, 23 Sep 2009 09:47:59 +0200
Well, obviously it would make sense to check what the difference is
between the project that works and the one that doesn't. If it's
really just a 3rd party library then I'd try to isolate the problem
with a simple test project (ideally one that comes with the lib) to
see if the release of the lib is broken in some way.
The error you're seeing is a parameter error but the problem is too
general to suggest a solution. Maybe the lib is allocating a huge
memory block or is overwriting memory when instantiating the AU.
What happens if you run the AU ith AULab in the debugger? Does it
crash as well, and where? Did you try enabling GuardMalloc to see if
something is messing up memory somehow?
Not sure which of these steps you already took, but they might be a
starting point.
HTH
--th
2009/9/18 Kevin Molcard <email@hidden>:
> Hi all,
> It worked properly since I decided to pass to a new version of a third party
> library. Then auval crashes and return:
>
> FATAL ERROR: OpenAComponent: result: -50,0xFFFFFFCE
>
> Then I decided to return to the old version which worked. But the problem
> still happend.
> I thought it was because I didn't delete the component that caused the
> problem. So I remove from my computer all the components of my plugin.
> But even then, the error still occurs.
> I know that there is a file named "com.apple.audiounits.cache". I remove it
> and relaunch AUManager in logic. I rescan all the AU but didn't solve the
> problem.
>
> So if anyone has information about how works auval, especially how it finds
> the component, it is welcome.
>
> Thanks in adavnce,
> Kevin
>
> --
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden