Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAL crash when reading AL_BUFFERS_PROCESSED #1

Open
AnzoDK opened this issue Jun 28, 2020 · 1 comment
Open

OpenAL crash when reading AL_BUFFERS_PROCESSED #1

AnzoDK opened this issue Jun 28, 2020 · 1 comment
Assignees
Labels
Dependency Bug A bug in a used library

Comments

@AnzoDK
Copy link
Owner

AnzoDK commented Jun 28, 2020

No matter if you check the alGetError() or not, you will crash when the command shown in the picture is run
image
To avoid alGetSourcei() from crashing we stopped playback right before and after, but according to the OpenAL documentation, that should not be necessary.

Searching for a fix

@AnzoDK AnzoDK self-assigned this Jun 28, 2020
@AnzoDK AnzoDK added the Dependency Bug A bug in a used library label Jun 28, 2020
@AnzoDK
Copy link
Owner Author

AnzoDK commented Jun 28, 2020

A workaround has been implemented in commit: dd1602e , but it's far from perfect, so the issue will stay open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependency Bug A bug in a used library
Projects
None yet
Development

No branches or pull requests

1 participant