Load Mester.bank error

Hi,

UE 4.25.3 + FMOD 2.00.11 (fmodstudio20011ue4.25win64) - plugin is installed in game’s plugins folder.
After launching editor I’m getting:
LogFMOD: Error: Failed to register disk file for bank: …/…/…/…/…/MyProject/Content/FMOD/Desktop/Master.bank
LogFMOD: Error: Failed to register disk file for bank: …/…/…/…/…/MyProject/Content/FMOD/Desktop/Master.strings.bank

In FMODAssetTable.cpp after passing line
FMOD_RESULT result = StudioSystem->loadBankFile(TCHAR_TO_UTF8(*BankPath), FMOD_STUDIO_LOAD_BANK_NORMAL, &Bank);

result = FMOD_ERR_VERSION (69)

It sounds like you might be trying to load banks created with FMOD Studio 2.1 in the 2.0 UE4 integration. If that’s the case consider updating the integration to 2.1.

1 Like

Indeed that was the problem.
Thank you for your help. :slight_smile: