Open JanSimek opened 10 years ago
Assertion failed: impl->buffer != AL_NONE, file ..\shadowgrounds\sound\openal\SoundLib.cpp, line 147
If the assertion assert(impl->buffer != AL_NONE); is removed, game starts and main menu music works.
assert(impl->buffer != AL_NONE);
Assertion failed: impl->buffer != AL_NONE, file ..\shadowgrounds\sound\openal\SoundLib.cpp, line 147
If the assertion
assert(impl->buffer != AL_NONE);
is removed, game starts and main menu music works.