SineSwiper / RimWorld-XenobionicPatcher

Fix surgical operations to work with all of your bionics, implants, animals, humans, aliens
Artistic License 2.0
4 stars 3 forks source link

Error with Hugslib? #1

Closed Nanao-kun closed 4 years ago

Nanao-kun commented 4 years ago

Due to problems I'm having with rimworld not quite working, I've been going through a lot of mods for problems and found this error in the debug log.

[HugsLib][ERR] XenobionicPatcher caused an exception during OnDefsLoaded: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in :0 at Harmony.AccessTools+<>c.b__1_0 (System.Reflection.Assembly x) [0x00000] in :0 at System.Linq.Enumerable+cIterator122[System.Reflection.Assembly,System.Type].MoveNext () [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.First[Type] (IEnumerable1 source, System.Func2 predicate, Fallback fallback) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.FirstOrDefault[Type] (IEnumerable1 source, System.Func`2 predicate) [0x00000] in :0 at Harmony.AccessTools.TypeByName (System.String name) [0x00000] in :0 at XenobionicPatcher.Base.DefsLoaded () [0x00000] in :0 at HugsLib.HugsLibController.OnDefsLoaded () [0x00000] in :0 Verse.Log:Error(String, Boolean) HugsLib.Utils.ModLogger:ReportException(Exception, String, Boolean, String) HugsLib.HugsLibController:OnDefsLoaded() HugsLib.HugsLibController:LoadReloadInitialize() Verse.LongEventHandler:RunEventFromAnotherThread(Action) Verse.LongEventHandler:m1()

I don't know if it's actually a problem or not though.

SineSwiper commented 4 years ago

I've fixed a few crash points in the last few releases. Is this still a problem with the latest version?