Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

DLL not found exception #8

Open
spaul13 opened this issue Feb 13, 2019 · 2 comments
Open

DLL not found exception #8

spaul13 opened this issue Feb 13, 2019 · 2 comments

Comments

@spaul13
Copy link

spaul13 commented Feb 13, 2019

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+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.c__Iterator0:MoveNext() (at Assets/Adrenak/GPUVideoPlayer/Scripts/GPUVideoPlayer.cs:191)
Adrenak.GPUVideoPlayer.c__Iterator0:MoveNext() (at Assets/Adrenak/GPUVideoPlayer/Scripts/GPUVideoPlayer.cs:187)

@adrenak
Copy link
Owner

adrenak commented Feb 26, 2019

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
Copy link
Owner

adrenak commented Feb 26, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants