1
General / Re: C++ code not compiling.
« on: August 12, 2020, 10:41:53 am »
I tried compiling in the way shown in the tutorial and linking the library, but now I'm getting this in my console whenever I execute my program.
An internal OpenAL call failed in SoundStream.cpp(472).
Expression:
alSourceUnqueueBuffers(m_source, 1, &buffer)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
This just repeats over and over.
An internal OpenAL call failed in SoundStream.cpp(472).
Expression:
alSourceUnqueueBuffers(m_source, 1, &buffer)
Error description:
AL_INVALID_OPERATION
The specified operation is not allowed in the current state.
This just repeats over and over.