Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Windows .exe dont start #10874
Windows .exe dont start #10874
Comments
|
Post the log of what you enter and what you get as output. |
|
I open command line and type youtube-dl.exe http://www.youtube.com/watch.... Than i get this errors |
|
Post the output of |
|
http://prntscr.com/crdkju |
|
Microsoft Visual C++ 2010 Redistributable Package (x86) installed? |
|
Yes |
|
Post the output of |
|
"C:\Windows\System32\msvcr100.dll" |
|
There are a thousands reasons you could get a 0x000007d. Have you deleted, and re-downloaded youtube-dl.exe? Since you are on WS2012, you have powershell. Try this:
|
|
Post the output of |
|
Yes i deleted and redownloaded it but it do not change anything |
|
certutil -hashfile youtube-dl.exe md5 -> ff 22 5e 66 3b d4 45 6a 6b 4a 14 54 02 9d cd 9c (http://prntscr.com/crdrk1) |
|
Are you able to run any exe from cmd at all? |
|
If you right-click on the file, and click properties, does it have an "unblock" button? |
|
yes i can run other .exe |
|
No no "unblock" button |
|
I have now take a look at the Windows error Message But it´s say nothing for me Problem Signature: |
|
Hm.. If you use Without really looking deeper into this, I'd say that is the typical runtime error. If you use an 64-bit Windows, you could also try to run this: Microsoft Visual C++ 2010 Redistributable Package (x64) In addition to this: If nothing else helps, there is another C++ 2010 runtime package |
|
Different redists won't have any effect since youtube-dl only depends on 2010 x86. |
|
I try the where from other drive and it link correctly |
|
i also installed the other C++ Redistributable but nothing changed |
|
Okay, then it is not the typical runtime error. Windows Server shouldn't be an issue, either. So I guess there is something more wrong with your OS.. |
|
hmm okay thank you for help ... so than i will create a hyper-v vm with linux... |
|
You can also install Python 2.6+ or 3.2+ from www.python.org, download the Unix version of youtube-dl and run |
|
I am sry i found no time until now. So the Python version did not change anything. But |
|
Thanks for the feedback. What's your python version? (i.e. the output of |
|
Python 2.7.12 |
|
Seems like this hasn't been updated for a while now, is this still an issue or should we close it? |
|
Close it. |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I Downloaded the youtube-dl.exe on my Windows Server 2012 i have python 2.7 installed.
When i want now download a Video (over commandline) i get an error by Windows that the Application was not success to start with error code (0x000007d) and than nothing happen
.