From 30ebdd0d524a09c928cc60108faa567822365fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Menkevi=C4=8Dius?= Date: Thu, 29 Jun 2017 11:49:26 +0300 Subject: [PATCH] Reflect the with x64 omnisharp-roslyn server binary on windows and suggest a solution. Sometimes emacs crashes on Windows when omnisharp-win-x64-net46.zip bundle is used. The cause is detailed more thoroughly in https://github.com/OmniSharp/omnisharp-emacs/issues/315. Using x86 (32bit) binaries keeps emacs from crashing. The actual fix will need to be submitted to emacs upstream. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f87aee51..58eda214 100644 --- a/README.md +++ b/README.md @@ -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.: