-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Failed to create CoreCLR, HRESULT: 0x80004005 when using VS Core Python in remote #3796
Comments
This is not the right repo to file this issue. This repo covers the command line development tools for .NET Core, not the runtime itself. I am going to go ahead and move this issue to core-setup for the next layer of investigation. |
I'm a bit lost in all the various OSes mentioned in this issue (and the parent one). Does it repro on normal Linux install (non-WSL)? As mentioned in the parent bug, please try to run the dotnet process on the target machine with |
I believe @cloudhello tried it but claimed they didn't get more info. Here microsoft/python-language-server#1595 (comment). @cloudhello - could you try it again? |
It's hard to say how the output redirection works. So hopefully using the |
We had the same issue (0x80004005) report: SteamDatabase/steamdb.info-issues#660 There's strace log, maybe its of use: https://github.com/SteamDatabase/steamdb.info/files/4568659/log_SteamTokenDumper.txt EDIT: After some experimenting: Removing |
Ran into this same error when attempting to build this Dockerfile on a Windows Server Core, version 1903 machine. So this is a Windows build, not Linux. This is the first time I've seen the error show up in our CI builds. It usually runs fine so it's an intermittent issue apparently. Build output:
|
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process. This process is part of our issue cleanup automation. |
This issue will now be closed since it had been marked |
@phx-srankin
microsoft/python-language-server#1595
Steps to reproduce
python.jediEnabled = false
in settings to switch to Microsoft Python Language ServerOpen Python project from code opened out of a Debian terminal running in WSL.
Notes:
Microsoft Python Language Server is .NET Core 3.0 https://github.com/microsoft/python-language-server, built self-contained.
Python extension unzips it into
languageServer*
folder under the extension.Expected behavior
Work normally
Actual behavior
Failed to create CoreCLR, HRESULT: 0x80004005
Environment data
dotnet --info
output:.NET Core SDK (reflecting any global.json):
Version: 3.0.100
Commit: 04339c3a26
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.14
OS Platform: Darwin
RID: osx.10.14-x64
Base Path: /usr/local/share/dotnet/sdk/3.0.100/
Host (useful for support):
Version: 3.0.0
Commit: 7d57652f33
.NET Core SDKs installed:
3.0.100 [/usr/local/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.13 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
Python:
Extension version: 2019.9.34911
VS Code version: Code 1.38.1 (b37e54c98e1a74ba89e03073e5a3761284e3ffb0, 2019-09-11T13:35:15.005Z)
OS version: Windows_NT x64 10.0.18362
Remote OS version: Linux x64 4.4.0-18362-Microsoft
The text was updated successfully, but these errors were encountered: