Error: end of central directory record signature not found
See original GitHub issueEnvironment data
dotnet --info
output:
Updating C# dependencies… Platform: win32, x86_64
Downloading package ‘OmniSharp (.NET 4.6 / x64)’ (15684 KB) … Done! Downloading package ‘.NET Core Debugger (Windows / x64)’ (43510 KB) … Done!
Installing package ‘OmniSharp (.NET 4.6 / x64)’ Installing package ‘.NET Core Debugger (Windows / x64)’ Failed at stage: installPackages Error: end of central directory record signature not found
Finished
VS Code version:
1.12.2
C# Extension version:
1.10.0
Steps to reproduce
F1 Debug: Download .NET Core Debugger
Expected behavior
Installation of .Net core debugger package should succeed.
Actual behavior
ERROR installing debugging package
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Error "end of central directory record signature not found ...
1. Machine is Windows 7, 64 bit. While installing ionide-fsharp extension, I am getting error "end of central directory record signature not found"....
Read more >How to Fix End of Central Directory Signature Not Found
As it turns out, the “end of central directory signature not found” is usually experienced when the respective file has either not downloaded...
Read more >end of central directory record signature not found ... - GitHub
I face this problem while sitting behind a corporate proxy that requires a custom root cert to be installed.
Read more >End-of-central-directory signature not found when unzipping a ...
Use the command unzip -t to check if the zip file is damaged. · If it's damaged, download the MID Server file again....
Read more >Why do I get an "End-of-central-directory signature not found ...
You will receive this error when the file is either corrupted or an incomplete download. · Please try using the automatic download agent...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@paolofulgoni are you behind a proxy server? If so, there are instructions in https://github.com/OmniSharp/omnisharp-vscode/issues/1712 that you want to follow.
I tried all but no success. This is what I did to make it work:
Download the debugger from https://vsdebugger.blob.core.windows.net/coreclr-debug-1-10-1/coreclr-debug-win7-x64.zip
Extract the debugger zip here:
C:\Users\<USER>\.vscode\extensions\ms-vscode.csharp-1.10.0\.debugger
It works like a charm.