When I try to open the debug menu with my manually updated version of Psychology, I receive the following error.
The only mods I have loaded are Hugslib and the version of Psychology I am currently updating, not Prepare Carefully. So it seems there is something strange going on.
Attached is a copy of the mod.
I have deleted any reference to EdBPrepareCarefully in Psychology, but still it seems to want to load a reference to it.
You can download a copy of the mod in question from my google drive: https://drive.google.com/file/d/1WhDUvcU9dFr-v9zBScODb5F5f3bkKJlw/view?usp=sharing
Code Select
Exception filling window for Verse.ImmediateWindow: System.TypeLoadException: Could not resolve type with token 010000de (from typeref, class/assembly EdB.PrepareCarefully.CustomPawn, EdBPrepareCarefully, Version=1.0.16.0, Culture=neutral, PublicKeyToken=null)
at (wrapper managed-to-native) System.Reflection.MonoMethodInfo.get_method_info(intptr,System.Reflection.MonoMethodInfo&)
at System.Reflection.MonoMethodInfo.GetMethodInfo (System.IntPtr handle) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
at System.Reflection.MonoMethod.GetPseudoCustomAttributes () [0x00002] in <567df3e0919241ba98db88bec4c6696f>:0
at System.MonoCustomAttrs.GetPseudoCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType) [0x0000a] in <567df3e0919241ba98db88bec4c6696f>:0
at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x0001f] in <567df3e0919241ba98db88bec4c6696f>:0
at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <567df3e0919241ba98db88bec4c6696f>:0
at System.Reflection.MonoMethod.GetCustomAttributes (System.Type attributeType, System.Boolean inherit) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
at Verse.GenAttribute.TryGetAttribute[T] (System.Reflection.MemberInfo memberInfo, T& customAttribute) [0x00000] in <df50c46ef3c74cec81344c2206c0de6f>:0
at Verse.Dialog_DebugActionsMenu..ctor () [0x0003e] in <df50c46ef3c74cec81344c2206c0de6f>:0
at Verse.DebugWindowsOpener.ToggleDebugActionsMenu () [0x0001c] in <df50c46ef3c74cec81344c2206c0de6f>:0
at (wrapper dynamic-method) Verse.DebugWindowsOpener.DMD<DMD<DrawButtons_Patch0>?-810289920::DrawButtons_Patch0>(Verse.DebugWindowsOpener)
at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect inRect) [0x00000] in <df50c46ef3c74cec81344c2206c0de6f>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x00165] in <df50c46ef3c74cec81344c2206c0de6f>:0
Verse.Log:Error(String, Boolean)
Verse.Window:InnerWindowOnGUI(Int32)
UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)
The only mods I have loaded are Hugslib and the version of Psychology I am currently updating, not Prepare Carefully. So it seems there is something strange going on.
Attached is a copy of the mod.
I have deleted any reference to EdBPrepareCarefully in Psychology, but still it seems to want to load a reference to it.
You can download a copy of the mod in question from my google drive: https://drive.google.com/file/d/1WhDUvcU9dFr-v9zBScODb5F5f3bkKJlw/view?usp=sharing