According to matthew in the post below, this issue has been fixed as of 2.01.09:
Any thoughts on how I could rectify the issue? The original fix was to remove convolution reverb from the bank, however that is not an option for me at this stage of development.
Please check that all convolution reverb DSPs in your FMOD Studio project have had an impulse response added to them. Also check the status bar down the bottom in case it says “missing assets”.
I didnt have the missing assets statusbar. However I found a couple of old test tracks with conv DSP’s and no impulse. Removing them allows me to build the banks now.
I’ve ran into one other issue.
The built game reports not finding the master.bank. (And as such has no sound).
[2021.09.20-07.59.52:678][ 0]LogFMOD: FFMODStudioModule startup
[2021.09.20-07.59.52:678][ 0]LogFMOD: Lib path = '../../../Fiftyone/Plugins/FMODStudio/Binaries'
[2021.09.20-07.59.52:678][ 0]LogFMOD: FFMODStudioModule::LoadDll: Loading ../../../Fiftyone/Plugins/FMODStudio/Binaries/Win64/fmodL.dll
[2021.09.20-07.59.52:679][ 0]LogFMOD: FFMODStudioModule::LoadDll: Loading ../../../Fiftyone/Plugins/FMODStudio/Binaries/Win64/fmodstudioL.dll
[2021.09.20-07.59.52:680][ 0]LogFMOD: Error: Failed to load bank lookup
[2021.09.20-07.59.52:680][ 0]LogFMOD: Error: Failed to load asset lookup
[2021.09.20-07.59.52:688][ 0]LogFMOD: Default sample rate = 48000
[2021.09.20-07.59.52:688][ 0]LogFMOD: System sample rate = 48000
[2021.09.20-07.59.52:688][ 0]LogFMOD: Matching system sample rate 48000
[2021.09.20-07.59.52:700][ 0]LogFMOD: Warning: Master bank (Master.bank) not found.
I’m correctly copying the banks using the ‘Aditional Non-Asset Directories to Copy’ feature: Copy Path
I believe I have the correct settings in the FMOD plugin/Studio Preferences too: Plugin Settings Studio Prefs
I was on UE4 Plugin version 2.02.03. Today I noticed today that you guys have released 2.02.03 patch 1.
It in the code changes, the prefix now includes the game directory, might have been the issue I was experiencing
However upon compiling and running this new version, ive got a crash to desktop. Call stack goes through the FMOD plugin. Crash Log Download
Deleting my banks folder (Content/FMOD/Desktop) allowed me to get back into the editor. Building banks in FMOD studio (which tells the plugin to reload in UE4) triggers the crash again.
I think its because the path to assets isnt cleared before the code changes, removing ContentBrowserPrefix entry from DefaultEngine.ini stopped the crash.
Thank you for the extra information- I have reproduced this issue and found that removing the ContentBrowserPrefix entry in DefaultEngine.ini effectively recovers the UE project from a bad state.
For the no sound issue, can you please go into project settings and search for “Additional Non-Asset Directories to Copy”, then remove the exising FMOD array values and add “/Game/FMOD”?
Removing the prefix entry in DefaultEngine.ini made the plugin automatically enter /Game/FMOD as the path and everything began working, no issues as of the last two days. So I think that old parameter in DefaultEngine.ini from the old version of the plugin was to blame.