# System.DllNotFoundException on Windows Universal 10 build with Unity

**URL:** https://qa.fmod.com/t/system-dllnotfoundexception-on-windows-universal-10-build-with-unity/12505
**Category:** Unity
**Created:** [May 25, 2016, 9:25pm UTC](https://qa.fmod.com/t/system-dllnotfoundexception-on-windows-universal-10-build-with-unity/12505 "2016-05-25T21:25:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![byard545](https://avatars.discourse-cdn.com/v4/letter/b/edb3f5/32.png) [@byard545](https://qa.fmod.com/u/byard545)
#### Post date: [May 25, 2016, 9:25pm UTC](https://qa.fmod.com/t/system-dllnotfoundexception-on-windows-universal-10-build-with-unity/12505/1 "2016-05-25T21:25:47Z")

</div>

Hi,

I’m working on porting a game on Windows store, but I get an exception in fmod at runtime.

I built my unity project with Windows Store App profile in Universale 10 mode. -\>No errors.  
Then I opened the visual studio project. I built and deployer the game. -\>So far so Good.

The problem is when I start the game, it takes about 5 seconds and in crashes.

> Exception thrown: ‘System.DllNotFoundException’ in Assembly-CSharp-firstpass.dll

The problem seems to occur in the LoadPlugins() in FMOD\_Listener.cs which is called from the initialize function.

I use:  
Unity 5.2.2f1  
Visual studio 2015  
FMOD 1.07.02  
Windows SDK : 10.0.10240.0

Could some one help me resolving this issue please?  
Thank you very much.

---

<div class="post-metadata">

### Author: ![nick1](https://avatars.discourse-cdn.com/v4/letter/n/47e85d/32.png) [@nick1](https://qa.fmod.com/u/nick1)
#### Post date: [May 26, 2016, 12:44am UTC](https://qa.fmod.com/t/system-dllnotfoundexception-on-windows-universal-10-build-with-unity/12505/2 "2016-05-26T00:44:24Z")

</div>

UWP is not supported in the legacy Unity integration. Please update to the V2 Unity Integration later than 1.08.01.

---

<div class="post-metadata">

### Author: ![byard545](https://avatars.discourse-cdn.com/v4/letter/b/edb3f5/32.png) [@byard545](https://qa.fmod.com/u/byard545)
#### Post date: [May 26, 2016, 1:46pm UTC](https://qa.fmod.com/t/system-dllnotfoundexception-on-windows-universal-10-build-with-unity/12505/3 "2016-05-26T13:46:39Z")

</div>

> [@](#):
>
> UWP is not supported in the legacy Unity integration. Please update to the V2 Unity Integration later than 1.08.01.

Thank you very much for your answer. I will try to upgrade my Unity Integration to 1.08.04
