monocasual / giada

Your Hardcore Loop Machine.
https://www.giadamusic.com
GNU General Public License v3.0
1.72k stars 98 forks source link

Crash when opening the config window #639

Open mrzapp opened 1 year ago

mrzapp commented 1 year ago

Environment

Describe the bug When I open the .AppImage I get the "Your soundcard isn't configured correctly" prompt, I close that warning and click the "config" button, and the app crashes.

Here's what I get in the terminal:

RtAudio: no compiled support for specified API argument!

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Aborted (core dumped)

To Reproduce Steps to reproduce the behavior:

  1. Click "Config"
  2. See error

Expected behavior The config dialog would show

TontonSancho commented 1 year ago

I can confirm with v0.24.0-x86_64

@computer$ ./Giada-v0.24.0-x86_64.AppImage 
[... running perfectly fine ... then I click on config button]
[... crash instantly]
RtAudio: no compiled support for specified API argument!

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Abandon

Regards.

gvnnz commented 1 year ago

@mrzapp and @TontonSancho please try again with the new version 0.25, we fixed a lot of weird stuff in the Configuration panel.