-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
OS.open_midi_inputs
crashes with dummy audio
#52821
Milestone
Comments
|
Still reproducible in 4.0 RC 3. The crash happens here:
Apparently this API is not safe to call when using the dummy driver. There should be a way to error out earlier on if no suitable audio driver is configured. |
This was referenced May 18, 2023
I can still reproduce this on 4.4.dev 533c616 (Linux). Backtrace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
4.0.dev.custom_build. 22b2253
System information
Ubuntu 21.04 - Nvidia GTX 970, Gnome shell 3.38 X11
Issue description
Running project with
crashes with this backtrace
when using
OS.open_midi_inputs()
Steps to reproduce
Above
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: