WHTJEON / widevineclient3

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

Uses this program the wrong version of librarys? #12

Open Voidi opened 3 years ago

Voidi commented 3 years ago

license_proxy.exe abort with erros saying it needs vcruntime140d.dll and ucrtbased.dll It seems that these are debug variants of librarys; the normal ones didn't have a 'd' at the end. https://social.msdn.microsoft.com/Forums/windows/en-US/06b66cae-d010-441d-bc72-64a8c7cd65bc/missing-vcruntime140ddll-and-ucrtbaseddll?forum=visualstudiogeneral

anoxdleo commented 3 years ago

Same issue happening to me , but after adding both dll , it gives 0xc000007 error. @WHTJEON

samigi commented 2 years ago

license_proxy.exe abort with erros saying it needs vcruntime140d.dll and ucrtbased.dll It seems that these are debug variants of librarys; the normal ones didn't have a 'd' at the end. https://social.msdn.microsoft.com/Forums/windows/en-US/06b66cae-d010-441d-bc72-64a8c7cd65bc/missing-vcruntime140ddll-and-ucrtbaseddll?forum=visualstudiogeneral

have you solved it? i am facing same issue