# Xbox One DLL not found error fmodL

**URL:** https://qa.fmod.com/t/xbox-one-dll-not-found-error-fmodl/13599
**Category:** Unity
**Created:** [December 19, 2017, 2:56pm UTC](https://qa.fmod.com/t/xbox-one-dll-not-found-error-fmodl/13599 "2017-12-19T14:56:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Rami\_FallDamage](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@Rami\_FallDamage](https://qa.fmod.com/u/Rami_FallDamage)
#### Post date: [December 19, 2017, 2:56pm UTC](https://qa.fmod.com/t/xbox-one-dll-not-found-error-fmodl/13599/1 "2017-12-19T14:56:21Z")

</div>

I’m getting this error spammed when building for Xbox One.

DllNotFoundException: Unable to load DLL ‘fmodL’: The specified module could not be found.  
at FMOD.Memory.FMOD5\_Memory\_GetStats (Int32& currentalloced, Int32& maxalloced, Boolean blocking) [0x00000] in :0  
at FMOD.Memory.GetStats (Int32& currentalloced, Int32& maxalloced, Boolean blocking) [0x00000] in :0  
at FMOD.Memory.GetStats (Int32& currentalloced, Int32& maxalloced) [0x00000] in :0  
at FMODUnity.RuntimeUtils.EnforceLibraryOrder () [0x00000] in :0  
at FMODUnity.RuntimeManager.get\_Instance () [0x00000] in :0  
at FMODUnity.RuntimeManager.CreateInstance (System.String path) [0x00000] in :0  
at AudioUtils.CreateFMODInstance (System.String path, UnityEngine.GameObject senderObject, Boolean triggerAtStart) [0x00000] in :0  
at MusicHandler.Awake () [0x00000] in :0  
at ParadoxNotion.Serialization.FullSerializer.fsSerializer.TrySerialize[T] (.T instance, ParadoxNotion.Serialization.FullSerializer.fsData& data) [0x00000] in :0  
at UnityEngine.Tilemaps.Tile…ctor () [0x00000] in :0  
Rethrow as SystemNotInitializedException: FMOD Studio initialization failed  
at FMODUnity.RuntimeManager.get\_Instance () [0x00000] in :0  
at FMODUnity.RuntimeManager.CreateInstance (System.String path) [0x00000] in :0  
at AudioUtils.CreateFMODInstance (System.String path, UnityEngine.GameObject senderObject, Boolean triggerAtStart) [0x00000] in :0  
at MusicHandler.Awake () [0x00000] in :0  
at ParadoxNotion.Serialization.FullSerializer.fsSerializer.TrySerialize[T] (.T instance, ParadoxNotion.Serialization.FullSerializer.fsData& data) [0x00000] in :0  
at UnityEngine.Tilemaps.Tile…ctor () [0x00000] in :0  
ParadoxNotion.Serialization.FullSerializer.fsSerializer:TrySerialize(T, fsData&)  
UnityEngine.Tilemaps.Tile:.ctor()

(Filename: currently not available on il2cpp Line: -1)

I have DLLs that have been marked for Xbox One but still getting this error. Another strange thing is that when importing the fmod unity plugin, there are no dlls marked for Xbox One by default.

---

<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: [December 20, 2017, 3:28am UTC](https://qa.fmod.com/t/xbox-one-dll-not-found-error-fmodl/13599/2 "2017-12-20T03:28:48Z")

</div>

It looks like it is unable to find the fmodL DLL, if there are no DLLs marked for Xbox One then that will be the issue.

The meta files that come with the FMOD Unity Integration should be set up to use the required DLLs for each platform, if they aren’t then they may either need to be re-imported or edited manually.

---

<div class="post-metadata">

### Author: ![Rami\_FallDamage](https://avatars.discourse-cdn.com/v4/letter/r/f14d63/32.png) [@Rami\_FallDamage](https://qa.fmod.com/u/Rami_FallDamage)
#### Post date: [December 20, 2017, 7:15am UTC](https://qa.fmod.com/t/xbox-one-dll-not-found-error-fmodl/13599/3 "2017-12-20T07:15:58Z")

</div>

> [@](#):
>
> It looks like it is unable to find the fmodL DLL, if there are no DLLs marked for Xbox One then that will be the issue.
> 
> The meta files that come with the FMOD Unity Integration should be set up to use the required DLLs for each platform, if they aren’t then they may either need to be re-imported or edited manually.

I did reimport them but there are no dlls marked for Xbox One. So I marked all dlls in the x86 folder but still getting the error. I’m using the boundle from the main page, where it says “For console (Xbox One, PS4, Wii U, PSVita, Switch) integrations contact support” so I can’t use the main bundle for Xbox One?

---

<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: [December 20, 2017, 9:07pm UTC](https://qa.fmod.com/t/xbox-one-dll-not-found-error-fmodl/13599/4 "2017-12-20T21:07:16Z")

</div>

You should have separate libs for any of the consoles you want to develop for, if you don’t have access to the console downloads you will need to follow these steps to become verified:  
[http://www.fmod.org/questions/question/how-do-i-get-access-to-console-versions/](http://www.fmod.org/questions/question/how-do-i-get-access-to-console-versions/)
