Meivyn
Meivyn
Followup of https://github.com/BepInEx/HarmonyX/pull/79#issuecomment-1979530297. ``` HarmonyLib.HarmonyException: IL Compile Error (unknown location) ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. at Mono.Collections.Generic.Collection`1[T].get_Item (System.Int32 index) [0x00009] in :0 at...
I've changed the patch a little bit to make it less prone to break in future updates. Do note that Custom Campaigns integration is currently broken and would need to...
### Description Changing IL instructions with `ILCursor` throws an `InvalidProgramException` when the hook is applied. This issue was introduced since https://github.com/MonoMod/MonoMod/commit/93a3d9da2c25f34f48ce9920e6875c720d900cf7. Using net472 and Mono from Unity 2022.3.33f1. Does not...
### Description Depending on the order of patches and the length of the patched methods, some may fail to apply due to inlining. Say for example, I'm patching method A...
Every extension class is public but this one, and I do have a use for this method.
I don't know if this can be addressed, but as long as I can remember, the doorstop never allowed us to reconnect to the debugger. Using the dnSpy debugger that...
Since the new Doorstop, you have to input "localhost" in the config if you want to use that as the host. It should work regardless of whether the config is...
Again some heavy allocations there running on each frame.