LavaGang / MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
https://discord.gg/2Wn3N2P
Apache License 2.0
2.38k stars 472 forks source link

[Bug]: why? #733

Closed RoninRulez closed 1 month ago

RoninRulez commented 1 month ago

All of the following criteria must be met

All of the following are optional to answer

Describe the issue.

Why did it say, "[ERROR] il2cpp_init detour failed: Failed to load hostfxr. Please make sure you have installed the .NET 6.0 runtime."?

Did you attach your log file?

Select an option below

psyellas commented 1 month ago

because you need to download net 6 runtime, a dependency of melonloader. linked is both x64 or x86 depending on your game, id assume x64 tho https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.33-windows-x64-installer https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.33-windows-x86-installer

RoninRulez commented 1 month ago

I did, and it still says it. (x86 btw)

HerpDerpinstine commented 1 month ago

That error does not show if you had the proper desktop runtime installed.