Sure:
AL lib: (EE) MMDevApiOpenPlayback: Device init failed: 0x80070490
Failed to open the audio device
An internal OpenAL call failed in SoundSource.cpp(37).
Expression:
alGenSources(1, &m_source)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundSource.cpp(38).
Expression:
alSourcei(m_source, AL_BUFFER, 0)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundSource.cpp(37).
Expression:
alGenSources(1, &m_source)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundSource.cpp(38).
Expression:
alSourcei(m_source, AL_BUFFER, 0)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(280).
Expression:
alGenBuffers(BufferCount, m_buffers)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(435).
Expression:
alBufferData(buffer, m_format, data.samples, size, m_sampleRate)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(438).
Expression:
alSourceQueueBuffers(m_source, 1, &buffer)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(435).
Expression:
alBufferData(buffer, m_format, data.samples, size, m_sampleRate)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(438).
Expression:
alSourceQueueBuffers(m_source, 1, &buffer)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(288).
Expression:
alSourcePlay(m_source)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundSource.cpp(177).
Expression:
alGetSourcei(m_source, AL_SOURCE_STATE, &status)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(324).
Expression:
alGetSourcei(m_source, AL_BUFFERS_PROCESSED, &nbProcessed)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundSource.cpp(177).
Expression:
alGetSourcei(m_source, AL_SOURCE_STATE, &status)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(386).
Expression:
alSourceStop(m_source)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(465).
Expression:
alGetSourcei(m_source, AL_BUFFERS_QUEUED, &nbQueued)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(392).
Expression:
alSourcei(m_source, AL_BUFFER, 0)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
An internal OpenAL call failed in SoundStream.cpp(393).
Expression:
alDeleteBuffers(BufferCount, m_buffers)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
That comes out if I use the same repro steps as above (disable device for first music declaration, enable for the second, and pressed space bar once)
The first mention of SoundStream.cpp is where space was pressed