-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
Closed
Description
How can this common Windows 7
error be fixed? I'm using the Java bindings and I'm about to go nuts since I tried everything and nothing worked:
- Running the system file checker
sfc /scannow
(no violations found) - Searching for each DLL in the Windows search (all DLLs are found)
- Repairing the system image
Dism /Online /Cleanup-Image /RestoreHealth
(does not work onWindows 7
) - Downloading
OpenCV
and extract theDLL
s to the Java application's root folder (does not fix the issue) - Installing the
DirectX End-User Runtime Web Installer
(does not fix the issue) - Rebooting after all previous mentioned points (does not fix the issue)
This is a related StackOverflow
question with additional information.
Thank you.