You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to play audica with MelonLoader mods, but whenever i do, only one mod out of the few i have installed actually loads. From looking at the logs it appears as if most of them are having an issue pertaining to harmony, and being unable to find the HarmonyPatch class. I've attached a full log if that helps LogOutput.log
btw, i'm using linux and proton
The text was updated successfully, but these errors were encountered:
Try the v1.2 release. The underlying issue is that MelonLoader for some strange reason packs Harmony(X) and other dependent libraries into the MelonLoader.dll assembly, and as such mods will try and look for Harmony types within the MelonLoader assembly instead of the Harmony assembly as it should be.
The fix is to use the [TypeForwardedTo] attribute inside the loader to tell mods to look inside of the HarmonyX library to find the Harmony types. I had a bunch of the most used Harmony types, but I made a script to find and forward all public HarmonyX types to prevent this issue from happening again.
this seems to have fixed the issue, along with setting EnablePatchShield to false, mods appear to load flawlessly
but both of my controllers are dead so i can't really test
Hi, i'm trying to play audica with MelonLoader mods, but whenever i do, only one mod out of the few i have installed actually loads. From looking at the logs it appears as if most of them are having an issue pertaining to harmony, and being unable to find the HarmonyPatch class. I've attached a full log if that helps
LogOutput.log
btw, i'm using linux and proton
The text was updated successfully, but these errors were encountered: