Geoffrey Horsington

Results 88 comments of Geoffrey Horsington

Greetings! Referring back to my commit in #333, BepInEx was not tested on ARM nor on any x86_64 emulators for that architechture. It'll likely take some time before I can...

Extra debug info for replicating: #370

Greetings! Thank you for your report! From a quick look, it seems like the CI runs tests meant for mono and older corefx runtimes only. Right now the code has...

Searching for all preprocessors gives some problematic places ```bash @ rg "#if" HarmonyTests\Traverse\TestTraverse_Types.cs 58:#if !NET6_0 // writing to static fields after init not allowed in NET6 HarmonyTests\Tools\TestAccessTools.cs 59:#if NETCOREAPP 75:#if...

On a closer look, it appears that all hooking fails without any errors. As such, this is most likely the issue with MonoMod, the library that HarmonyX uses for runtime...

Have you managed to replicate this issue specifically? According to MSDN on [`Guid.NewGuid()`](https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid): > On Windows, this function wraps a call to the CoCreateGuid function. The generated GUID contains 122...

Greetings! Doorstop makes use of DLL proxying and import address table editing to hook some mono runtime functions. Any external tools that use the same approach to "hijack" the process...

> It's just standard .net way, generate seperate /.resources.dll. Is there a way to have it output normal textual files that one could edit with a text editor? I personally...

> Visual studio have built-in editor for resx files (which are editable xml files) and will auto-generate strongly-typed classes. But as you said before, these XML files will then get...

Greetings! Cecil.Inject has indeed been tested to work with 0.10. Could you provide more information? What did you try to do? Maybe some example code? Could you also try this...