stickymango
08-02-2008 21:49:06
Hi CaseyB,
I'm getting random crashes with the following error message:
What's causing it is playing/pausing a sound in quick succession, I do this because in our applications we need the ability to stop and start at any point in order to set some stereo settings, this can be synched with audio so I also need to pause/unpause the audio at the same time.
I'm using boost and thread support but it doesn't look like a boost problem, I'll try and see if I can trace it but thought I'd bring it to your attention in case you know of a solution/reason for this.
edit: Further to this, if I don't stream the sound then the pause function resets the sound file..
I'm getting random crashes with the following error message:
OGRE EXCEPTION(40963:): Failed to unqueue Buffers: OpenAL Error: The value pointer given is not valid in OgreAL::Sound::unqueueBuffers
What's causing it is playing/pausing a sound in quick succession, I do this because in our applications we need the ability to stop and start at any point in order to set some stereo settings, this can be synched with audio so I also need to pause/unpause the audio at the same time.
I'm using boost and thread support but it doesn't look like a boost problem, I'll try and see if I can trace it but thought I'd bring it to your attention in case you know of a solution/reason for this.
edit: Further to this, if I don't stream the sound then the pause function resets the sound file..
