Today, after messing around with saving highscores, suddenly my application will not run at all.
I get the following message in the log:
2011-07-25 20:09:46.622 Hover[1217:207] Denshion::CDAudioManager - Audio session set category
AVAudioSessionCategorySoloAmbient failed with error Error Domain=NSOSStatusErrorDomain Code=-50
"The operation couldn’t be completed. (OSStatus error -50.)"
2011-07-25 20:09:46.624 Hover[1217:207] Denshion::CDSoundEngine - mixer output rate set to 44100.00
AudioStreamBasicDescription: 2 ch, 44100 Hz, 'lpcm' (0x00000C2C) 8.24-bit little-endian signed integer, deinterleaved
Seams like some kind of problem with the audio, which is weird as I haven't made any changes to the music.
Help?