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

Crash when opening the config window #639

Open
mrzapp opened this issue Apr 13, 2023 · 2 comments
Open

Crash when opening the config window #639

mrzapp opened this issue Apr 13, 2023 · 2 comments

Comments

@mrzapp
Copy link

mrzapp commented Apr 13, 2023

Environment

  • OS: Arch Linux with kernel 6.2.9-zen1-1-zen
  • Giada version: v0.24.0

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
Copy link

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
Copy link
Contributor

gvnnz commented Jun 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@TontonSancho @mrzapp @gvnnz and others