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.

net451 version crashes in Emacs

See original GitHub issue

If I try to run the net451 version in Emacs on Windows 10, Emacs just crashes. The netcoreapp version however works fine. It’s not related to omnisharp-emacs since just running (start-process "foo" "*foo*" "OmniSharp") causes a crash.

There are also several reports on different Windows configurations here: https://github.com/OmniSharp/omnisharp-emacs/issues/178

I’ve also tried this on the latest Emacs version (25.1) as well as an older one (24.4), with the same result.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
razzmatazzcommented, Aug 3, 2017

omnisharp-emacs now has the M-x omnisharp-install-server command that will properly setup the server for you automatically (see https://github.com/OmniSharp/omnisharp-emacs/issues/275).

It will also avoid 64bit binary on windows and will use 32bit one for now (until emacs-26 is released and detected). I think this issue can be closed then

2reactions
razzmatazzcommented, Jun 29, 2017

Emacs bug has been reported in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27527 and should be fixed in the next emacs version.

In the meantime -x86- (NOT -x64-) omnisharp-roslyn bundle should be used instead, 32bit server exe doesn’t crash for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

feature-omnisharp-rosalyn-support branch crashes Windows ...
I'm running the native emacs 24.5.1, using the current featur. ... Users\developer\omnisharp-roslyn\artifacts\publish\OmniSharp\default\net451>OmniSharp.exe ...
Read more >
Crashing (GNU Emacs Manual)
Emacs is not supposed to crash, but if it does, it produces a crash report prior to exiting. The crash report is printed...
Read more >
emacs crashes at least 10 times a day
My -nw emacsclient just lands in a corrupted shell prompt, where I have to type reset to even start seeing characters I type...
Read more >
Something crashes my Emacs! How do I find what?
Just as small update, seems like my problem was "spaceline" package. Since I have disabled that one emacs hasn't crashed for days again....
Read more >
How can I prevent emacs from crashing in this situation?
On the desktop computer, I've got VcXsrv and WSL1 running, and I have the Linux build of Gnu Emacs 27.1 running under WSL...
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