Hi @jeff_fmod , here are some clarifications:
- We were on an old FMOD version previously, I forget which one, but the crash was not present.
- We tried upgrading to the 2.02.12, which we put into production, and started getting the
java.lang.UnsatisfiedLinkError: No implementation found for void org.fmod.FMOD.OutputAAudioHeadphonesChanged()
- We reverted back to the previous version we were on and the crash was gone once again.
- Later, we were required by other factors to upgrade the NDK version our app uses. We upgraded it to the latest version, and this required us to also upgrade FMOD once again (the app would not compile otherwise). We upgraded the NDK to version 25.1.8937393
- We decided not to upgrade to the latest FMOD (2.02.13) because we knew that version caused this crash. We tried using 2.02.05 instead, thinking this thread indicated the crash was introduced in 2.02.06.
- The crash is happening in production still and affects many of our users.
I can provide other details if needed, thanks
EDIT: Actually, I just noticed that the version we were using in production was still 2.02.12. So I will try truly downgrading to 2.02.05 which will likely solve the problem, but I am hoping we can update to later versions soon, but we cannot until this bug is fixed.