Dependencies?
psychicteeth opened this issue · 1 comments
Hello,
As an alternative to supplying video data faster than the encoder is expecting it from a local machine, we are looking at running an instance of the app on a server in the cloud. I've set up an instance of Windows Server 2016 Datacenter edition, and installed the GRID drivers on it.
The only problem is that when I run the app (I've tried bot 64 and 32bit builds), the FBCapture.dll fails to load. The only error I get is:
The specified module could not be found
Any idea why this could happen? The only thing I can find is that the dll might have dependencies that aren't present on the system, but the exception doesn't give any more detail so it's hard to tell what might be missing.
Thanks!
The dependency in question was the VC++ redistributable. Installing it fixed the problem.