GPUVideoPlayer icon indicating copy to clipboard operation
GPUVideoPlayer copied to clipboard

DLL not found exception

Open spaul13 opened this issue 5 years ago • 2 comments

I am running GPUVideoPlayer on a Windows 64 bit PC on Unity 2018.1.0b4. I am getting the following error of DLLNotFound Exception. Can you please tell me why I am getting this error and what specific modules are missing.

Error DllNotFoundException: MediaPlayback Adrenak.GPUVideoPlayer.GPUVideoPlayer+<Start>c__Iterator0.MoveNext () (at Assets/Adrenak/GPUVideoPlayer/Scripts/GPUVideoPlayer.cs:187) UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17) DllNotFoundException: MediaPlayback Adrenak.GPUVideoPlayer.GPUVideoPlayer.Unload () (at Assets/Adrenak/GPUVideoPlayer/Scripts/GPUVideoPlayer.cs:209) Adrenak.GPUVideoPlayer.GPUVideoPlayer.OnDisable () (at Assets/Adrenak/GPUVideoPlayer/Scripts/GPUVideoPlayer.cs:235)

Warning Plugins: Failed to load 'Assets/Adrenak/GPUVideoPlayer/Plugins/x86_64/MediaPlayback.dll' with error 'The specified module could not be found. '. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) Plugins: Failed to load 'Assets/Adrenak/GPUVideoPlayer/Plugins/x86_64/MediaPlayback.dll' with error 'The specified module could not be found. '. Adrenak.GPUVideoPlayer.<Start>c__Iterator0:MoveNext() (at Assets/Adrenak/GPUVideoPlayer/Scripts/GPUVideoPlayer.cs:191) Adrenak.GPUVideoPlayer.<Start>c__Iterator0:MoveNext() (at Assets/Adrenak/GPUVideoPlayer/Scripts/GPUVideoPlayer.cs:187)

spaul13 avatar Feb 13 '19 15:02 spaul13

Hi, another user has reported this error however I have not been able to see it myself. Did you find a solution for this?

adrenak avatar Feb 26 '19 16:02 adrenak

Also, someone else had this issue too and turns out the issue was the the DLL import settings were not set to x86_x64

adrenak avatar Feb 26 '19 17:02 adrenak