WHTJEON / widevineclient3

Widevine KEY Extractor in Python
Other
80 stars 25 forks source link

which visual C++ use ? #7

Open pulp25 opened 3 years ago

pulp25 commented 3 years ago

Hi,

I've issue with vicual C++ dll when launching lince_proxy.dll on windows 10 last build.

missing ucrtbased.ll and vcruntime140d.dll but i've all C++ revision installed (x86 and x64) https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

what can i do ? Thanks,

dakink commented 2 years ago

whelp, the vcruntime is part of visual studio. It's installed by the MSVC 140 VS2015 C++ build tools. I did have to copy the file to the client dir before the proxy would start.

The ucrtbased.dll seems to be part of the windows 10 SDK package also installed via VS.