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
Describe the bug Crashing while shutdown
Initializing GLFW LOG::../third_party/include/gs/impl/gs_platform_impl.h::gs_platform_window_create_internal(1767)::OpenGL Version: 4.1 Metal - 83.1 Capture Device Count: 2 0: C-1U 1: Microphone MacBook Pro Assertion failed: (g_ppTrackedDevices_CoreAudio == ((void*)0)), function ma_context__uninit_device_tracking__coreaudio, file miniaudio.h, line 24215. fish: Job 1, './bin/App' terminated by signal SIGABRT (Abort)
Expected behavior Should gracefully shutdown
System information (please complete the following information):
Additional context Should ma_context_uninit be after ma_device_uninit? in gs_audio_impl.h?
gs_result gs_audio_shutdown(gs_audio_t* audio) { miniaudio_data_t* ma = (miniaudio_data_t*)audio->user_data; ma_context_uninit(&ma->context); ma_device_uninit(&ma->device); ma_mutex_uninit(&ma->lock); return GS_RESULT_SUCCESS; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Crashing while shutdown
Expected behavior
Should gracefully shutdown
System information (please complete the following information):
Additional context
Should ma_context_uninit be after ma_device_uninit?
in gs_audio_impl.h?
The text was updated successfully, but these errors were encountered: