Hi all,
I've just tracked down a silly error in my code, basically I had missed off the '.caf' extension from one of my sound filenames.
During my debugging session I noticed that CocosDenshion currently does not generate any console error if you make this mistake, instead what happens is you get a crash with no apparent reason why. The code that generated the error is below:
[[SimpleAudioEngine sharedEngine] preloadEffect:@"soundEffect1"]; // notice the file extension is missing!
So what I think we need is for CocosDenshion to inform us about this missing file extension with a simple error message.