We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When closing the window on MacOS you get the following error after quit:
Application quit successfully! AQ_Server_Common.h:48 Exception caught in AudioQueueInternalStop_Sync - error -66671 Program ended with exit code: 0
I'm new to SDL3 so I'm not sure if it's an SDL3 shutdown issue with a mutex or if there is a missed shutdown here in the template.
The text was updated successfully, but these errors were encountered:
Ensure all resources are freed (#15)
e974d8b
Close mixer audio device (#15)
f922477
I am able to reproduce this. I don't think I have missed any resource frees (feel free to check me), so it might be an SDL bug.
Sorry, something went wrong.
No branches or pull requests
When closing the window on MacOS you get the following error after quit:
I'm new to SDL3 so I'm not sure if it's an SDL3 shutdown issue with a mutex or if there is a missed shutdown here in the template.
The text was updated successfully, but these errors were encountered: