brummer10 / Ratatouille.lv2

Ratatouille is a Neural Model loader and mixer for Linux/Windows
BSD 3-Clause "New" or "Revised" License
45 stars 1 forks source link

_ui.so crash DAW #5

Open 38github opened 2 months ago

38github commented 2 months ago

I had to remove the _ui.so file and use the GUI-less version to avoid crashes. The terminal only says segfault error when it crashes. This might be because of some dependency issue that make didn't mention while compiling.

brummer10 commented 2 months ago

Never see the UI crash here. Did it crash on start, or on file load, or just random? You could build a UI less version with the command make mod that remove the reverence to the UI in the ttl file as well.

38github commented 2 months ago

It crashes immediately. If I remove the second .so file which has ui in its name I can then open the GUI less version.