Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The specified runtime path 'default' does not exist. #23

Closed
hartbit opened this issue Oct 10, 2015 · 10 comments
Closed

The specified runtime path 'default' does not exist. #23

hartbit opened this issue Oct 10, 2015 · 10 comments

Comments

@hartbit
Copy link

hartbit commented Oct 10, 2015

OmniSharp has a few errors when opening my project, including:

[ERROR:OmniSharp.Dnx.DnxPaths] The specified runtime path 'default' does not exist. Searched locations /Users/david/.dnx/runtimes/dnx-mono.default
/Users/david/.dnx/runtimes/kre-mono.default
/Users/david/.dnx/packages/KRE-Mono.default
/Users/david/.k/runtimes/dnx-mono.default
/Users/david/.k/runtimes/kre-mono.default
/Users/david/.k/packages/KRE-Mono.default
/Users/david/.kre/runtimes/dnx-mono.default
/Users/david/.kre/runtimes/kre-mono.default
/Users/david/.kre/packages/KRE-Mono.default.
@Souk21
Copy link

Souk21 commented Oct 11, 2015

Check that https://github.com/aspnet/home
it solved the issue for me

@hartbit
Copy link
Author

hartbit commented Oct 11, 2015

Indeed it works. I'm confused why it's necessary.

@reapazor
Copy link
Contributor

Just a heads up that this particular error doesn't effect the project, it drives me NUTS that it is in the log ... but nothing I can do, its not part of the unity toolchain.

@flq
Copy link

flq commented Nov 23, 2015

Um...what worked?

@xCyborg
Copy link

xCyborg commented Dec 27, 2015

same issue here

@ghachey
Copy link

ghachey commented Jan 20, 2016

I think they are still working at this see OmniSharp/omnisharp-roslyn#347 and microsoft/vscode#126
The current work around is to either change the user location for the runtimes to a symlink to the global location of runtimes or uninstall from global and reinstall the runtimes into the user location both of which are not ideal solutions. More details on the work-arounds can be found at http://stackoverflow.com/questions/33976187/omnisharp-dnx-dnxpaths-the-specified-runtime-path-default-does-not-exist

@xlfishbone
Copy link

Be sure to run
"dnvm upgrade"

I ran into this issue b/c I didn't read all the instructions.

@jwoodall
Copy link

Following the install for osx at: https://github.com/aspnet/home instructions removed the error for me

@SimonDarksideJ
Copy link

Ha Ha, thanks for the clarification @xlfishbone I too also missed that subtlety 💃
ALso got another prompt when I next started up to Restore the references from my project.json

@PierBover
Copy link

"dnvm upgrade"

Thanks @xlfishbone that did it for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants