question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: end of central directory record signature not found

See original GitHub issue

Environment 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:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
gregg-miskellycommented, Oct 9, 2017

@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.

1reaction
sameer-kumarcommented, Jun 7, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found