dll files not found after adding Path environment variable #167
Replies: 3 comments 20 replies
-
Use the msvc builds not the mingw. |
Beta Was this translation helpful? Give feedback.
-
hello, well i have the same problem and cant fix it ... i the twistedddx recommendation. if you need some more information please tell me what you need and ill post. thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm running Windows 10 Pro 20H2 and I have the release-windows-2019 package.
I've followed the install instructions and downloaded and installed GStreamer MSI package.
%GSTREAMER_1_0_ROOT_X86_64%\bin has been added to the system "path" variable but it keeps complaining about missing .dll files.
I've tried a few different GStreamer packages with the same results.
https://gstreamer.freedesktop.org/data/pkg/windows/1.14.5/gstreamer-1.0-x86_64-1.14.5.msi
https://gstreamer.freedesktop.org/data/pkg/windows/1.19.1/mingw/gstreamer-1.0-mingw-x86_64-1.19.1.msi
https://gstreamer.freedesktop.org/data/pkg/windows/1.2.3/gstreamer-1.0-x86_64-1.2.3.msi
powershell dir env: shows
GSTREAMER_1_0_ROOT_X86_64 C:\gstreamer\1.0\x86_64\
Path C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;%GSTREAMER_1_0_ROOT_X86_64%\bin;C:\Users\cameras\AppData\Local\Microsoft\WindowsApps;
I'm launching via CMD "c:\neolink\neolink --config config.toml"
What am I doing wrong here?
Thanks for the help.
-Justin
Beta Was this translation helpful? Give feedback.
All reactions