I downloaded JUCE 7.0.0 and trying to run DemoRunner on Windows 10. However, only “MidiDemo.h” crash.
It crashes in the same way whether I use the one from the JUCE folder or the one I compiled myself.
Is this happening only with this version? Or am I doing something wrong?
Where does the program crash? Please provide a stack trace at the point of the crash, along with any steps you took to trigger the crash (e.g. clicking on a specific button, plugging in or disconnecting a MIDI device).
MidiDemo also not running for me from DemoRunner. When I build it (MacOS) it asserts in ListBox::checkModelPtrIsValid().
jassert ((model == nullptr) == (weakModelPtr.lock() == nullptr));
Quite a lot of changes in juce_ListBox.h/cpp. If I JUCE_DISABLE_ASSERTIONS, also fails in setModel. All works fine on JUCE 6