Skip to content
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

[bug] Crash if MIDI device is unavailable (Linux) #154

Open
OPNA2608 opened this issue Oct 25, 2020 · 0 comments
Open

[bug] Crash if MIDI device is unavailable (Linux) #154

OPNA2608 opened this issue Oct 25, 2020 · 0 comments
Labels

Comments

@OPNA2608
Copy link

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

  1. Launch a system without the snd_seq kernel module.
  2. Launch st.
  3. Crash.

Expected behavior

  1. Exception should be caught and handled gracefully, just like for the regular sound device being unavailable.
  2. snd_seq shouldn't be a hard requirement, if I never plan to attach a MIDI device into my system.

Screenshots
grafik

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.

@OPNA2608 OPNA2608 added the bug label Oct 25, 2020
@OPNA2608 OPNA2608 changed the title [bug] Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant