Re: Strange Logs when playing a sound
Re: Strange Logs when playing a sound
- Subject: Re: Strange Logs when playing a sound
- From: Bob Ippolito <email@hidden>
- Date: Sun, 2 Jan 2005 21:58:11 -0500
On Jan 2, 2005, at 9:44 PM, Simon alias Trax wrote:
Everytime I launch my app, just before the first sound is loaded and
played, I get strange logs in my log window that (apparently) have
nothing to do with my app... I play my sound using this in
awakeFromNib (to test it quickly) :
[[NSSound soundNamed:@"Purr"] play];
When I launch my app, I get this kind of log :
## Component Manager: attempting to find symbols in a component alias
of type (imdc/IV32/intl)
## Component Manager: attempting to find symbols in a component alias
of type (imdc/IV31/intl)
## Component Manager: attempting to find symbols in a component alias
of type (imdc/MP42/MSFT)
And so on... I get at least 100 of them, then the sound plays...
That's just debugging garbage that gets printed when QuickTime
components behave strangely. Not your fault, ignore them.
-bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden