fiddyschmitt / clonezilla-util

Mount Clonezilla images in Windows
198 stars 12 forks source link

Error: Failed to create CoreCLR, HRESULT: 0x80004005 #46

Closed softfoot closed 10 months ago

softfoot commented 1 year ago

I am running this utility under Windows 7 and have tried the following 2 commands : clonezilla-util.exe extract-partition-image --input X:\Backups\NOTBAD\2023-08-13-15-img --output C:\testdata and clonezilla-util.exe mount --input X:\Backups\NOTBAD\2023-08-13-15-img --mount L:\

but neither work (the Dokan driver is installed and so is .Net 6

I see the same error in both cases, which surprises me as I wouldnt expect the first case to use Dokan.

Dave

fiddyschmitt commented 1 year ago

Hi Dave!

That error is associated with the .NET runtime. Maybe there is an issue with your .NET 6 install?

Cheers, Fidel