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
Describe the bug
Attempting to launch st without ALSA's sequencer kernel module snd_seq loaded crashes the application in an uncaught exception, due to /dev/snd/seq being unavailable.
To Reproduce
Launch a system without the snd_seq kernel module.
Launch st.
Crash.
Expected behavior
Exception should be caught and handled gracefully, just like for the regular sound device being unavailable.
snd_seq shouldn't be a hard requirement, if I never plan to attach a MIDI device into my system.
Screenshots
Desktop (please complete the following information):
OS: postmarketOS 1.23.0 aarch64
Version 0.2.0
Additional context
Unusual system, but the core issue still exists.
The text was updated successfully, but these errors were encountered:
Describe the bug
Attempting to launch
st
without ALSA's sequencer kernel modulesnd_seq
loaded crashes the application in an uncaught exception, due to/dev/snd/seq
being unavailable.To Reproduce
snd_seq
kernel module.st
.Expected behavior
snd_seq
shouldn't be a hard requirement, if I never plan to attach a MIDI device into my system.Screenshots
Desktop (please complete the following information):
Additional context
Unusual system, but the core issue still exists.
The text was updated successfully, but these errors were encountered: