OmniSharp / omnisharp-atom

Omnisharp support for the atom editor
https://atom.io/packages/omnisharp-atom
MIT License
318 stars 61 forks source link

can't start omnisharp server due to file missing #790

Open q8f13 opened 8 years ago

q8f13 commented 8 years ago

Omnisharp output:

Starting OmniSharp server (pid:undefined)
OmniSharp Location: C:\Users\Dustfall\.atom\packages\omnisharp-atom\node_modules\omnisharp-client\omnisharp-win-x64-netcoreapp1.0\OmniSharp.exe
Change the location that OmniSharp is loaded from by setting the OMNISHARP environment variable
OmniSharp Path: G:\Projects\MyProj\MyProj.sln

Following the path to OmniSharp.exe I found a zip file named 'omnisharp-win-x64-netcoreapp1.0.zip' which is 0 byte, and another file named '.version'. No file named 'OmniSharp.exe' there.

I've tried many times reinstalling but it still occurs

Windows 8 Pro x64

ccbentlee commented 8 years ago

I got the same issue on Mac. Rolling back to 0.29.4 solved this problem, temporarily.