Skip to content

Commit

Permalink
Reflect the with x64 omnisharp-roslyn server binary on windows and su…
Browse files Browse the repository at this point in the history
…ggest a solution.

Sometimes emacs crashes on Windows when omnisharp-win-x64-net46.zip bundle is
used. The cause is detailed more thoroughly in
OmniSharp#315.

Using x86 (32bit) binaries keeps emacs from crashing.

The actual fix will need to be submitted to emacs upstream.
  • Loading branch information
razzmatazz committed Jun 29, 2017
1 parent 7070f2a commit 30ebdd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Extract binary from [omnisharp-roslyn releases page](https://github.com/OmniShar
### On Windows (non-Cygwin)
Use binary from [omnisharp-roslyn releases page](https://github.com/OmniSharp/omnisharp-roslyn/releases).

*NOTE: For the moment you HAVE to use the `omnisharp-win-x86-net46.zip` bundle as -x64- one makes emacs
to crash in `src/w32proc.c:w32_executable_type`.*

Then you need to set the `omnisharp-server-executable-path` the path
to where you have extracted server file, e.g.:

Expand Down

0 comments on commit 30ebdd0

Please sign in to comment.