ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.74k stars 10.07k forks source link

Error code (0xc000007b) #11961

Closed LiveSide closed 7 years ago

LiveSide commented 7 years ago

Hello at all,

im using a virtual Windows Web Server 2008 R2 with SP1 If im starting the youtube-dl.exe i got always this error. http://image.prntscr.com/image/90a8f5f13ac64416b7c2c8414f3f0542.png

I want use the application with "sinusbot" and they just say: youtube-dl is missing

can anyone help me?

Sorry for my bad english im from germany maybe can anyone answer in german

LiveSide commented 7 years ago

okay after around 50hours start installing "sinusbot" after around 45hours after start install youtube-dl.exe after more than 10 Rolebacks of my virtual server after alot of cups with coffee after crying, smiling and yawning after thinking after 2 hours after opening this post. that all and more Just for ONE Moment....

IT WORKS!!!!

i dont know what file let it works but http://image.prntscr.com/image/b7b5c9929fb647b3b5decfb737d4eac7.png i installed all windows visual c++ and i heard the sinusbot talked to me

i hope some help this post

yan12125 commented 7 years ago

Glad to see you've found a solution. FYI, Visual C++ 2010 is the key: https://github.com/rg3/youtube-dl#the-exe-throws-an-error-due-to-missing-msvcr100dll

antonio8909 commented 7 years ago

After doing this in a Windows 10 Insider Preview setup, it doesnt work

yan12125 commented 7 years ago

Maybe Windows 10 Insider Preview has removed Visual C++ 2010 runtime libraries? Did you try to install it again?

antonio8909 commented 7 years ago

Yes @yan12125 and it doesn't work

yan12125 commented 7 years ago

Sorry I'm not familiar with Windows and I don't have a Windows 10 machine for testing. I've heard Dependency Walker can help diagnosing such problems. Maybe it's worth a try.

Update: seems latest Windows 10 update breaks many programs: https://www.google.com/search?q=Insider+Preview+0xc000007b

antonio8909 commented 7 years ago

@yan12125 That's from old builds. Not applicable to new ones.

yan12125 commented 7 years ago

Hmm I didn't notice that. Let's wait for someone that uses Windows 10.

antonio8909 commented 7 years ago

It looks like it's a problem of the x64 version of Windows 10. I installed the stable one and the same error appears :/ I'll ask in Windows 10 forums about this

dstftw commented 7 years ago

It has nothing to do with x64 or Windows version.

antonio8909 commented 7 years ago

@dstftw x86: works x64: No c++ 2010 installed. Why is it failling then?

dstftw commented 7 years ago

Prove it's installed.

antonio8909 commented 7 years ago

After chat with Microsoft I fixed it

STEPS

Download the missing dll https://es.dll-files.com/msvcr100.dll.html (32bit) Paste it in System32 and SysWOW64 Close explorer.exe and open it again.

The program will work as expected.

akuan10 commented 2 years ago

@antonio8909 holy shit you solved my problem, thank you so much

rautamiekka commented 2 years ago

@antonio8909 holy shit you solved my problem, thank you so much

You should install both the x86 (32-bit) and x64 (64-bit) of the Visual C++ 2010 before getting an individual DLL.