# Build Bank Files fails due to: Error Loading File

**URL:** https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486
**Category:** FMOD Studio
**Created:** [October 9, 2017, 11:15pm UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486 "2017-10-09T23:15:55Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![jknobel](https://avatars.discourse-cdn.com/v4/letter/j/bcef8e/32.png) [@jknobel](https://qa.fmod.com/u/jknobel)
#### Post date: [October 9, 2017, 11:15pm UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/1 "2017-10-09T23:15:55Z")

</div>

Hi there,

So as the title indicates I’m trying to build my FMOD project but it fails due to an error with loading the bank file. The console output seems to indicate it is an issue with ffmpegsumo.dll.

The full error:  
fmod\_pluginfactory.cpp(583), PluginFactory::loadPlugin(): No FMOD symbols found in dynamic library ‘C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.00/Plugins/qtwebengine/ffmpegsumo.dll’  
Error loading plugin C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.00/Plugins/qtwebengine/ffmpegsumo.dll: Error loading file.

A previous post seems to indicate an issue with upgrading a project (which I’ve recently done from 1.09). [https://www.fmod.org/questions/question/ffmpegsumo-dll-error-in-fmod-studio-1-08/](https://www.fmod.org/questions/question/ffmpegsumo-dll-error-in-fmod-studio-1-08/)

Is there anything in particular I need to do to fix this?

If you need anything else from me please let me know!

Thanks

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [October 10, 2017, 3:27am UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/2 "2017-10-10T03:27:25Z")

</div>

Hi Jack,

That error shouldn’t be preventing you from building your banks. It is just for playing previews in [FMOD.io](http://FMOD.io).

If building the banks fails, it should display an error message in a dialog.

Otherwise, could you please post your full log here? We should be able to see something from it.

Thanks,  
Richard

---

<div class="post-metadata">

### Author: ![jknobel](https://avatars.discourse-cdn.com/v4/letter/j/bcef8e/32.png) [@jknobel](https://qa.fmod.com/u/jknobel)
#### Post date: [October 10, 2017, 3:40am UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/3 "2017-10-10T03:40:51Z")

</div>

> [@](#):
>
> Hi Jack,
> 
> That error shouldn’t be preventing you from building your banks. It is just for playing previews in [FMOD.io](http://FMOD.io).
> 
> If building the banks fails, it should display an error message in a dialog.
> 
> Otherwise, could you please post your full log here? We should be able to see something from it.
> 
> Thanks,  
> Richard

Hey Richard, thanks for the quick response.

The error in the dialogue is  
Failed to build bank “Master Bank” due the following error: Error loading file

This is the console log with a clean just before I hit build

14:34:26 [Uninitialize Sound System 0x0000012c0d288940]: Time started  
14:34:26 [Uninitialize Sound System 0x0000012c0d288940]: Time taken is 19.75ms  
14:34:26 [Initialize Sound System 0x0000012c0d288940]: Time started  
14:34:26 fmod\_pluginfactory.cpp(583), PluginFactory::loadPlugin(): No FMOD symbols found in dynamic library ‘C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.00/Plugins/qtwebengine/ffmpegsumo.dll’  
14:34:26 Error loading plugin C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.00/Plugins/qtwebengine/ffmpegsumo.dll: Error loading file.  
14:34:26 [Initialize Sound System 0x0000012c0d288940]: Time taken is 266.01ms  
14:34:26 [Build bank “Master Bank”)]: Time started  
14:34:26 [Write bank to file]: Time started  
14:34:26 “FMOD\_ERROR (13): Error loading file.”  
14:34:26 “FMOD\_ERROR e:\jk\workspace\Build\_\_1.10\_\_Studio\_Win\studio\src\Model\Bank.cpp(117): stream.open()”  
14:34:26 [Write bank to file]: Time taken is 0.52ms  
14:34:26 [Build bank “Master Bank”)]: Time taken is 34.38ms  
14:34:29 [Uninitialize Sound System 0x0000012c0d288940]: Time started  
14:34:29 [Uninitialize Sound System 0x0000012c0d288940]: Time taken is 10.88ms  
14:34:29 [Initialize Sound System 0x0000012c0d288940]: Time started  
14:34:30 fmod\_pluginfactory.cpp(583), PluginFactory::loadPlugin(): No FMOD symbols found in dynamic library ‘C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.00/Plugins/qtwebengine/ffmpegsumo.dll’  
14:34:30 Error loading plugin C:/Program Files/FMOD SoundSystem/FMOD Studio 1.10.00/Plugins/qtwebengine/ffmpegsumo.dll: Error loading file.  
14:34:30 [Initialize Sound System 0x0000012c0d288940]: Time taken is 295.63ms

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [October 10, 2017, 5:17am UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/4 "2017-10-10T05:17:57Z")

</div>

Hi Jack,

It looks like FMOD Studio can’t open a bank to write to it. Could you check the bank folder you’re building to isn’t being locked by a different program (eg. loaded by a game engine)? You can also test by specifying a new build folder in the Preferences window.

Thanks,  
Richard

---

<div class="post-metadata">

### Author: ![jknobel](https://avatars.discourse-cdn.com/v4/letter/j/bcef8e/32.png) [@jknobel](https://qa.fmod.com/u/jknobel)
#### Post date: [October 10, 2017, 5:35am UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/5 "2017-10-10T05:35:52Z")

</div>

Hey Richard,

Not entirely sure what the issue was, but after I properly set up perforce integration it started working! Which is odd as the actual bank file was set to read/write.

Either way it’s working now, so thanks!

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [October 11, 2017, 12:00am UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/6 "2017-10-11T00:00:56Z")

</div>

Hi Jack,

That makes sense, Perforce will lock the bank files if you don’t have them checked out. I’m glad it all worked out.

Thanks,  
Richard

---

<div class="post-metadata">

### Author: ![brentonius1](https://avatars.discourse-cdn.com/v4/letter/b/b4bc9f/32.png) [@brentonius1](https://qa.fmod.com/u/brentonius1)
#### Post date: [October 23, 2017, 1:46am UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/7 "2017-10-23T01:46:41Z")

</div>

Interesting. I had the exact same problem… however, I noticed what was causing it. Silly me left the game running in Unreal, thinking I had stopped it (as the game end has nothing right now, no audio or anything happening…). Anyways, stopping Unreal allowed me to build banks… obviously 😉

---

<div class="post-metadata">

### Author: ![Oyuget](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/oyuget/32/3885_2.png) [@Oyuget](https://qa.fmod.com/u/Oyuget)
#### Post date: [December 7, 2022, 3:51am UTC](https://qa.fmod.com/t/build-bank-files-fails-due-to-error-loading-file/13486/8 "2022-12-07T03:51:03Z")

</div>

Hey guys ! it also happened to me, but it’s resolved

Could you check if your game is still running ? if so, stop it.  
and then try to re build it from FMOD Engine.
