kkokosa / UpsilonGC

Custom Garbage Collectors for .NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HRESULT 80004005

lap1nou opened this issue · comments

Hello,

When using the ZeroGC, my CLR can't start with an HRESULT 80004005 (E_FAIL):

Failed to create CoreCLR, HRESULT: 0x80004005

Do you have an idea why ? I have put the dll here: C:\Windows\Microsoft.NET\Framework64\v4.0.30319, also I had to add a function called GC_IsCompatibleWithRuntime() in the main, otherwise the ZeroGC wouldn't be selected (clr.dll was trying to GetProcAddress(GC_IsCompatibleWithRuntime)).