EgorBo / EgorBo/Disasmo

Failed to create CoreCLR, HRESULT: 0x80004005

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
707
Forks
45
PR merge metrics
No merged PRs in 30d

Description

I'm trying to Disasm any .NET Core 3.1 based method as shown in the example (including the example method: InefficientJoin), but I'm getting 0x80004005 error.

1. I cloned dotnet/runtime.
2. I installed C++ related payload via VS2019 installer (I skipped Windows 10 SDK)
3. After I did 2) I got DIA SDK folder so I no longer see the following: Error: DIA SDK is missing.
4. I installed CMake, Python was already there.
5. I run runtime\src\coreclr\build-runtime.cmd -all -checked -x64 -x86 (no errors)
6. When I'm trying to run Disasmo against any method I'm getting 0x80004005. It doesn't say anything about any configuration issues.

I'd like to use this extension since it seems to be helpful is some scenarios, however, I haven't figured out how to make it actually work. I've spent almost two days trying to make it work.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.