# FMOD initializes AFTER some blueprints are serialized in packaged build, unable to find events and banks

**URL:** https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058
**Category:** Unreal Engine
**Created:** [August 21, 2018, 7:46pm UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058 "2018-08-21T19:46:45Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![jeremyabel](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jeremyabel](https://qa.fmod.com/u/jeremyabel)
#### Post date: [August 21, 2018, 7:46pm UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058/1 "2018-08-21T19:46:45Z")

</div>

I think this is some variant of the problem described in the “Loading blueprints before plugin load” portion of this page: [https://www.fmod.com/resources/documentation-api?page=content/generated/engine\_ue4/deployment.html#/](https://www.fmod.com/resources/documentation-api?page=content/generated/engine_ue4/deployment.html#/)

However, my game does not work that way, so I’ve tried to include the “IFMODStudioModule::Get();” snippet in the constructor of the relevant classes, but nothing seems to help.

The relevant portion of the log is here:

[2018.08.21-19.28.00:199][0]LogInit: Selected Device Profile: [WindowsNoEditor]  
[2018.08.21-19.28.00:235][0]LogNetVersion: GenesisNoir 1.0.0, NetCL: 0, EngineNetVer: 5, GameNetVer: 0 (Checksum: 3487011213)  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/FX requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/FX  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Environment requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Environment  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Cosmic\_Verb requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Cosmic\_Verb  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Character requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Character  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Cave\_Verb requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Cave\_Verb  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
[2018.08.21-19.28.00:589][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODEvents/Music/The\_Hunt requested by async loading code. NameToLoad: /Game/Audio/FMODEvents/Music/The\_Hunt  
[2018.08.21-19.28.00:589][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.00:589][0]LogStreaming: Error: /Game/Levels/Hunt/hunt\_MusicController  
[2018.08.21-19.28.00:589][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBanks/Master\_Bank requested by async loading code. NameToLoad: /Game/Audio/FMODBanks/Master\_Bank  
[2018.08.21-19.28.00:589][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.00:589][0]LogStreaming: Error: /Game/Levels/Hunt/hunt\_MusicController  
[2018.08.21-19.28.01:009][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODEvents/FX/The\_Hunt/02\_Field/Small\_Plant\_Grow requested by async loading code. NameToLoad: /Game/Audio/FMODEvents/FX/The\_Hunt/02\_Field/Small\_Plant\_Grow  
[2018.08.21-19.28.01:009][0]LogStreaming: Error: Found 1 dependent packages…  
[2018.08.21-19.28.01:009][0]LogStreaming: Error: /Game/Blueprints/Levels/seeding/Plant/seeding\_plant\_2D\_Group\_BP  
[2018.08.21-19.28.03:457][0]LogMaterial: Can’t compile seeding\_edenTree\_loop\_v01\_MP\_Video\_Mat with cooked content, will use default material instead  
[2018.08.21-19.28.03:457][0]LogMaterial: Warning: /Game/Movies/seeding/seeding\_edenTree\_loop\_v01\_MP\_Video\_Mat.seeding\_edenTree\_loop\_v01\_MP\_Video\_Mat: Failed to compile Material for platform PCD3D\_SM5, Default Material will be used in game.  
[2018.08.21-19.28.03:459][0]LogMaterial: Can’t compile seeding\_edenTree\_in\_v01\_MP\_Video\_Mat with cooked content, will use default material instead  
[2018.08.21-19.28.03:459][0]LogMaterial: Warning: /Game/Movies/seeding/seeding\_edenTree\_in\_v01\_MP\_Video\_Mat.seeding\_edenTree\_in\_v01\_MP\_Video\_Mat: Failed to compile Material for platform PCD3D\_SM5, Default Material will be used in game.  
[2018.08.21-19.28.03:471][0]LogTemp: Warning: Get FMOD  
[2018.08.21-19.28.03:471][0]LogFMOD: FFMODStudioModule startup  
[2018.08.21-19.28.03:471][0]LogFMOD: Lib path = ‘…/…/…/GenesisNoir/Plugins/FMODStudio/Binaries’

The “LogTemp: Warning: Get FMOD” message is one line before the Get() function is called. Sadly I have no idea how to fix this loading issue, so any help would be greatly appreciated! Worth mentioning that the loading sequence works correctly if we don’t reference anything that uses FMOD in the HUD blueprint. The HUD blueprint however has references to the busses to pause them when the game is paused, among other things. Also worth mentioning that the Event-Driven Loader is enabled. I’m doing a build right now with it disabled, so we’ll see how that goes.

---

<div class="post-metadata">

### Author: ![jeremyabel](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jeremyabel](https://qa.fmod.com/u/jeremyabel)
#### Post date: [August 21, 2018, 7:48pm UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058/2 "2018-08-21T19:48:34Z")

</div>

> [@](#):
>
> I think this is some variant of the problem described in the “Loading blueprints before plugin load” portion of this page: [https://www.fmod.com/resources/documentation-api?page=content/generated/engine\_ue4/deployment.html#/](https://www.fmod.com/resources/documentation-api?page=content/generated/engine_ue4/deployment.html#/)
> 
> However, my game does not work that way, so I’ve tried to include the “IFMODStudioModule::Get();” snippet in the constructor of the relevant classes, but nothing seems to help.
> 
> The relevant portion of the log is here:
> 
> [2018.08.21-19.28.00:199][0]LogInit: Selected Device Profile: [WindowsNoEditor]  
> [2018.08.21-19.28.00:235][0]LogNetVersion: GenesisNoir 1.0.0, NetCL: 0, EngineNetVer: 5, GameNetVer: 0 (Checksum: 3487011213)  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/FX requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/FX  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Environment requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Environment  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Cosmic\_Verb requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Cosmic\_Verb  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Character requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Character  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBuses/Cave\_Verb requested by async loading code. NameToLoad: /Game/Audio/FMODBuses/Cave\_Verb  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.00:551][0]LogStreaming: Error: /Game/Blueprints/UI/HUD/hud\_Master\_v01  
> [2018.08.21-19.28.00:589][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODEvents/Music/The\_Hunt requested by async loading code. NameToLoad: /Game/Audio/FMODEvents/Music/The\_Hunt  
> [2018.08.21-19.28.00:589][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.00:589][0]LogStreaming: Error: /Game/Levels/Hunt/hunt\_MusicController  
> [2018.08.21-19.28.00:589][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODBanks/Master\_Bank requested by async loading code. NameToLoad: /Game/Audio/FMODBanks/Master\_Bank  
> [2018.08.21-19.28.00:589][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.00:589][0]LogStreaming: Error: /Game/Levels/Hunt/hunt\_MusicController  
> [2018.08.21-19.28.01:009][0]LogStreaming: Error: Couldn’t find file for package /Game/Audio/FMODEvents/FX/The\_Hunt/02\_Field/Small\_Plant\_Grow requested by async loading code. NameToLoad: /Game/Audio/FMODEvents/FX/The\_Hunt/02\_Field/Small\_Plant\_Grow  
> [2018.08.21-19.28.01:009][0]LogStreaming: Error: Found 1 dependent packages…  
> [2018.08.21-19.28.01:009][0]LogStreaming: Error: /Game/Blueprints/Levels/seeding/Plant/seeding\_plant\_2D\_Group\_BP  
> [2018.08.21-19.28.03:457][0]LogMaterial: Can’t compile seeding\_edenTree\_loop\_v01\_MP\_Video\_Mat with cooked content, will use default material instead  
> [2018.08.21-19.28.03:457][0]LogMaterial: Warning: /Game/Movies/seeding/seeding\_edenTree\_loop\_v01\_MP\_Video\_Mat.seeding\_edenTree\_loop\_v01\_MP\_Video\_Mat: Failed to compile Material for platform PCD3D\_SM5, Default Material will be used in game.  
> [2018.08.21-19.28.03:459][0]LogMaterial: Can’t compile seeding\_edenTree\_in\_v01\_MP\_Video\_Mat with cooked content, will use default material instead  
> [2018.08.21-19.28.03:459][0]LogMaterial: Warning: /Game/Movies/seeding/seeding\_edenTree\_in\_v01\_MP\_Video\_Mat.seeding\_edenTree\_in\_v01\_MP\_Video\_Mat: Failed to compile Material for platform PCD3D\_SM5, Default Material will be used in game.  
> [2018.08.21-19.28.03:471][0]LogTemp: Warning: Get FMOD  
> [2018.08.21-19.28.03:471][0]LogFMOD: FFMODStudioModule startup  
> [2018.08.21-19.28.03:471][0]LogFMOD: Lib path = ‘…/…/…/GenesisNoir/Plugins/FMODStudio/Binaries’
> 
> The “LogTemp: Warning: Get FMOD” message is one line before the Get() function is called. Sadly I have no idea how to fix this loading issue, so any help would be greatly appreciated! Worth mentioning that the loading sequence works correctly if we don’t reference anything that uses FMOD in the HUD blueprint. The HUD blueprint however has references to the busses to pause them when the game is paused, among other things. Also worth mentioning that the Event-Driven Loader is enabled. I’m doing a build right now with it disabled, so we’ll see how that goes.

someone else with the same issue from a few months ago: [https://forums.unrealengine.com/development-discussion/audio/1493846-loading-order-issues-with-fmod-integration](https://forums.unrealengine.com/development-discussion/audio/1493846-loading-order-issues-with-fmod-integration)

---

<div class="post-metadata">

### Author: ![jeremyabel](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jeremyabel](https://qa.fmod.com/u/jeremyabel)
#### Post date: [August 21, 2018, 8:09pm UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058/3 "2018-08-21T20:09:00Z")

</div>

Everything works fine if I disable the Event-Driven Loader, fwiw. Also, I’m on version 4.20.1

---

<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: [August 24, 2018, 4:31am UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058/4 "2018-08-24T04:31:10Z")

</div>

If you are able to, send the full log to [support@fmod.com](mailto:support@fmod.com) and I will look into it further.

---

<div class="post-metadata">

### Author: ![jeremyabel](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jeremyabel](https://qa.fmod.com/u/jeremyabel)
#### Post date: [August 24, 2018, 7:53pm UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058/5 "2018-08-24T19:53:21Z")

</div>

Thanks for taking a look Cameron, I’ve sent the full log to that email address.

---

<div class="post-metadata">

### Author: ![ryronz](https://avatars.discourse-cdn.com/v4/letter/r/e19adc/32.png) [@ryronz](https://qa.fmod.com/u/ryronz)
#### Post date: [October 21, 2018, 2:41am UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058/6 "2018-10-21T02:41:42Z")

</div>

Anything further on this? I am experiencing this also - can’t seem to get FMOD to load before my player character blueprint is loaded.

---

<div class="post-metadata">

### Author: ![jeremyabel](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jeremyabel](https://qa.fmod.com/u/jeremyabel)
#### Post date: [October 21, 2018, 3:39am UTC](https://qa.fmod.com/t/fmod-initializes-after-some-blueprints-are-serialized-in-packaged-build-unable-to-find-events-and-banks/14058/7 "2018-10-21T03:39:51Z")

</div>

So I emailed with Cameron a bit about it, and last I heard was that they might need to talk with Epic about getting FMOD to load before the asset manager does. Right now, I’m able to bypass the issue by disabling the Event Driven Loader in the Engine - Streaming section of your Project Settings. It’s the 2nd checkbox down in the “Package Streaming” tab. However, for some reason, this fixed it when I do a build on some of our studio PCs, but not on others.
