# Build Failure for UE4.22 on FMOD 2.00.00

**URL:** https://qa.fmod.com/t/build-failure-for-ue4-22-on-fmod-2-00-00/15041
**Category:** FMOD Studio
**Created:** [September 12, 2019, 8:35am UTC](https://qa.fmod.com/t/build-failure-for-ue4-22-on-fmod-2-00-00/15041 "2019-09-12T08:35:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chrisjdarcy](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/chrisjdarcy/32/172_2.png) [@chrisjdarcy](https://qa.fmod.com/u/chrisjdarcy)
#### Post date: [September 12, 2019, 8:35am UTC](https://qa.fmod.com/t/build-failure-for-ue4-22-on-fmod-2-00-00/15041/1 "2019-09-12T08:35:30Z")

</div>

We have been experiences consistent build failures with our UE4.22 project. Currently using Studio 2.00.00.

- Reverting to previous bank files, builds successfully
- Removing all events from the affected banks, has no effect
- Importing bank files from another repo branch, builds successfully
- Reinstalling the integration, has no effect
- Deleting then rebuilding the banks, has no effect
- None of the banks or events have spaces or special characters.
- Deleting the old affected banks and placing the events in a new bank, has no effect.

Here’s the errors and warnings we’re getting in the build log:

> LogFMOD: Warning: f:\jk\workspace\2.0\_ue4.22\_win64\studio\_api\src\fmod\_objectlookup.h(120) - Lookup failed for ControllerModel: {7f2f7eb6-a497-419f-aa32-df0a2464757c}  
> LogFMOD: Error: f:\jk\workspace\2.0\_UE4.22\_Win64\studio\_api\src\fmod\_playback\_factory.cpp(174) - assertion: ‘controller’ failed  
> LogFMOD: Error: Failed to register disk file for bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_PLAYER.bank  
> LogFMOD: Warning: f:\jk\workspace\2.0\_ue4.22\_win64\studio\_api\src\fmod\_objectlookup.h(120) - Lookup failed for ControllerModel: {7f2f7eb6-a497-419f-aa32-df0a2464757c}  
> LogFMOD: Error: f:\jk\workspace\2.0\_UE4.22\_Win64\studio\_api\src\fmod\_playback\_factory.cpp(174) - assertion: ‘controller’ failed  
> LogFMOD: Error: Failed to register disk file for bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_SFX.bank  
> LogFMOD: Loading strings bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_MASTER.strings.bank  
> LogFMOD: Skipping asset: bank:/FSB\_MASTER.strings  
> LogFMOD: Skipping asset: bus:/  
> LogFMOD: File has changed: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_MASTER.strings.bank  
> LogFMOD: Warning: f:\jk\workspace\2.0\_ue4.22\_win64\studio\_api\src\fmod\_objectlookup.h(120) - Lookup failed for ControllerModel: {7f2f7eb6-a497-419f-aa32-df0a2464757c}  
> LogFMOD: Error: f:\jk\workspace\2.0\_UE4.22\_Win64\studio\_api\src\fmod\_playback\_factory.cpp(174) - assertion: ‘controller’ failed  
> LogFMOD: Error: Failed to register disk file for bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_PLAYER.bank  
> LogFMOD: Warning: f:\jk\workspace\2.0\_ue4.22\_win64\studio\_api\src\fmod\_objectlookup.h(120) - Lookup failed for ControllerModel: {7f2f7eb6-a497-419f-aa32-df0a2464757c}  
> LogFMOD: Error: f:\jk\workspace\2.0\_UE4.22\_Win64\studio\_api\src\fmod\_playback\_factory.cpp(174) - assertion: ‘controller’ failed  
> LogFMOD: Error: Failed to register disk file for bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_SFX.bank  
> LogFMOD: Loading strings bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_MASTER.strings.bank  
> LogFMOD: Skipping asset: bank:/FSB\_MASTER.strings  
> LogFMOD: Skipping asset: bus:/  
> LogFMOD: Default sample rate = 48000  
> LogFMOD: System sample rate = 48000  
> LogFMOD: Matching system sample rate 48000  
> LogFMOD: Loading bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_DIALOGUE.bank  
> LogFMOD: Loading bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_MUSIC.bank  
> LogFMOD: Loading bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_UI.bank  
> LogFMOD: Default sample rate = 48000  
> LogFMOD: System sample rate = 48000  
> LogFMOD: Matching system sample rate 48000  
> LogFMOD: Loading bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_DIALOGUE.bank  
> LogFMOD: Loading bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_MUSIC.bank  
> LogFMOD: Loading bank: …/…/…/…/…/Repos/Skye/Content/FMOD/Desktop/FSB\_UI.bank

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [September 17, 2019, 11:59pm UTC](https://qa.fmod.com/t/build-failure-for-ue4-22-on-fmod-2-00-00/15041/2 "2019-09-17T23:59:39Z")

</div>

Thanks for reporting this, we have managed to find the bug causing this issue.  
If you load a bank which references a global parameter and the bank which defines the global parameter is not loaded then it produces this error.

We are currently working on a fix for this.

---

<div class="post-metadata">

### Author: ![zsombor.bencsik](https://avatars.discourse-cdn.com/v4/letter/z/ee7513/32.png) [@zsombor.bencsik](https://qa.fmod.com/u/zsombor.bencsik)
#### Post date: [April 2, 2020, 9:36am UTC](https://qa.fmod.com/t/build-failure-for-ue4-22-on-fmod-2-00-00/15041/3 "2020-04-02T09:36:26Z")

</div>

I’m experiencing the same errors. What do you mean by the bank which defines the global parameter is not loaded?

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [April 7, 2020, 4:07am UTC](https://qa.fmod.com/t/build-failure-for-ue4-22-on-fmod-2-00-00/15041/4 "2020-04-07T04:07:16Z")

</div>

This is referring to the Master Bank, although this issue in particular was fixed in 2.00.06.
