当前位置:   article > 正文

Failed to initialize CoreCLR, HRESULT: 0x80131500

00007ff8412bb185 error: fail to initialize coreclr 80131022

for debian stretch users, there is more than just libicu52.
I added this line to sources.list (/etc/apt/sources.list)
deb http://ftp.de.debian.org/debian/ jessie main
then :
apt-get update
finally:
apt-get -t jessie install libicu52
apt-get install libssl1.0.0
in this point, the command by @icebreaker gives this output:

  1. root@yspdebian:~# find /opt/dotnet -name '*.so' -type f -print | xargs ldd | grep 'not found'`
  2. liblldb-3.6.so => not found
  3. liblttng-ust.so.0 => not found

finally, work is done by :
apt-get install liblttng-ust0 and apt-get install liblldb-3.6

and now, i have this error:

ahmad@yspdebian:~/oldicu$ dotnet new
  1. Welcome to .NET Core!
  2. ---------------------
  3. Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.
  4. Telemetry
  5. --------------
  6. The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include commandline arguments. The data is collected by Microsoft and shared with the community.
  7. You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
  8. You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
  9. Configuring...
  10. -------------------
  11. A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.
  12. Decompressing 100% 4369 ms
  13. Expanding 0%Segmentation fault

version is:

  1. ahmad@yspdebian:~/oldicu$ dotnet --version
  2. 1.0.0-preview2-003121

and

  1. ahmad@yspdebian:~/oldicu$ dotnet --info
  2. .NET Command Line Tools (1.0.0-preview2-003121)
  3. Product Information:
  4. Version: 1.0.0-preview2-003121
  5. Commit SHA-1 hash: 1e9d529bc5
  6. Runtime Environment:
  7. OS Name: debian
  8. OS Version:
  9. OS Platform: Linux
  10. RID: debian.-x64

转载于:https://www.cnblogs.com/gomvc/p/6781265.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/329641
推荐阅读
相关标签
  

闽ICP备14008679号