# Error Loading Bank

**URL:** https://qa.fmod.com/t/error-loading-bank/11539
**Category:** Unity
**Created:** [July 3, 2014, 11:09pm UTC](https://qa.fmod.com/t/error-loading-bank/11539 "2014-07-03T23:09:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![msilver](https://avatars.discourse-cdn.com/v4/letter/m/f08c70/32.png) [@msilver](https://qa.fmod.com/u/msilver)
#### Post date: [July 3, 2014, 11:09pm UTC](https://qa.fmod.com/t/error-loading-bank/11539/1 "2014-07-03T23:09:36Z")

</div>

Hey, I’m having an issue loading a bank in the Unity integration with version 1.04.02.

I can load the sounds into Unity and play them in the editor. I have a bank called Master Bank.bank that is loaded into the streaming assets folder. However when I start the game in fmod debug mode I get the following set of errors:

```auto
Load Master Bank.bank
UnityEngine.Debug:Log(Object)
FMOD.Studio.UnityUtil:Log(String) (at Assets/Plugins/FMOD/FMOD_StudioSystem.cs:52)
FMOD_Listener:Initialize() (at Assets/Plugins/FMOD/FMOD_Listener.cs:140)
FMOD_Listener:OnEnable() (at Assets/Plugins/FMOD/FMOD_Listener.cs:20)
```

And then:

```auto
bank load: failed!!
UnityEngine.Debug:Log(Object)
FMOD.Studio.UnityUtil:Log(String) (at Assets/Plugins/FMOD/FMOD_StudioSystem.cs:52)
FMOD_Listener:loadBank(String) (at Assets/Plugins/FMOD/FMOD_Listener.cs:34)
FMOD_Listener:Initialize() (at Assets/Plugins/FMOD/FMOD_Listener.cs:141)
FMOD_Listener:OnEnable() (at Assets/Plugins/FMOD/FMOD_Listener.cs:20)
```

Then sound refuses to work and throws not found exceptions every time I try to play something. Am I screwing something up?

---

<div class="post-metadata">

### Author: ![Guest1](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@Guest1](https://qa.fmod.com/u/Guest1)
#### Post date: [July 4, 2014, 1:49am UTC](https://qa.fmod.com/t/error-loading-bank/11539/2 "2014-07-04T01:49:30Z")

</div>

Hi msilver,

Can you send an email to [support@fmod.com](mailto:support@fmod.com) along with the bank file that is causing the problems? We will take a look and work out what the problem is.
