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

MIDI Gate Example Crashes Carla #101

Open
jrpear opened this issue Dec 6, 2021 · 6 comments
Open

MIDI Gate Example Crashes Carla #101

jrpear opened this issue Dec 6, 2021 · 6 comments
Assignees
Labels
💣 Crash An API or example caused an host to crash 🐞 Bug Something isn't working
Milestone

Comments

@jrpear
Copy link

jrpear commented Dec 6, 2021

When I do:

git clone git@github.com:RustAudio/rust-lv2.git
cd rust-lv2
./install_examples.sh
export LV2_PATH=$PWD/target/lv2                        # or just add this path to Carla using its own settings
carla
# in Carla, Add Plugin -> Example MIDI Gate (Rust Version)

, Carla crashes after adding the MIDI Gate plugin. I get this output:

Carla 2.4.1 started, status:
  Python version: 3.10.0
  Qt version:     5.15.2
  PyQt version:   5.15.6
  Binary dir:     /usr/lib64/carla
  Resources dir:  /usr/share/carla/resources
Frontend pixel ratio is 1.0
libjack.so.0 loaded successfully!
No device set, using 2 inputs and 2 outputs
zsh: IOT instruction (core dumped)  carla

The other three examples don't have this issue for me.

@jrpear
Copy link
Author

jrpear commented Dec 6, 2021

Update: now the 'fifths' example is giving me this issue too. I think I remember it working 10 minutes ago but now I'm not so sure...

@Jikstra
Copy link

Jikstra commented Dec 21, 2021

Are you running it on top of jack or pipewire?
I think carla can be started with a -gdb command, maybe that helps to get some backtrace?

@prokopyl
Copy link
Member

Thanks for the bug report @jrpear ! 🙂

After a bit on testing I can indeed reproduce the crash on Carla on my computer (running only on top of Pulse), but only on the latest development branch. I will investigate this further, but due to the holiday season I probably won't be able to work on this before a little bit.

@prokopyl prokopyl added 🐞 Bug Something isn't working 💣 Crash An API or example caused an host to crash labels Dec 25, 2021
@prokopyl prokopyl self-assigned this Dec 25, 2021
@prokopyl prokopyl added this to the Version 0.7.0 milestone Dec 25, 2021
@jrpear
Copy link
Author

jrpear commented Dec 26, 2021

Ah great! To answer the last question, I was running Carla on pipewire. I've since wiped my disk and reinstalled my OS so I don't have any info beyond that I was running Fedora 35.

@YruamaLairba
Copy link
Contributor

Hi, i just tried midigate. while i wasn't able to reproduce the crash, midigate is definitively broken in the develop branch. It doesn't respond to note on message, the gate never open no matter the host i tried.

@YruamaLairba
Copy link
Contributor

weird, retried today, and it works now. I wonder what i did last time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💣 Crash An API or example caused an host to crash 🐞 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants