Cabbage Lite crashes when pressing "Mute audio input" checkbox

Hi all,

I’m having this crash when opening any .csd file (I’ve tried three or four, for example arpeggiator.csd from Cabbage/examples) and pressing that checkbox, in the Audio/Midi settings section.

It happens almost all of the time… it worked without crashing a few times with the same parameters and configuration, so I cannot find a pattern for this behaviour.

When run debbuging in Visual Studio 2017 it shows this message:

Exception produced in 0x00007FF6C7D49DFC in CabbageLite.exe: 0xC0000005: Access violation when reading the location 0xFFFFFFFFFFFFFFFF.

It seems that the crash happens in this function from juce_Value.cpp

void Value::callListeners()
{
    if (listeners.size() > 0)
    {
        Value v (*this); // (create a copy in case this gets deleted by a callback)
        listeners.call ([&] (Value::Listener& l) { l.valueChanged (v); });
    }
}

SO: Windows 10
Cabbage Lite v2.0.03

I’m without a windows machine for the next few days, so I"m afraid I won’t be able to try this until the weekend at the latest.

Can you try this version and let me know. I’m not seeing any crashes with it when I change the audio settings in the way you describe.

Hi rory,

Sorry for the delay, I can’t see the versión! Hyperlink comes without url.

this

Sorry about that, I pulled it. But I will have a new working version soon. I managed to fix that issue :wink:

Nice! I can’t wait to see it.

Thank you very much :slight_smile: