Latest JUCE updates in develop crashes OBXD plugin

plugInOpcodeGetSpeakerArrangement crashes obxd (https://obxd.wordpress.com/) on Windows 32-bit (haven’t tested all other formats)

Just wondering if there is a way to test if a plugin supports speaker arrangements before calling this function, to try and avoid the crash? Or any other way to work around?

Started crashing with this update in the develop branch: https://github.com/julianstorer/JUCE/commit/4fa0516f4068fcfe33d42ee94375be39e08e4bc0

Or just have to get developer to update their plugin?

Hmmm ok I’ve workaround that particular bug but then it crashes when the plug-in is closed. Does this plug-in even work in other, non-JUCE DAWs?

I just tried Reaper and Cubase Elements 8 and it works.

Is there a canDo for this opCode we can check?