DllNotFoundException: fmodstudio FMOD.Memory.GetStats

We are having random errors in our build - not all the time and the Dlls are there.

Unity 2019.1.9f1
Fmod 2.00.06
[Exception] DllNotFoundException: fmodstudio
FMOD.Memory.GetStats (System.Int32& currentalloced, System.Int32& maxalloced,

I was looking at the script execution order and am wondering why the StudioListener and RuntimeManager are executed later than default time. Isn’t that a problem?

Thanks,
Simon

The listener and RuntimeManager scripts are updated after the default time to allow for gameobject positions to be updated for that frame before passing the information to FMOD.

What platform are you building for? Do you have any other errors or warnings in the console?