You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…subsystem installation on Linux.
The segfault happened in the function calls `al_reserve_samples` and `al_attach_sample_instance_to_mixer`,
which have now been guarded by `if (al_is_audio_installed())`. Potentially move this check into the body
of these functions?
tstoeter
added a commit
to tstoeter/allegro5
that referenced
this issue
Jun 18, 2024
… subsystem installation on Linux.
The segfault happened in the function calls `play_midi`, `al_stop_sample`, and `al_unlock_sample_id`,
which have now been guarded by `if (al_is_audio_installed())`. Potentially move this check into the body
of these functions?
No description provided.
The text was updated successfully, but these errors were encountered: