EventDescription's address changes after adding or removing audio track in event during Live Update

Hi!
Is it expected that after adding or removing an audio track in an event, System::getEvent() will return a different FMOD::Studio::EventDescription address when Live Update is enabled? This behavior appeared after updating to v.2.01.08 from v.1.10.20.
As a consequence, the old pointer is invalid and calls to EventDescription::loadSampleData() and EventDescription::createInstance() (most likely other methods too) fail with the result FMOD_RESULT::FMOD_ERR_INVALID_HANDLE

FMOD

This is indeed a bug that we recently fixed, you will need to update to 2.01.09 when it comes out (which is very soon).

1 Like