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.

Failed to initialize CoreCLR, HRESULT: 0x80131500

See original GitHub issue

Steps to reproduce

  1. Download https://dotnetcli.blob.core.windows.net/dotnet/beta/Binaries/Latest/dotnet-dev-centos-x64.latest.tar.gz
  2. Unpack tar file
  3. Set DOTNET_HOME as unzipped folder. [usr/share/dotnet]
  4. Change permission settings for unzipped folder dotnet
  5. run dotnet -version

Expected behavior

Should give version number

Actual behavior

Gives error message Failed to initialize Failed to initialize CoreCLR, HRESULT: 0x80131500

Environment data

dotnet --version output: Failed to initialize CoreCLR, HRESULT: 0x80131500

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:70 (11 by maintainers)

github_iconTop GitHub Comments

38reactions
icebreakercommented, Jun 27, 2016

You can find out what is missing by running:

find /opt/dotnet -name '*.so' -type f -print | xargs ldd | grep 'not found'

Replace /opt/dotnet with the directory you “un-tarred” the tar ball to.

31reactions
mmisztal1980commented, Oct 9, 2016

This seems to have solved my issue 😕

wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu52_52.1-8ubuntu0.2_amd64.deb
sudo dpkg -i libicu52_52.1-8ubuntu0.2_amd64.deb
Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to initialize CoreCLR, HRESULT: 0x80131500 #5455
I'm trying it on Fedora 23 (downloaded Centos binaries). I know that Fedora is not listed in supported distributions but I just wanted...
Read more >
GCP - Failed to initialize CoreCLR, HRESULT: 0x80131500
I'm trying to go through the App Engine Quickstart tutorial for .Net and running into a problem with the dotnet cli.
Read more >
Failed to initialize CoreCLR hresult: 0x80004005
I have created a new local project in VS Code and a new function app in Azure like described in this article:…
Read more >
Issue with VSTS Agent on Ubuntu – Failed to initialize ...
Failed to initialize CoreCLR, HRESULT : 0x80131500. I received this error message when trying to run the “config.sh” command ;.
Read more >
Announcing .NET Core 1.0
Devs will start using these, and MS will have them hooked. ... Failed to initialize CoreCLR, HRESULT: 0x80131500. $ mkdir hwapp. $ cd...
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