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
Attempt to start the game with only this mod and HugsLib enabled throws an exception:
System.TypeLoadException: Could not resolve type with token 0100002c (from typeref, class/assembly Harmony.HarmonyPatch, 0Harmony, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null)
at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,bool)
at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x00013] in <567df3e0919241ba98db88bec4c6696f>:0
at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <567df3e0919241ba98db88bec4c6696f>:0
at System.RuntimeType.GetCustomAttributes (System.Type attributeType, System.Boolean inherit) [0x00038] in <567df3e0919241ba98db88bec4c6696f>:0
at Verse.GenAttribute.TryGetAttribute[T] (System.Reflection.MemberInfo memberInfo, T& customAttribute) [0x00000] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.GenAttribute.HasAttribute[T] (System.Reflection.MemberInfo memberInfo) [0x00000] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.GenTypes+<>c__51[TAttr].<AllTypesWithAttribute>b__5_0 (System.Type x) [0x00000] in <2d8f708a544445a5aeef7591960fe008>:0 at System.Linq.Enumerable+WhereEnumerableIterator1[TSource].MoveNext () [0x00037] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at RimWorld.DefOfHelper.RebindAllDefOfs (System.Boolean earlyTryMode) [0x00024] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.PlayDataLoader.DoPlayLoad () [0x000d3] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.PlayDataLoader.LoadAllPlayData (System.Boolean recovering) [0x0001d] in <2d8f708a544445a5aeef7591960fe008>:0
The text was updated successfully, but these errors were encountered:
Attempt to start the game with only this mod and HugsLib enabled throws an exception:
System.TypeLoadException: Could not resolve type with token 0100002c (from typeref, class/assembly Harmony.HarmonyPatch, 0Harmony, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null)
at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,bool)
at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x00013] in <567df3e0919241ba98db88bec4c6696f>:0
at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <567df3e0919241ba98db88bec4c6696f>:0
at System.RuntimeType.GetCustomAttributes (System.Type attributeType, System.Boolean inherit) [0x00038] in <567df3e0919241ba98db88bec4c6696f>:0
at Verse.GenAttribute.TryGetAttribute[T] (System.Reflection.MemberInfo memberInfo, T& customAttribute) [0x00000] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.GenAttribute.HasAttribute[T] (System.Reflection.MemberInfo memberInfo) [0x00000] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.GenTypes+<>c__5
1[TAttr].<AllTypesWithAttribute>b__5_0 (System.Type x) [0x00000] in <2d8f708a544445a5aeef7591960fe008>:0 at System.Linq.Enumerable+WhereEnumerableIterator
1[TSource].MoveNext () [0x00037] in <351e49e2a5bf4fd6beabb458ce2255f3>:0at RimWorld.DefOfHelper.RebindAllDefOfs (System.Boolean earlyTryMode) [0x00024] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.PlayDataLoader.DoPlayLoad () [0x000d3] in <2d8f708a544445a5aeef7591960fe008>:0
at Verse.PlayDataLoader.LoadAllPlayData (System.Boolean recovering) [0x0001d] in <2d8f708a544445a5aeef7591960fe008>:0
The text was updated successfully, but these errors were encountered: