Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 433.22 KB | None | 0 0
  1. [Message: BepInEx] BepInEx 5.0.0.0 - Risk of Rain 2
  2. [Info : BepInEx] Running under Unity v2018.3.14.13691377
  3. [Info : BepInEx] CLR runtime version: 4.0.30319.17020
  4. [Info : BepInEx] Supports SRE: False
  5. [Message: BepInEx] Preloader started
  6. [Info : BepInEx] Loaded 1 patcher methods from BepInEx.MonoMod.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  7. [Info : BepInEx] 2 patcher plugin(s) loaded
  8. [Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
  9. [Info : MonoMod] Collecting target assemblies from mods
  10. [Info : BepInEx] Patching [Assembly-CSharp] with [BepInEx.MonoMod.Loader.Patcher]
  11. [Message: MonoMod] [Main] Scanning for mods in directory.
  12. [Message: MonoMod] [ReadMod] Loading mod dir: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod
  13. [Message: MonoMod] [ReadMod] Loading mod: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod\Assembly-CSharp.R2API.mm.dll
  14. [Message: MonoMod] [ReadMod] Loading mod dir: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod\tristanmcpherson-R2API
  15. [Message: MonoMod] [ReadMod] Loading mod: G:\Steam\steamapps\common\Risk of Rain 2\BepInEx\monomod\tristanmcpherson-R2API\Assembly-CSharp.R2API.mm.dll
  16. [Message: MonoMod] [Main] Found 2 mods
  17. [Message: MonoMod] [Main] mm.PatchRefs(); fixup pre-pass
  18. [Message: MonoMod] [Main] mm.AutoPatch();
  19. [Message: MonoMod] [AutoPatch] Parsing rules in loaded mods
  20. [Info :BepInEx Preloader] [MonoMod] [RulesModder]
  21. [Info :BepInEx Preloader] [Write] Writing modded module into output stream.
  22. [Info :BepInEx Preloader] [MonoMod] [RulesModder]
  23. [Info :BepInEx Preloader] [Write] Writing modded module into output stream.
  24. [Message: MonoMod] [AutoPatch] PrePatch pass
  25. [Message: MonoMod] [AutoPatch] Patch pass
  26. [Message: MonoMod] [AutoPatch] PatchRefs pass
  27. [Message: MonoMod] [PostProcessor] PostProcessor pass #1
  28. [Message: MonoMod] [Main] Done.
  29. [Message: BepInEx] Preloader finished
  30. [Message: BepInEx] Chainloader ready
  31. [Message: BepInEx] Chainloader started
  32. [Info : BepInEx] 30 plugins to load
  33. [Info : BepInEx] Loading [Configuration Manager 15.1]
  34. [Info : BepInEx] Loading [R2API 2.2.32]
  35. [Error : R2API] LobbyConfigAPI could not be initialized and has been disabled:
  36.  
  37. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'R2API.LobbyConfigAPI' threw an exception. ---> System.TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  38. at R2API.Utils.Reflection+<>c__26`1[TReturn].<GetFieldGetDelegate>b__26_0 (System.Reflection.FieldInfo x) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
  39. at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x00034] in <c6bd535f6ab848b4a13f34d01b756eef>:0
  40. at R2API.Utils.Reflection.GetFieldGetDelegate[TReturn] (System.Reflection.FieldInfo field) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
  41. at R2API.Utils.Reflection.GetFieldValue[TReturn] (System.Type staticType, System.String fieldName) [0x00007] in <fbe64e3639d841baba971e923807db02>:0
  42. at R2API.LobbyConfigAPI..cctor () [0x00000] in <fbe64e3639d841baba971e923807db02>:0
  43. --- End of inner exception stack trace ---
  44. at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  45. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <c6bd535f6ab848b4a13f34d01b756eef>:0
  46. --- End of inner exception stack trace ---
  47. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0004b] in <c6bd535f6ab848b4a13f34d01b756eef>:0
  48. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <c6bd535f6ab848b4a13f34d01b756eef>:0
  49. at R2API.Utils.APISubmoduleHandler+<>c.<InvokeStage>b__5_1 (System.Reflection.MethodInfo m) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
  50. at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in <c6bd535f6ab848b4a13f34d01b756eef>:0
  51. at R2API.Utils.APISubmoduleHandler.InvokeStage (System.Type type, R2API.Utils.InitStage stage) [0x00068] in <fbe64e3639d841baba971e923807db02>:0
  52. at R2API.Utils.APISubmoduleHandler+<>c__DisplayClass3_0.<LoadAll>b__0 (System.Type t) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
  53. at R2API.Utils.EnumerableExtensions+<>c__DisplayClass0_0`1[T].<ForEachTry>b__0 (T element) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
  54. [Info : BepInEx] Loading [LunarCoinShareOnPickup 3.5.0]
  55. [Info : BepInEx] Loading [EmptyChestsBeGone 1.1.0]
  56. [Info : BepInEx] Loading [Faster3DPrinters 1.0.0]
  57. [Info : BepInEx] Loading [ScalingBloodShrines 1.0.0]
  58. [Info : BepInEx] Loading [WaxQuailMultiJump 1.0.1]
  59. [Info : BepInEx] Loading [DeployableOwnerInformation 1.0.1]
  60. [Info : BepInEx] Loading [FluffyLabsConfigManagerTools 1.0.1]
  61. [Info : BepInEx] Loading [InfusionStackFix 3.0.3]
  62. [Info : BepInEx] Loading [Item Counters 1.0.0]
  63. [Info : BepInEx] Loading [Ordered Items 2.1.0]
  64. [Info : BepInEx] Loading [SteamBuildID 1.0.0]
  65. [Info : BepInEx] Loading [AssetPlus 0.1.1]
  66. [Info : BepInEx] Loading [OSP_Endscreen 0.3.0]
  67. [Info : BepInEx] Loading [MiniRpcLib 1.0]
  68. [Info :MiniRpcLib] Initializing Logger
  69. [Info :MiniRpcLib] Initializing MiniRpc
  70. Could not resolve type with token 010000db (from typeref, class/assembly MonoMod.Utils.MonoModExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  71. [Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
  72. Stack trace:
  73. DMD<CollectHandlers>?-1715074560._CollectHandlers () (at <b1edfb2b222642d4a39f9cbad637df84>:0)
  74. MiniRpcLib.MiniRpc+<>c.<Initialize>b__11_2 (On.RoR2.Networking.NetworkMessageHandlerAttribute+orig_CollectHandlers orig) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
  75. DMD<>?-1715074560._Hook<RoR2_Networking_NetworkMessageHandlerAttribute::CollectHandlers>?-1726144896 () (at <797be4a613184f25979712cd5cc82584>:0)
  76. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  77. Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
  78. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  79. System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  80. Reflection.InvokeMethod[TReturn] (System.Type type, System.String methodName, System.Object[] methodParams) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
  81. Reflection.InvokeMethod[TClass,TReturn] (System.String methodName, System.Object[] methodParams) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
  82. Reflection.InvokeMethod[TClass] (System.String methodName, System.Object[] methodParams) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
  83. MiniRpcLib.MiniRpc.Initialize (MiniRpcLib.RpcLayer.RpcLayer layer) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
  84. MiniRpcLib.MiniRpcPlugin..ctor () (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
  85. UnityEngine.GameObject:AddComponent(Type)
  86. BepInEx.Bootstrap.Chainloader:Start()
  87. UnityEngine.Application:.cctor()
  88. RoR2.SkinDef:Awake()
  89.  
  90. [Info : BepInEx] Loading [DPSMeter 0.0.5]
  91. [Info :MiniRpcLib] 3276788072[0] Registering action | Client
  92. [Info : BepInEx] Loading [Raincoat 0.2.2]
  93. [Info :MiniRpcLib] 1640787308[0] Registering action | Server
  94. [Info : BepInEx] Loading [StatsDisplay 1.3]
  95. [Info : Unity Log] Loaded StatsDisplayMod
  96. [Info : BepInEx] Loading [ItemExchangeNotifier 1.3.0]
  97. [Info : BepInEx] Loading [BalancedObliterate 1.1.3]
  98. [Info : BepInEx] Loading [BuffPlus 1.2.1]
  99. [Info : BepInEx] Loading [MarkTeleporter 2.0.1]
  100. [Info : BepInEx] Loading [BetterMedkit 1.0.1]
  101. [Info : BepInEx] Loading [ShowDeathCause 1.0.0]
  102. [Info : BepInEx] Loading [Increase Huntress Range 1.0.0]
  103. [Info : BepInEx] Loading [LunarModifier 1.1.9]
  104. [Info : BepInEx] Loading [ItemStats 1.3.1]
  105. [Info : BepInEx] Loading [Multitudes 1.3.0]
  106. [Info : BepInEx] Loading [Skip Welcome Screen 1.0.1]
  107. [Message: BepInEx] Chainloader startup complete
  108. [Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
  109. Stack trace:
  110. DMD<CollectHandlers>?-1715074560._CollectHandlers () (at <b1edfb2b222642d4a39f9cbad637df84>:0)
  111. MiniRpcLib.MiniRpc+<>c.<Initialize>b__11_2 (On.RoR2.Networking.NetworkMessageHandlerAttribute+orig_CollectHandlers orig) (at <b2b86dbcaca64a5db30f56f5ac953f62>:0)
  112. DMD<>?-1715074560._Hook<RoR2_Networking_NetworkMessageHandlerAttribute::CollectHandlers>?-1726144896 () (at <797be4a613184f25979712cd5cc82584>:0)
  113.  
  114. Facepunch.Steamworks Unity: WindowsPlayer
  115. Facepunch.Steamworks Os: Windows
  116. Facepunch.Steamworks Arch: x64
  117. Setting breakpad minidump AppID = 632360
  118. Steam_SetMinidumpSteamID: Caching Steam ID: 76561198006332787 [API loaded no]
  119. Searching for compatible XInput library...
  120. Found Xinput1_4.dll.
  121. [Info : Unity Log] WwiseUnity: Sound engine initialized successfully.
  122. [Info : Unity Log] Bloom: True
  123. [Info : Unity Log] english
  124. [Info : Unity Log] Setting current language to "en"
  125. [Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
  126. Stack trace:
  127. DMD<Awake>?-1715074560._Awake (RoR2.Console this) (at <6d7bf4bdcc1241c49fddebc2a0824a0b>:0)
  128. Multitudes.Multitudes+<>c.<Awake>b__7_0 (On.RoR2.Console+orig_Awake orig, RoR2.Console self) (at <d7adaf73cea84a17aa25fa48a90480df>:0)
  129. DMD<>?-1715074560._Hook<RoR2_Console::Awake>?1592202240 (RoR2.Console ) (at <3f6f96fa2a2041a7973728272767c569>:0)
  130. UnityEngine.GameObject:AddComponent()
  131. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  132. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  133. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  134. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  135. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  136. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  137. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  138. RoR2.RoR2Application:Awake()
  139.  
  140. [Info : Unity Log] Initializing system: BodyCatalog
  141. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  142. Stack trace:
  143. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  144. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  145. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  146. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  147. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  148. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  149. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  150. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  151. UnityEngine.Resources:LoadAll(String)
  152. R2API.AssetAPI:BuildBodyCatalog()
  153. DMD<Init>?-1715074560:_Init()
  154. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  155. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  156. System.Reflection.MethodBase:Invoke(Object, Object[])
  157. RoR2.SystemInitializerAttribute:Execute()
  158. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  159. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  160. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  161. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  162. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  163. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  164. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  165. RoR2.RoR2Application:Awake()
  166.  
  167. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  168. Stack trace:
  169. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  170. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  171. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  172. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  173. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  174. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  175. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  176. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  177. UnityEngine.Resources:LoadAll(String)
  178. R2API.AssetAPI:BuildBodyCatalog()
  179. DMD<Init>?-1715074560:_Init()
  180. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  181. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  182. System.Reflection.MethodBase:Invoke(Object, Object[])
  183. RoR2.SystemInitializerAttribute:Execute()
  184. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  185. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  186. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  187. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  188. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  189. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  190. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  191. RoR2.RoR2Application:Awake()
  192.  
  193. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  194. Stack trace:
  195. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  196. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  197. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  198. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  199. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  200. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  201. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  202. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  203. UnityEngine.Resources:LoadAll(String)
  204. R2API.AssetAPI:BuildBodyCatalog()
  205. DMD<Init>?-1715074560:_Init()
  206. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  207. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  208. System.Reflection.MethodBase:Invoke(Object, Object[])
  209. RoR2.SystemInitializerAttribute:Execute()
  210. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  211. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  212. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  213. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  214. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  215. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  216. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  217. RoR2.RoR2Application:Awake()
  218.  
  219. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  220. Stack trace:
  221. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  222. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  223. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  224. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  225. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  226. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  227. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  228. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  229. UnityEngine.Resources:LoadAll(String)
  230. R2API.AssetAPI:BuildBodyCatalog()
  231. DMD<Init>?-1715074560:_Init()
  232. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  233. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  234. System.Reflection.MethodBase:Invoke(Object, Object[])
  235. RoR2.SystemInitializerAttribute:Execute()
  236. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  237. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  238. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  239. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  240. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  241. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  242. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  243. RoR2.RoR2Application:Awake()
  244.  
  245. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  246. Stack trace:
  247. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  248. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  249. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  250. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  251. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  252. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  253. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  254. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  255. UnityEngine.Resources:LoadAll(String)
  256. R2API.AssetAPI:BuildBodyCatalog()
  257. DMD<Init>?-1715074560:_Init()
  258. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  259. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  260. System.Reflection.MethodBase:Invoke(Object, Object[])
  261. RoR2.SystemInitializerAttribute:Execute()
  262. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  263. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  264. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  265. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  266. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  267. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  268. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  269. RoR2.RoR2Application:Awake()
  270.  
  271. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  272. Stack trace:
  273. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  274. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  275. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  276. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  277. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  278. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  279. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  280. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  281. UnityEngine.Resources:LoadAll(String)
  282. R2API.AssetAPI:BuildBodyCatalog()
  283. DMD<Init>?-1715074560:_Init()
  284. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  285. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  286. System.Reflection.MethodBase:Invoke(Object, Object[])
  287. RoR2.SystemInitializerAttribute:Execute()
  288. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  289. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  290. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  291. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  292. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  293. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  294. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  295. RoR2.RoR2Application:Awake()
  296.  
  297. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  298. Stack trace:
  299. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  300. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  301. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  302. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  303. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  304. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  305. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  306. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  307. UnityEngine.Resources:LoadAll(String)
  308. R2API.AssetAPI:BuildBodyCatalog()
  309. DMD<Init>?-1715074560:_Init()
  310. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  311. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  312. System.Reflection.MethodBase:Invoke(Object, Object[])
  313. RoR2.SystemInitializerAttribute:Execute()
  314. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  315. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  316. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  317. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  318. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  319. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  320. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  321. RoR2.RoR2Application:Awake()
  322.  
  323. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  324. Stack trace:
  325. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  326. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  327. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  328. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  329. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  330. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  331. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  332. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  333. UnityEngine.Resources:LoadAll(String)
  334. R2API.AssetAPI:BuildBodyCatalog()
  335. DMD<Init>?-1715074560:_Init()
  336. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  337. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  338. System.Reflection.MethodBase:Invoke(Object, Object[])
  339. RoR2.SystemInitializerAttribute:Execute()
  340. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  341. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  342. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  343. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  344. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  345. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  346. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  347. RoR2.RoR2Application:Awake()
  348.  
  349. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  350. Stack trace:
  351. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  352. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  353. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  354. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  355. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  356. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  357. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  358. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  359. UnityEngine.Resources:LoadAll(String)
  360. R2API.AssetAPI:BuildBodyCatalog()
  361. DMD<Init>?-1715074560:_Init()
  362. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  363. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  364. System.Reflection.MethodBase:Invoke(Object, Object[])
  365. RoR2.SystemInitializerAttribute:Execute()
  366. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  367. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  368. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  369. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  370. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  371. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  372. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  373. RoR2.RoR2Application:Awake()
  374.  
  375. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  376. Stack trace:
  377. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  378. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  379. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  380. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  381. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  382. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  383. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  384. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  385. UnityEngine.Resources:LoadAll(String)
  386. R2API.AssetAPI:BuildBodyCatalog()
  387. DMD<Init>?-1715074560:_Init()
  388. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  389. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  390. System.Reflection.MethodBase:Invoke(Object, Object[])
  391. RoR2.SystemInitializerAttribute:Execute()
  392. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  393. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  394. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  395. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  396. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  397. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  398. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  399. RoR2.RoR2Application:Awake()
  400.  
  401. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  402. Stack trace:
  403. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  404. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  405. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  406. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  407. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  408. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  409. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  410. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  411. UnityEngine.Resources:LoadAll(String)
  412. R2API.AssetAPI:BuildBodyCatalog()
  413. DMD<Init>?-1715074560:_Init()
  414. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  415. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  416. System.Reflection.MethodBase:Invoke(Object, Object[])
  417. RoR2.SystemInitializerAttribute:Execute()
  418. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  419. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  420. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  421. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  422. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  423. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  424. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  425. RoR2.RoR2Application:Awake()
  426.  
  427. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  428. Stack trace:
  429. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  430. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  431. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  432. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  433. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  434. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  435. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  436. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  437. UnityEngine.Resources:LoadAll(String)
  438. R2API.AssetAPI:BuildBodyCatalog()
  439. DMD<Init>?-1715074560:_Init()
  440. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  441. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  442. System.Reflection.MethodBase:Invoke(Object, Object[])
  443. RoR2.SystemInitializerAttribute:Execute()
  444. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  445. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  446. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  447. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  448. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  449. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  450. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  451. RoR2.RoR2Application:Awake()
  452.  
  453. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  454. Stack trace:
  455. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  456. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  457. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  458. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  459. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  460. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  461. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  462. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  463. UnityEngine.Resources:LoadAll(String)
  464. R2API.AssetAPI:BuildBodyCatalog()
  465. DMD<Init>?-1715074560:_Init()
  466. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  467. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  468. System.Reflection.MethodBase:Invoke(Object, Object[])
  469. RoR2.SystemInitializerAttribute:Execute()
  470. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  471. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  472. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  473. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  474. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  475. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  476. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  477. RoR2.RoR2Application:Awake()
  478.  
  479. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  480. Stack trace:
  481. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  482. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  483. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  484. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  485. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  486. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  487. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  488. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  489. UnityEngine.Resources:LoadAll(String)
  490. R2API.AssetAPI:BuildBodyCatalog()
  491. DMD<Init>?-1715074560:_Init()
  492. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  493. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  494. System.Reflection.MethodBase:Invoke(Object, Object[])
  495. RoR2.SystemInitializerAttribute:Execute()
  496. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  497. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  498. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  499. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  500. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  501. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  502. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  503. RoR2.RoR2Application:Awake()
  504.  
  505. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  506. Stack trace:
  507. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  508. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  509. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  510. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  511. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  512. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  513. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  514. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  515. UnityEngine.Resources:LoadAll(String)
  516. R2API.AssetAPI:BuildBodyCatalog()
  517. DMD<Init>?-1715074560:_Init()
  518. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  519. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  520. System.Reflection.MethodBase:Invoke(Object, Object[])
  521. RoR2.SystemInitializerAttribute:Execute()
  522. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  523. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  524. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  525. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  526. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  527. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  528. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  529. RoR2.RoR2Application:Awake()
  530.  
  531. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  532. Stack trace:
  533. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  534. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  535. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  536. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  537. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  538. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  539. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  540. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  541. UnityEngine.Resources:LoadAll(String)
  542. R2API.AssetAPI:BuildBodyCatalog()
  543. DMD<Init>?-1715074560:_Init()
  544. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  545. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  546. System.Reflection.MethodBase:Invoke(Object, Object[])
  547. RoR2.SystemInitializerAttribute:Execute()
  548. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  549. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  550. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  551. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  552. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  553. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  554. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  555. RoR2.RoR2Application:Awake()
  556.  
  557. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  558. Stack trace:
  559. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  560. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  561. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  562. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  563. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  564. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  565. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  566. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  567. UnityEngine.Resources:LoadAll(String)
  568. R2API.AssetAPI:BuildBodyCatalog()
  569. DMD<Init>?-1715074560:_Init()
  570. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  571. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  572. System.Reflection.MethodBase:Invoke(Object, Object[])
  573. RoR2.SystemInitializerAttribute:Execute()
  574. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  575. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  576. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  577. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  578. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  579. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  580. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  581. RoR2.RoR2Application:Awake()
  582.  
  583. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  584. Stack trace:
  585. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  586. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  587. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  588. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  589. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  590. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  591. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  592. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  593. UnityEngine.Resources:LoadAll(String)
  594. R2API.AssetAPI:BuildBodyCatalog()
  595. DMD<Init>?-1715074560:_Init()
  596. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  597. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  598. System.Reflection.MethodBase:Invoke(Object, Object[])
  599. RoR2.SystemInitializerAttribute:Execute()
  600. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  601. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  602. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  603. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  604. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  605. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  606. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  607. RoR2.RoR2Application:Awake()
  608.  
  609. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  610. Stack trace:
  611. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  612. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  613. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  614. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  615. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  616. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  617. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  618. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  619. UnityEngine.Resources:LoadAll(String)
  620. R2API.AssetAPI:BuildBodyCatalog()
  621. DMD<Init>?-1715074560:_Init()
  622. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  623. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  624. System.Reflection.MethodBase:Invoke(Object, Object[])
  625. RoR2.SystemInitializerAttribute:Execute()
  626. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  627. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  628. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  629. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  630. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  631. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  632. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  633. RoR2.RoR2Application:Awake()
  634.  
  635. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  636. Stack trace:
  637. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  638. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  639. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  640. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  641. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  642. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  643. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  644. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  645. UnityEngine.Resources:LoadAll(String)
  646. R2API.AssetAPI:BuildBodyCatalog()
  647. DMD<Init>?-1715074560:_Init()
  648. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  649. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  650. System.Reflection.MethodBase:Invoke(Object, Object[])
  651. RoR2.SystemInitializerAttribute:Execute()
  652. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  653. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  654. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  655. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  656. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  657. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  658. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  659. RoR2.RoR2Application:Awake()
  660.  
  661. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  662. Stack trace:
  663. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  664. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  665. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  666. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  667. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  668. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  669. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  670. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  671. UnityEngine.Resources:LoadAll(String)
  672. R2API.AssetAPI:BuildBodyCatalog()
  673. DMD<Init>?-1715074560:_Init()
  674. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  675. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  676. System.Reflection.MethodBase:Invoke(Object, Object[])
  677. RoR2.SystemInitializerAttribute:Execute()
  678. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  679. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  680. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  681. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  682. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  683. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  684. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  685. RoR2.RoR2Application:Awake()
  686.  
  687. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  688. Stack trace:
  689. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  690. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  691. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  692. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  693. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  694. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  695. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  696. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  697. UnityEngine.Resources:LoadAll(String)
  698. R2API.AssetAPI:BuildBodyCatalog()
  699. DMD<Init>?-1715074560:_Init()
  700. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  701. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  702. System.Reflection.MethodBase:Invoke(Object, Object[])
  703. RoR2.SystemInitializerAttribute:Execute()
  704. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  705. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  706. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  707. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  708. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  709. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  710. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  711. RoR2.RoR2Application:Awake()
  712.  
  713. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  714. Stack trace:
  715. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  716. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  717. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  718. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  719. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  720. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  721. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  722. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  723. UnityEngine.Resources:LoadAll(String)
  724. R2API.AssetAPI:BuildBodyCatalog()
  725. DMD<Init>?-1715074560:_Init()
  726. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  727. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  728. System.Reflection.MethodBase:Invoke(Object, Object[])
  729. RoR2.SystemInitializerAttribute:Execute()
  730. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  731. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  732. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  733. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  734. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  735. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  736. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  737. RoR2.RoR2Application:Awake()
  738.  
  739. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  740. Stack trace:
  741. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  742. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  743. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  744. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  745. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  746. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  747. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  748. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  749. UnityEngine.Resources:LoadAll(String)
  750. R2API.AssetAPI:BuildBodyCatalog()
  751. DMD<Init>?-1715074560:_Init()
  752. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  753. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  754. System.Reflection.MethodBase:Invoke(Object, Object[])
  755. RoR2.SystemInitializerAttribute:Execute()
  756. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  757. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  758. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  759. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  760. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  761. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  762. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  763. RoR2.RoR2Application:Awake()
  764.  
  765. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  766. Stack trace:
  767. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  768. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  769. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  770. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  771. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  772. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  773. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  774. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  775. UnityEngine.Resources:LoadAll(String)
  776. R2API.AssetAPI:BuildBodyCatalog()
  777. DMD<Init>?-1715074560:_Init()
  778. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  779. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  780. System.Reflection.MethodBase:Invoke(Object, Object[])
  781. RoR2.SystemInitializerAttribute:Execute()
  782. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  783. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  784. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  785. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  786. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  787. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  788. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  789. RoR2.RoR2Application:Awake()
  790.  
  791. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  792. Stack trace:
  793. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  794. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  795. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  796. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  797. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  798. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  799. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  800. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  801. UnityEngine.Resources:LoadAll(String)
  802. R2API.AssetAPI:BuildBodyCatalog()
  803. DMD<Init>?-1715074560:_Init()
  804. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  805. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  806. System.Reflection.MethodBase:Invoke(Object, Object[])
  807. RoR2.SystemInitializerAttribute:Execute()
  808. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  809. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  810. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  811. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  812. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  813. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  814. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  815. RoR2.RoR2Application:Awake()
  816.  
  817. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  818. Stack trace:
  819. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  820. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  821. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  822. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  823. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  824. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  825. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  826. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  827. UnityEngine.Resources:LoadAll(String)
  828. R2API.AssetAPI:BuildBodyCatalog()
  829. DMD<Init>?-1715074560:_Init()
  830. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  831. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  832. System.Reflection.MethodBase:Invoke(Object, Object[])
  833. RoR2.SystemInitializerAttribute:Execute()
  834. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  835. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  836. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  837. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  838. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  839. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  840. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  841. RoR2.RoR2Application:Awake()
  842.  
  843. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  844. Stack trace:
  845. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  846. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  847. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  848. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  849. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  850. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  851. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  852. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  853. UnityEngine.Resources:LoadAll(String)
  854. R2API.AssetAPI:BuildBodyCatalog()
  855. DMD<Init>?-1715074560:_Init()
  856. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  857. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  858. System.Reflection.MethodBase:Invoke(Object, Object[])
  859. RoR2.SystemInitializerAttribute:Execute()
  860. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  861. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  862. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  863. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  864. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  865. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  866. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  867. RoR2.RoR2Application:Awake()
  868.  
  869. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  870. Stack trace:
  871. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  872. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  873. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  874. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  875. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  876. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  877. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  878. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  879. UnityEngine.Resources:LoadAll(String)
  880. R2API.AssetAPI:BuildBodyCatalog()
  881. DMD<Init>?-1715074560:_Init()
  882. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  883. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  884. System.Reflection.MethodBase:Invoke(Object, Object[])
  885. RoR2.SystemInitializerAttribute:Execute()
  886. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  887. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  888. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  889. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  890. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  891. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  892. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  893. RoR2.RoR2Application:Awake()
  894.  
  895. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  896. Stack trace:
  897. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  898. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  899. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  900. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  901. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  902. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  903. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  904. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  905. UnityEngine.Resources:LoadAll(String)
  906. R2API.AssetAPI:BuildBodyCatalog()
  907. DMD<Init>?-1715074560:_Init()
  908. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  909. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  910. System.Reflection.MethodBase:Invoke(Object, Object[])
  911. RoR2.SystemInitializerAttribute:Execute()
  912. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  913. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  914. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  915. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  916. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  917. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  918. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  919. RoR2.RoR2Application:Awake()
  920.  
  921. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  922. Stack trace:
  923. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  924. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  925. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  926. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  927. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  928. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  929. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  930. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  931. UnityEngine.Resources:LoadAll(String)
  932. R2API.AssetAPI:BuildBodyCatalog()
  933. DMD<Init>?-1715074560:_Init()
  934. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  935. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  936. System.Reflection.MethodBase:Invoke(Object, Object[])
  937. RoR2.SystemInitializerAttribute:Execute()
  938. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  939. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  940. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  941. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  942. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  943. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  944. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  945. RoR2.RoR2Application:Awake()
  946.  
  947. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  948. Stack trace:
  949. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  950. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  951. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  952. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  953. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  954. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  955. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  956. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  957. UnityEngine.Resources:LoadAll(String)
  958. R2API.AssetAPI:BuildBodyCatalog()
  959. DMD<Init>?-1715074560:_Init()
  960. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  961. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  962. System.Reflection.MethodBase:Invoke(Object, Object[])
  963. RoR2.SystemInitializerAttribute:Execute()
  964. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  965. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  966. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  967. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  968. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  969. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  970. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  971. RoR2.RoR2Application:Awake()
  972.  
  973. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  974. Stack trace:
  975. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  976. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  977. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  978. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  979. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  980. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  981. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  982. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  983. UnityEngine.Resources:LoadAll(String)
  984. R2API.AssetAPI:BuildBodyCatalog()
  985. DMD<Init>?-1715074560:_Init()
  986. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  987. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  988. System.Reflection.MethodBase:Invoke(Object, Object[])
  989. RoR2.SystemInitializerAttribute:Execute()
  990. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  991. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  992. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  993. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  994. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  995. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  996. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  997. RoR2.RoR2Application:Awake()
  998.  
  999. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1000. Stack trace:
  1001. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1002. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1003. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1004. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1005. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1006. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1007. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1008. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1009. UnityEngine.Resources:LoadAll(String)
  1010. R2API.AssetAPI:BuildBodyCatalog()
  1011. DMD<Init>?-1715074560:_Init()
  1012. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1013. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1014. System.Reflection.MethodBase:Invoke(Object, Object[])
  1015. RoR2.SystemInitializerAttribute:Execute()
  1016. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1017. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1018. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1019. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1020. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1021. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1022. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1023. RoR2.RoR2Application:Awake()
  1024.  
  1025. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1026. Stack trace:
  1027. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1028. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1029. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1030. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1031. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1032. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1033. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1034. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1035. UnityEngine.Resources:LoadAll(String)
  1036. R2API.AssetAPI:BuildBodyCatalog()
  1037. DMD<Init>?-1715074560:_Init()
  1038. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1039. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1040. System.Reflection.MethodBase:Invoke(Object, Object[])
  1041. RoR2.SystemInitializerAttribute:Execute()
  1042. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1043. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1044. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1045. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1046. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1047. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1048. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1049. RoR2.RoR2Application:Awake()
  1050.  
  1051. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1052. Stack trace:
  1053. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1054. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1055. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1056. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1057. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1058. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1059. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1060. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1061. UnityEngine.Resources:LoadAll(String)
  1062. R2API.AssetAPI:BuildBodyCatalog()
  1063. DMD<Init>?-1715074560:_Init()
  1064. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1065. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1066. System.Reflection.MethodBase:Invoke(Object, Object[])
  1067. RoR2.SystemInitializerAttribute:Execute()
  1068. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1069. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1070. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1071. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1072. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1073. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1074. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1075. RoR2.RoR2Application:Awake()
  1076.  
  1077. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1078. Stack trace:
  1079. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1080. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1081. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1082. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1083. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1084. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1085. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1086. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1087. UnityEngine.Resources:LoadAll(String)
  1088. R2API.AssetAPI:BuildBodyCatalog()
  1089. DMD<Init>?-1715074560:_Init()
  1090. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1091. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1092. System.Reflection.MethodBase:Invoke(Object, Object[])
  1093. RoR2.SystemInitializerAttribute:Execute()
  1094. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1095. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1096. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1097. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1098. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1099. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1100. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1101. RoR2.RoR2Application:Awake()
  1102.  
  1103. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1104. Stack trace:
  1105. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1106. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1107. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1108. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1109. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1110. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1111. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1112. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1113. UnityEngine.Resources:LoadAll(String)
  1114. R2API.AssetAPI:BuildBodyCatalog()
  1115. DMD<Init>?-1715074560:_Init()
  1116. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1117. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1118. System.Reflection.MethodBase:Invoke(Object, Object[])
  1119. RoR2.SystemInitializerAttribute:Execute()
  1120. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1121. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1122. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1123. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1124. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1125. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1126. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1127. RoR2.RoR2Application:Awake()
  1128.  
  1129. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1130. Stack trace:
  1131. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1132. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1133. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1134. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1135. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1136. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1137. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1138. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1139. UnityEngine.Resources:LoadAll(String)
  1140. R2API.AssetAPI:BuildBodyCatalog()
  1141. DMD<Init>?-1715074560:_Init()
  1142. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1143. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1144. System.Reflection.MethodBase:Invoke(Object, Object[])
  1145. RoR2.SystemInitializerAttribute:Execute()
  1146. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1147. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1148. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1149. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1150. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1151. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1152. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1153. RoR2.RoR2Application:Awake()
  1154.  
  1155. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1156. Stack trace:
  1157. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1158. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1159. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1160. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1161. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1162. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1163. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1164. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1165. UnityEngine.Resources:LoadAll(String)
  1166. R2API.AssetAPI:BuildBodyCatalog()
  1167. DMD<Init>?-1715074560:_Init()
  1168. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1169. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1170. System.Reflection.MethodBase:Invoke(Object, Object[])
  1171. RoR2.SystemInitializerAttribute:Execute()
  1172. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1173. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1174. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1175. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1176. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1177. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1178. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1179. RoR2.RoR2Application:Awake()
  1180.  
  1181. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1182. Stack trace:
  1183. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1184. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1185. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1186. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1187. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1188. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1189. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1190. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1191. UnityEngine.Resources:LoadAll(String)
  1192. R2API.AssetAPI:BuildBodyCatalog()
  1193. DMD<Init>?-1715074560:_Init()
  1194. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1195. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1196. System.Reflection.MethodBase:Invoke(Object, Object[])
  1197. RoR2.SystemInitializerAttribute:Execute()
  1198. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1199. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1200. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1201. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1202. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1203. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1204. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1205. RoR2.RoR2Application:Awake()
  1206.  
  1207. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1208. Stack trace:
  1209. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1210. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1211. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1212. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1213. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1214. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1215. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1216. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1217. UnityEngine.Resources:LoadAll(String)
  1218. R2API.AssetAPI:BuildBodyCatalog()
  1219. DMD<Init>?-1715074560:_Init()
  1220. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1221. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1222. System.Reflection.MethodBase:Invoke(Object, Object[])
  1223. RoR2.SystemInitializerAttribute:Execute()
  1224. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1225. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1226. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1227. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1228. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1229. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1230. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1231. RoR2.RoR2Application:Awake()
  1232.  
  1233. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1234. Stack trace:
  1235. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1236. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1237. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1238. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1239. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1240. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1241. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1242. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1243. UnityEngine.Resources:LoadAll(String)
  1244. R2API.AssetAPI:BuildBodyCatalog()
  1245. DMD<Init>?-1715074560:_Init()
  1246. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1247. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1248. System.Reflection.MethodBase:Invoke(Object, Object[])
  1249. RoR2.SystemInitializerAttribute:Execute()
  1250. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1251. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1252. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1253. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1254. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1255. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1256. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1257. RoR2.RoR2Application:Awake()
  1258.  
  1259. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1260. Stack trace:
  1261. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1262. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1263. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1264. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1265. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1266. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1267. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1268. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1269. UnityEngine.Resources:LoadAll(String)
  1270. R2API.AssetAPI:BuildBodyCatalog()
  1271. DMD<Init>?-1715074560:_Init()
  1272. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1273. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1274. System.Reflection.MethodBase:Invoke(Object, Object[])
  1275. RoR2.SystemInitializerAttribute:Execute()
  1276. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1277. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1278. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1279. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1280. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1281. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1282. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1283. RoR2.RoR2Application:Awake()
  1284.  
  1285. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1286. Stack trace:
  1287. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1288. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1289. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1290. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1291. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1292. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1293. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1294. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1295. UnityEngine.Resources:LoadAll(String)
  1296. R2API.AssetAPI:BuildBodyCatalog()
  1297. DMD<Init>?-1715074560:_Init()
  1298. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1299. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1300. System.Reflection.MethodBase:Invoke(Object, Object[])
  1301. RoR2.SystemInitializerAttribute:Execute()
  1302. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1303. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1304. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1305. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1306. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1307. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1308. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1309. RoR2.RoR2Application:Awake()
  1310.  
  1311. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1312. Stack trace:
  1313. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1314. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1315. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1316. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1317. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1318. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1319. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1320. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1321. UnityEngine.Resources:LoadAll(String)
  1322. R2API.AssetAPI:BuildBodyCatalog()
  1323. DMD<Init>?-1715074560:_Init()
  1324. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1325. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1326. System.Reflection.MethodBase:Invoke(Object, Object[])
  1327. RoR2.SystemInitializerAttribute:Execute()
  1328. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1329. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1330. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1331. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1332. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1333. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1334. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1335. RoR2.RoR2Application:Awake()
  1336.  
  1337. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1338. Stack trace:
  1339. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1340. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1341. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1342. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1343. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1344. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1345. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1346. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1347. UnityEngine.Resources:LoadAll(String)
  1348. R2API.AssetAPI:BuildBodyCatalog()
  1349. DMD<Init>?-1715074560:_Init()
  1350. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1351. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1352. System.Reflection.MethodBase:Invoke(Object, Object[])
  1353. RoR2.SystemInitializerAttribute:Execute()
  1354. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1355. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1356. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1357. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1358. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1359. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1360. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1361. RoR2.RoR2Application:Awake()
  1362.  
  1363. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1364. Stack trace:
  1365. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1366. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1367. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1368. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1369. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1370. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1371. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1372. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1373. UnityEngine.Resources:LoadAll(String)
  1374. R2API.AssetAPI:BuildBodyCatalog()
  1375. DMD<Init>?-1715074560:_Init()
  1376. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1377. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1378. System.Reflection.MethodBase:Invoke(Object, Object[])
  1379. RoR2.SystemInitializerAttribute:Execute()
  1380. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1381. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1382. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1383. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1384. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1385. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1386. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1387. RoR2.RoR2Application:Awake()
  1388.  
  1389. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1390. Stack trace:
  1391. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1392. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1393. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1394. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1395. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1396. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1397. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1398. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1399. UnityEngine.Resources:LoadAll(String)
  1400. R2API.AssetAPI:BuildBodyCatalog()
  1401. DMD<Init>?-1715074560:_Init()
  1402. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1403. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1404. System.Reflection.MethodBase:Invoke(Object, Object[])
  1405. RoR2.SystemInitializerAttribute:Execute()
  1406. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1407. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1408. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1409. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1410. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1411. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1412. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1413. RoR2.RoR2Application:Awake()
  1414.  
  1415. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1416. Stack trace:
  1417. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1418. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1419. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1420. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1421. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1422. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1423. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1424. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1425. UnityEngine.Resources:LoadAll(String)
  1426. R2API.AssetAPI:BuildBodyCatalog()
  1427. DMD<Init>?-1715074560:_Init()
  1428. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1429. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1430. System.Reflection.MethodBase:Invoke(Object, Object[])
  1431. RoR2.SystemInitializerAttribute:Execute()
  1432. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1433. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1434. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1435. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1436. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1437. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1438. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1439. RoR2.RoR2Application:Awake()
  1440.  
  1441. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1442. Stack trace:
  1443. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1444. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1445. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1446. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1447. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1448. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1449. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1450. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1451. UnityEngine.Resources:LoadAll(String)
  1452. R2API.AssetAPI:BuildBodyCatalog()
  1453. DMD<Init>?-1715074560:_Init()
  1454. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1455. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1456. System.Reflection.MethodBase:Invoke(Object, Object[])
  1457. RoR2.SystemInitializerAttribute:Execute()
  1458. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1459. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1460. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1461. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1462. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1463. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1464. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1465. RoR2.RoR2Application:Awake()
  1466.  
  1467. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1468. Stack trace:
  1469. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1470. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1471. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1472. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1473. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1474. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1475. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1476. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1477. UnityEngine.Resources:LoadAll(String)
  1478. R2API.AssetAPI:BuildBodyCatalog()
  1479. DMD<Init>?-1715074560:_Init()
  1480. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1481. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1482. System.Reflection.MethodBase:Invoke(Object, Object[])
  1483. RoR2.SystemInitializerAttribute:Execute()
  1484. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1485. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1486. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1487. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1488. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1489. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1490. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1491. RoR2.RoR2Application:Awake()
  1492.  
  1493. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1494. Stack trace:
  1495. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1496. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1497. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1498. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1499. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1500. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1501. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1502. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1503. UnityEngine.Resources:LoadAll(String)
  1504. R2API.AssetAPI:BuildBodyCatalog()
  1505. DMD<Init>?-1715074560:_Init()
  1506. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1507. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1508. System.Reflection.MethodBase:Invoke(Object, Object[])
  1509. RoR2.SystemInitializerAttribute:Execute()
  1510. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1511. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1512. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1513. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1514. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1515. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1516. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1517. RoR2.RoR2Application:Awake()
  1518.  
  1519. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1520. Stack trace:
  1521. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1522. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1523. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1524. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1525. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1526. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1527. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1528. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1529. UnityEngine.Resources:LoadAll(String)
  1530. R2API.AssetAPI:BuildBodyCatalog()
  1531. DMD<Init>?-1715074560:_Init()
  1532. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1533. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1534. System.Reflection.MethodBase:Invoke(Object, Object[])
  1535. RoR2.SystemInitializerAttribute:Execute()
  1536. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1537. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1538. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1539. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1540. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1541. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1542. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1543. RoR2.RoR2Application:Awake()
  1544.  
  1545. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1546. Stack trace:
  1547. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1548. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1549. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1550. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1551. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1552. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1553. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1554. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1555. UnityEngine.Resources:LoadAll(String)
  1556. R2API.AssetAPI:BuildBodyCatalog()
  1557. DMD<Init>?-1715074560:_Init()
  1558. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1559. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1560. System.Reflection.MethodBase:Invoke(Object, Object[])
  1561. RoR2.SystemInitializerAttribute:Execute()
  1562. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1563. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1564. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1565. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1566. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1567. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1568. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1569. RoR2.RoR2Application:Awake()
  1570.  
  1571. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1572. Stack trace:
  1573. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1574. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1575. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1576. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1577. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1578. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1579. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1580. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1581. UnityEngine.Resources:LoadAll(String)
  1582. R2API.AssetAPI:BuildBodyCatalog()
  1583. DMD<Init>?-1715074560:_Init()
  1584. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1585. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1586. System.Reflection.MethodBase:Invoke(Object, Object[])
  1587. RoR2.SystemInitializerAttribute:Execute()
  1588. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1589. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1590. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1591. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1592. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1593. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1594. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1595. RoR2.RoR2Application:Awake()
  1596.  
  1597. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1598. Stack trace:
  1599. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1600. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1601. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1602. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1603. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1604. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1605. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1606. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1607. UnityEngine.Resources:LoadAll(String)
  1608. R2API.AssetAPI:BuildBodyCatalog()
  1609. DMD<Init>?-1715074560:_Init()
  1610. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1611. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1612. System.Reflection.MethodBase:Invoke(Object, Object[])
  1613. RoR2.SystemInitializerAttribute:Execute()
  1614. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1615. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1616. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1617. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1618. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1619. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1620. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1621. RoR2.RoR2Application:Awake()
  1622.  
  1623. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1624. Stack trace:
  1625. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1626. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1627. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1628. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1629. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1630. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1631. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1632. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1633. UnityEngine.Resources:LoadAll(String)
  1634. R2API.AssetAPI:BuildBodyCatalog()
  1635. DMD<Init>?-1715074560:_Init()
  1636. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1637. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1638. System.Reflection.MethodBase:Invoke(Object, Object[])
  1639. RoR2.SystemInitializerAttribute:Execute()
  1640. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1641. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1642. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1643. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1644. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1645. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1646. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1647. RoR2.RoR2Application:Awake()
  1648.  
  1649. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1650. Stack trace:
  1651. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1652. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1653. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1654. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1655. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1656. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1657. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1658. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1659. UnityEngine.Resources:LoadAll(String)
  1660. R2API.AssetAPI:BuildBodyCatalog()
  1661. DMD<Init>?-1715074560:_Init()
  1662. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1663. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1664. System.Reflection.MethodBase:Invoke(Object, Object[])
  1665. RoR2.SystemInitializerAttribute:Execute()
  1666. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1667. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1668. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1669. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1670. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1671. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1672. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1673. RoR2.RoR2Application:Awake()
  1674.  
  1675. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1676. Stack trace:
  1677. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1678. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1679. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1680. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1681. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1682. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1683. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1684. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1685. UnityEngine.Resources:LoadAll(String)
  1686. R2API.AssetAPI:BuildBodyCatalog()
  1687. DMD<Init>?-1715074560:_Init()
  1688. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1689. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1690. System.Reflection.MethodBase:Invoke(Object, Object[])
  1691. RoR2.SystemInitializerAttribute:Execute()
  1692. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1693. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1694. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1695. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1696. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1697. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1698. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1699. RoR2.RoR2Application:Awake()
  1700.  
  1701. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1702. Stack trace:
  1703. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1704. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1705. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1706. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1707. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1708. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1709. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1710. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1711. UnityEngine.Resources:LoadAll(String)
  1712. R2API.AssetAPI:BuildBodyCatalog()
  1713. DMD<Init>?-1715074560:_Init()
  1714. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1715. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1716. System.Reflection.MethodBase:Invoke(Object, Object[])
  1717. RoR2.SystemInitializerAttribute:Execute()
  1718. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1719. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1720. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1721. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1722. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1723. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1724. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1725. RoR2.RoR2Application:Awake()
  1726.  
  1727. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1728. Stack trace:
  1729. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1730. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1731. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1732. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1733. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1734. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1735. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1736. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1737. UnityEngine.Resources:LoadAll(String)
  1738. R2API.AssetAPI:BuildBodyCatalog()
  1739. DMD<Init>?-1715074560:_Init()
  1740. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1741. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1742. System.Reflection.MethodBase:Invoke(Object, Object[])
  1743. RoR2.SystemInitializerAttribute:Execute()
  1744. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1745. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1746. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1747. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1748. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1749. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1750. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1751. RoR2.RoR2Application:Awake()
  1752.  
  1753. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1754. Stack trace:
  1755. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1756. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1757. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1758. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1759. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1760. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1761. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1762. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1763. UnityEngine.Resources:LoadAll(String)
  1764. R2API.AssetAPI:BuildBodyCatalog()
  1765. DMD<Init>?-1715074560:_Init()
  1766. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1767. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1768. System.Reflection.MethodBase:Invoke(Object, Object[])
  1769. RoR2.SystemInitializerAttribute:Execute()
  1770. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1771. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1772. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1773. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1774. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1775. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1776. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1777. RoR2.RoR2Application:Awake()
  1778.  
  1779. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1780. Stack trace:
  1781. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1782. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1783. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1784. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1785. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1786. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1787. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1788. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1789. UnityEngine.Resources:LoadAll(String)
  1790. R2API.AssetAPI:BuildBodyCatalog()
  1791. DMD<Init>?-1715074560:_Init()
  1792. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1793. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1794. System.Reflection.MethodBase:Invoke(Object, Object[])
  1795. RoR2.SystemInitializerAttribute:Execute()
  1796. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1797. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1798. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1799. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1800. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1801. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1802. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1803. RoR2.RoR2Application:Awake()
  1804.  
  1805. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1806. Stack trace:
  1807. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1808. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1809. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1810. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1811. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1812. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1813. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1814. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1815. UnityEngine.Resources:LoadAll(String)
  1816. R2API.AssetAPI:BuildBodyCatalog()
  1817. DMD<Init>?-1715074560:_Init()
  1818. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1819. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1820. System.Reflection.MethodBase:Invoke(Object, Object[])
  1821. RoR2.SystemInitializerAttribute:Execute()
  1822. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1823. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1824. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1825. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1826. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1827. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1828. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1829. RoR2.RoR2Application:Awake()
  1830.  
  1831. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1832. Stack trace:
  1833. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1834. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1835. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1836. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1837. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1838. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1839. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1840. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1841. UnityEngine.Resources:LoadAll(String)
  1842. R2API.AssetAPI:BuildBodyCatalog()
  1843. DMD<Init>?-1715074560:_Init()
  1844. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1845. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1846. System.Reflection.MethodBase:Invoke(Object, Object[])
  1847. RoR2.SystemInitializerAttribute:Execute()
  1848. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1849. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1850. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1851. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1852. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1853. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1854. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1855. RoR2.RoR2Application:Awake()
  1856.  
  1857. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1858. Stack trace:
  1859. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1860. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1861. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1862. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1863. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1864. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1865. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1866. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1867. UnityEngine.Resources:LoadAll(String)
  1868. R2API.AssetAPI:BuildBodyCatalog()
  1869. DMD<Init>?-1715074560:_Init()
  1870. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1871. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1872. System.Reflection.MethodBase:Invoke(Object, Object[])
  1873. RoR2.SystemInitializerAttribute:Execute()
  1874. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1875. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1876. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1877. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1878. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1879. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1880. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1881. RoR2.RoR2Application:Awake()
  1882.  
  1883. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1884. Stack trace:
  1885. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1886. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1887. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1888. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1889. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1890. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1891. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1892. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1893. UnityEngine.Resources:LoadAll(String)
  1894. R2API.AssetAPI:BuildBodyCatalog()
  1895. DMD<Init>?-1715074560:_Init()
  1896. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1897. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1898. System.Reflection.MethodBase:Invoke(Object, Object[])
  1899. RoR2.SystemInitializerAttribute:Execute()
  1900. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1901. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1902. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1903. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1904. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1905. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1906. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1907. RoR2.RoR2Application:Awake()
  1908.  
  1909. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1910. Stack trace:
  1911. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1912. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1913. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1914. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1915. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1916. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1917. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1918. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1919. UnityEngine.Resources:LoadAll(String)
  1920. R2API.AssetAPI:BuildBodyCatalog()
  1921. DMD<Init>?-1715074560:_Init()
  1922. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1923. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1924. System.Reflection.MethodBase:Invoke(Object, Object[])
  1925. RoR2.SystemInitializerAttribute:Execute()
  1926. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1927. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1928. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1929. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1930. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1931. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1932. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1933. RoR2.RoR2Application:Awake()
  1934.  
  1935. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1936. Stack trace:
  1937. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1938. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1939. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1940. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1941. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1942. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1943. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1944. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1945. UnityEngine.Resources:LoadAll(String)
  1946. R2API.AssetAPI:BuildBodyCatalog()
  1947. DMD<Init>?-1715074560:_Init()
  1948. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1949. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1950. System.Reflection.MethodBase:Invoke(Object, Object[])
  1951. RoR2.SystemInitializerAttribute:Execute()
  1952. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1953. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1954. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1955. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1956. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1957. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1958. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1959. RoR2.RoR2Application:Awake()
  1960.  
  1961. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1962. Stack trace:
  1963. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1964. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1965. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1966. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1967. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1968. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1969. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1970. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1971. UnityEngine.Resources:LoadAll(String)
  1972. R2API.AssetAPI:BuildBodyCatalog()
  1973. DMD<Init>?-1715074560:_Init()
  1974. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  1975. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  1976. System.Reflection.MethodBase:Invoke(Object, Object[])
  1977. RoR2.SystemInitializerAttribute:Execute()
  1978. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  1979. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  1980. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  1981. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  1982. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  1983. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  1984. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  1985. RoR2.RoR2Application:Awake()
  1986.  
  1987. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  1988. Stack trace:
  1989. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  1990. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  1991. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  1992. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  1993. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  1994. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  1995. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  1996. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  1997. UnityEngine.Resources:LoadAll(String)
  1998. R2API.AssetAPI:BuildBodyCatalog()
  1999. DMD<Init>?-1715074560:_Init()
  2000. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2001. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2002. System.Reflection.MethodBase:Invoke(Object, Object[])
  2003. RoR2.SystemInitializerAttribute:Execute()
  2004. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2005. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2006. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2007. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2008. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2009. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2010. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2011. RoR2.RoR2Application:Awake()
  2012.  
  2013. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2014. Stack trace:
  2015. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2016. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2017. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2018. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2019. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2020. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2021. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2022. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2023. UnityEngine.Resources:LoadAll(String)
  2024. R2API.AssetAPI:BuildBodyCatalog()
  2025. DMD<Init>?-1715074560:_Init()
  2026. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2027. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2028. System.Reflection.MethodBase:Invoke(Object, Object[])
  2029. RoR2.SystemInitializerAttribute:Execute()
  2030. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2031. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2032. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2033. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2034. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2035. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2036. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2037. RoR2.RoR2Application:Awake()
  2038.  
  2039. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2040. Stack trace:
  2041. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2042. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2043. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2044. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2045. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2046. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2047. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2048. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2049. UnityEngine.Resources:LoadAll(String)
  2050. R2API.AssetAPI:BuildBodyCatalog()
  2051. DMD<Init>?-1715074560:_Init()
  2052. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2053. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2054. System.Reflection.MethodBase:Invoke(Object, Object[])
  2055. RoR2.SystemInitializerAttribute:Execute()
  2056. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2057. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2058. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2059. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2060. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2061. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2062. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2063. RoR2.RoR2Application:Awake()
  2064.  
  2065. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2066. Stack trace:
  2067. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2068. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2069. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2070. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2071. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2072. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2073. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2074. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2075. UnityEngine.Resources:LoadAll(String)
  2076. R2API.AssetAPI:BuildBodyCatalog()
  2077. DMD<Init>?-1715074560:_Init()
  2078. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2079. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2080. System.Reflection.MethodBase:Invoke(Object, Object[])
  2081. RoR2.SystemInitializerAttribute:Execute()
  2082. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2083. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2084. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2085. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2086. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2087. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2088. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2089. RoR2.RoR2Application:Awake()
  2090.  
  2091. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2092. Stack trace:
  2093. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2094. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2095. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2096. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2097. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2098. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2099. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2100. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2101. UnityEngine.Resources:LoadAll(String)
  2102. R2API.AssetAPI:BuildBodyCatalog()
  2103. DMD<Init>?-1715074560:_Init()
  2104. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2105. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2106. System.Reflection.MethodBase:Invoke(Object, Object[])
  2107. RoR2.SystemInitializerAttribute:Execute()
  2108. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2109. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2110. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2111. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2112. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2113. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2114. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2115. RoR2.RoR2Application:Awake()
  2116.  
  2117. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2118. Stack trace:
  2119. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2120. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2121. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2122. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2123. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2124. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2125. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2126. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2127. UnityEngine.Resources:LoadAll(String)
  2128. R2API.AssetAPI:BuildBodyCatalog()
  2129. DMD<Init>?-1715074560:_Init()
  2130. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2131. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2132. System.Reflection.MethodBase:Invoke(Object, Object[])
  2133. RoR2.SystemInitializerAttribute:Execute()
  2134. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2135. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2136. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2137. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2138. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2139. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2140. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2141. RoR2.RoR2Application:Awake()
  2142.  
  2143. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2144. Stack trace:
  2145. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2146. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2147. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2148. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2149. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2150. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2151. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2152. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2153. UnityEngine.Resources:LoadAll(String)
  2154. R2API.AssetAPI:BuildBodyCatalog()
  2155. DMD<Init>?-1715074560:_Init()
  2156. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2157. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2158. System.Reflection.MethodBase:Invoke(Object, Object[])
  2159. RoR2.SystemInitializerAttribute:Execute()
  2160. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2161. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2162. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2163. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2164. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2165. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2166. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2167. RoR2.RoR2Application:Awake()
  2168.  
  2169. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2170. Stack trace:
  2171. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2172. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2173. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2174. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2175. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2176. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2177. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2178. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2179. UnityEngine.Resources:LoadAll(String)
  2180. R2API.AssetAPI:BuildBodyCatalog()
  2181. DMD<Init>?-1715074560:_Init()
  2182. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2183. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2184. System.Reflection.MethodBase:Invoke(Object, Object[])
  2185. RoR2.SystemInitializerAttribute:Execute()
  2186. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2187. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2188. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2189. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2190. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2191. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2192. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2193. RoR2.RoR2Application:Awake()
  2194.  
  2195. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2196. Stack trace:
  2197. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2198. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2199. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2200. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2201. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2202. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2203. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2204. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2205. UnityEngine.Resources:LoadAll(String)
  2206. R2API.AssetAPI:BuildBodyCatalog()
  2207. DMD<Init>?-1715074560:_Init()
  2208. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2209. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2210. System.Reflection.MethodBase:Invoke(Object, Object[])
  2211. RoR2.SystemInitializerAttribute:Execute()
  2212. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2213. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2214. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2215. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2216. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2217. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2218. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2219. RoR2.RoR2Application:Awake()
  2220.  
  2221. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2222. Stack trace:
  2223. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2224. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2225. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2226. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2227. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2228. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2229. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2230. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2231. UnityEngine.Resources:LoadAll(String)
  2232. R2API.AssetAPI:BuildBodyCatalog()
  2233. DMD<Init>?-1715074560:_Init()
  2234. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2235. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2236. System.Reflection.MethodBase:Invoke(Object, Object[])
  2237. RoR2.SystemInitializerAttribute:Execute()
  2238. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2239. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2240. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2241. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2242. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2243. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2244. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2245. RoR2.RoR2Application:Awake()
  2246.  
  2247. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2248. Stack trace:
  2249. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2250. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2251. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2252. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2253. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2254. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2255. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2256. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2257. UnityEngine.Resources:LoadAll(String)
  2258. R2API.AssetAPI:BuildBodyCatalog()
  2259. DMD<Init>?-1715074560:_Init()
  2260. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2261. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2262. System.Reflection.MethodBase:Invoke(Object, Object[])
  2263. RoR2.SystemInitializerAttribute:Execute()
  2264. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2265. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2266. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2267. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2268. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2269. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2270. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2271. RoR2.RoR2Application:Awake()
  2272.  
  2273. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2274. Stack trace:
  2275. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2276. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2277. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2278. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2279. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2280. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2281. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2282. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2283. UnityEngine.Resources:LoadAll(String)
  2284. R2API.AssetAPI:BuildBodyCatalog()
  2285. DMD<Init>?-1715074560:_Init()
  2286. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2287. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2288. System.Reflection.MethodBase:Invoke(Object, Object[])
  2289. RoR2.SystemInitializerAttribute:Execute()
  2290. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2291. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2292. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2293. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2294. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2295. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2296. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2297. RoR2.RoR2Application:Awake()
  2298.  
  2299. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2300. Stack trace:
  2301. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2302. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2303. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2304. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2305. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2306. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2307. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2308. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2309. UnityEngine.Resources:LoadAll(String)
  2310. R2API.AssetAPI:BuildBodyCatalog()
  2311. DMD<Init>?-1715074560:_Init()
  2312. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2313. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2314. System.Reflection.MethodBase:Invoke(Object, Object[])
  2315. RoR2.SystemInitializerAttribute:Execute()
  2316. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2317. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2318. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2319. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2320. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2321. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2322. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2323. RoR2.RoR2Application:Awake()
  2324.  
  2325. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2326. Stack trace:
  2327. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2328. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2329. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2330. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2331. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2332. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2333. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2334. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2335. UnityEngine.Resources:LoadAll(String)
  2336. R2API.AssetAPI:BuildBodyCatalog()
  2337. DMD<Init>?-1715074560:_Init()
  2338. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2339. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2340. System.Reflection.MethodBase:Invoke(Object, Object[])
  2341. RoR2.SystemInitializerAttribute:Execute()
  2342. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2343. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2344. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2345. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2346. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2347. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2348. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2349. RoR2.RoR2Application:Awake()
  2350.  
  2351. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2352. Stack trace:
  2353. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2354. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2355. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2356. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2357. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2358. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2359. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2360. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2361. UnityEngine.Resources:LoadAll(String)
  2362. R2API.AssetAPI:BuildBodyCatalog()
  2363. DMD<Init>?-1715074560:_Init()
  2364. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2365. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2366. System.Reflection.MethodBase:Invoke(Object, Object[])
  2367. RoR2.SystemInitializerAttribute:Execute()
  2368. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2369. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2370. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2371. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2372. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2373. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2374. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2375. RoR2.RoR2Application:Awake()
  2376.  
  2377. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2378. Stack trace:
  2379. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2380. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2381. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2382. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2383. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2384. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2385. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2386. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2387. UnityEngine.Resources:LoadAll(String)
  2388. R2API.AssetAPI:BuildBodyCatalog()
  2389. DMD<Init>?-1715074560:_Init()
  2390. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2391. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2392. System.Reflection.MethodBase:Invoke(Object, Object[])
  2393. RoR2.SystemInitializerAttribute:Execute()
  2394. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2395. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2396. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2397. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2398. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2399. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2400. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2401. RoR2.RoR2Application:Awake()
  2402.  
  2403. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2404. Stack trace:
  2405. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2406. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2407. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2408. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2409. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2410. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2411. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2412. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2413. UnityEngine.Resources:LoadAll(String)
  2414. R2API.AssetAPI:BuildBodyCatalog()
  2415. DMD<Init>?-1715074560:_Init()
  2416. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2417. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2418. System.Reflection.MethodBase:Invoke(Object, Object[])
  2419. RoR2.SystemInitializerAttribute:Execute()
  2420. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2421. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2422. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2423. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2424. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2425. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2426. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2427. RoR2.RoR2Application:Awake()
  2428.  
  2429. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2430. Stack trace:
  2431. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2432. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2433. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2434. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2435. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2436. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2437. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2438. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2439. UnityEngine.Resources:LoadAll(String)
  2440. R2API.AssetAPI:BuildBodyCatalog()
  2441. DMD<Init>?-1715074560:_Init()
  2442. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2443. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2444. System.Reflection.MethodBase:Invoke(Object, Object[])
  2445. RoR2.SystemInitializerAttribute:Execute()
  2446. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2447. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2448. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2449. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2450. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2451. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2452. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2453. RoR2.RoR2Application:Awake()
  2454.  
  2455. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2456. Stack trace:
  2457. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2458. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2459. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2460. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2461. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2462. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2463. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2464. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2465. UnityEngine.Resources:LoadAll(String)
  2466. R2API.AssetAPI:BuildBodyCatalog()
  2467. DMD<Init>?-1715074560:_Init()
  2468. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2469. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2470. System.Reflection.MethodBase:Invoke(Object, Object[])
  2471. RoR2.SystemInitializerAttribute:Execute()
  2472. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2473. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2474. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2475. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2476. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2477. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2478. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2479. RoR2.RoR2Application:Awake()
  2480.  
  2481. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2482. Stack trace:
  2483. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2484. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2485. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2486. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2487. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2488. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2489. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2490. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2491. UnityEngine.Resources:LoadAll(String)
  2492. R2API.AssetAPI:BuildBodyCatalog()
  2493. DMD<Init>?-1715074560:_Init()
  2494. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2495. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2496. System.Reflection.MethodBase:Invoke(Object, Object[])
  2497. RoR2.SystemInitializerAttribute:Execute()
  2498. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2499. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2500. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2501. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2502. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2503. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2504. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2505. RoR2.RoR2Application:Awake()
  2506.  
  2507. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2508. Stack trace:
  2509. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2510. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2511. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2512. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2513. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2514. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2515. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2516. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2517. UnityEngine.Resources:LoadAll(String)
  2518. R2API.AssetAPI:BuildBodyCatalog()
  2519. DMD<Init>?-1715074560:_Init()
  2520. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2521. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2522. System.Reflection.MethodBase:Invoke(Object, Object[])
  2523. RoR2.SystemInitializerAttribute:Execute()
  2524. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2525. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2526. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2527. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2528. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2529. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2530. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2531. RoR2.RoR2Application:Awake()
  2532.  
  2533. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2534. Stack trace:
  2535. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2536. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2537. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2538. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2539. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2540. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2541. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2542. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2543. UnityEngine.Resources:LoadAll(String)
  2544. R2API.AssetAPI:BuildBodyCatalog()
  2545. DMD<Init>?-1715074560:_Init()
  2546. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2547. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2548. System.Reflection.MethodBase:Invoke(Object, Object[])
  2549. RoR2.SystemInitializerAttribute:Execute()
  2550. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2551. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2552. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2553. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2554. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2555. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2556. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2557. RoR2.RoR2Application:Awake()
  2558.  
  2559. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2560. Stack trace:
  2561. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2562. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2563. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2564. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2565. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2566. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2567. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2568. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2569. UnityEngine.Resources:LoadAll(String)
  2570. R2API.AssetAPI:BuildBodyCatalog()
  2571. DMD<Init>?-1715074560:_Init()
  2572. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2573. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2574. System.Reflection.MethodBase:Invoke(Object, Object[])
  2575. RoR2.SystemInitializerAttribute:Execute()
  2576. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2577. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2578. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2579. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2580. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2581. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2582. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2583. RoR2.RoR2Application:Awake()
  2584.  
  2585. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2586. Stack trace:
  2587. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2588. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2589. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2590. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2591. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2592. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2593. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2594. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2595. UnityEngine.Resources:LoadAll(String)
  2596. R2API.AssetAPI:BuildBodyCatalog()
  2597. DMD<Init>?-1715074560:_Init()
  2598. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2599. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2600. System.Reflection.MethodBase:Invoke(Object, Object[])
  2601. RoR2.SystemInitializerAttribute:Execute()
  2602. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2603. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2604. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2605. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2606. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2607. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2608. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2609. RoR2.RoR2Application:Awake()
  2610.  
  2611. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2612. Stack trace:
  2613. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2614. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2615. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2616. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2617. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2618. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2619. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2620. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2621. UnityEngine.Resources:LoadAll(String)
  2622. R2API.AssetAPI:BuildBodyCatalog()
  2623. DMD<Init>?-1715074560:_Init()
  2624. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2625. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2626. System.Reflection.MethodBase:Invoke(Object, Object[])
  2627. RoR2.SystemInitializerAttribute:Execute()
  2628. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2629. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2630. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2631. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2632. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2633. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2634. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2635. RoR2.RoR2Application:Awake()
  2636.  
  2637. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2638. Stack trace:
  2639. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2640. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2641. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2642. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2643. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2644. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2645. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2646. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2647. UnityEngine.Resources:LoadAll(String)
  2648. R2API.AssetAPI:BuildBodyCatalog()
  2649. DMD<Init>?-1715074560:_Init()
  2650. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2651. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2652. System.Reflection.MethodBase:Invoke(Object, Object[])
  2653. RoR2.SystemInitializerAttribute:Execute()
  2654. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2655. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2656. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2657. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2658. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2659. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2660. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2661. RoR2.RoR2Application:Awake()
  2662.  
  2663. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2664. Stack trace:
  2665. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2666. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2667. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2668. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2669. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2670. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2671. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2672. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2673. UnityEngine.Resources:LoadAll(String)
  2674. R2API.AssetAPI:BuildBodyCatalog()
  2675. DMD<Init>?-1715074560:_Init()
  2676. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2677. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2678. System.Reflection.MethodBase:Invoke(Object, Object[])
  2679. RoR2.SystemInitializerAttribute:Execute()
  2680. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2681. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2682. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2683. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2684. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2685. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2686. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2687. RoR2.RoR2Application:Awake()
  2688.  
  2689. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2690. Stack trace:
  2691. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2692. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2693. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2694. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2695. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2696. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2697. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2698. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2699. UnityEngine.Resources:LoadAll(String)
  2700. R2API.AssetAPI:BuildBodyCatalog()
  2701. DMD<Init>?-1715074560:_Init()
  2702. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2703. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2704. System.Reflection.MethodBase:Invoke(Object, Object[])
  2705. RoR2.SystemInitializerAttribute:Execute()
  2706. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2707. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2708. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2709. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2710. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2711. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2712. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2713. RoR2.RoR2Application:Awake()
  2714.  
  2715. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2716. Stack trace:
  2717. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2718. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2719. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2720. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2721. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2722. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2723. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2724. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2725. UnityEngine.Resources:LoadAll(String)
  2726. R2API.AssetAPI:BuildBodyCatalog()
  2727. DMD<Init>?-1715074560:_Init()
  2728. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2729. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2730. System.Reflection.MethodBase:Invoke(Object, Object[])
  2731. RoR2.SystemInitializerAttribute:Execute()
  2732. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2733. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2734. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2735. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2736. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2737. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2738. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2739. RoR2.RoR2Application:Awake()
  2740.  
  2741. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2742. Stack trace:
  2743. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2744. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2745. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2746. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2747. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2748. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2749. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2750. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2751. UnityEngine.Resources:LoadAll(String)
  2752. R2API.AssetAPI:BuildBodyCatalog()
  2753. DMD<Init>?-1715074560:_Init()
  2754. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2755. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2756. System.Reflection.MethodBase:Invoke(Object, Object[])
  2757. RoR2.SystemInitializerAttribute:Execute()
  2758. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2759. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2760. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2761. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2762. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2763. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2764. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2765. RoR2.RoR2Application:Awake()
  2766.  
  2767. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2768. Stack trace:
  2769. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2770. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2771. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2772. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2773. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2774. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2775. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2776. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2777. UnityEngine.Resources:LoadAll(String)
  2778. R2API.AssetAPI:BuildBodyCatalog()
  2779. DMD<Init>?-1715074560:_Init()
  2780. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2781. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2782. System.Reflection.MethodBase:Invoke(Object, Object[])
  2783. RoR2.SystemInitializerAttribute:Execute()
  2784. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2785. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2786. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2787. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2788. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2789. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2790. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2791. RoR2.RoR2Application:Awake()
  2792.  
  2793. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2794. Stack trace:
  2795. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2796. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2797. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2798. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2799. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2800. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2801. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2802. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2803. UnityEngine.Resources:LoadAll(String)
  2804. R2API.AssetAPI:BuildBodyCatalog()
  2805. DMD<Init>?-1715074560:_Init()
  2806. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2807. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2808. System.Reflection.MethodBase:Invoke(Object, Object[])
  2809. RoR2.SystemInitializerAttribute:Execute()
  2810. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2811. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2812. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2813. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2814. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2815. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2816. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2817. RoR2.RoR2Application:Awake()
  2818.  
  2819. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2820. Stack trace:
  2821. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2822. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2823. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2824. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2825. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2826. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2827. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2828. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2829. UnityEngine.Resources:LoadAll(String)
  2830. R2API.AssetAPI:BuildBodyCatalog()
  2831. DMD<Init>?-1715074560:_Init()
  2832. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2833. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2834. System.Reflection.MethodBase:Invoke(Object, Object[])
  2835. RoR2.SystemInitializerAttribute:Execute()
  2836. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2837. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2838. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2839. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2840. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2841. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2842. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2843. RoR2.RoR2Application:Awake()
  2844.  
  2845. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2846. Stack trace:
  2847. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2848. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2849. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2850. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2851. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2852. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2853. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2854. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2855. UnityEngine.Resources:LoadAll(String)
  2856. R2API.AssetAPI:BuildBodyCatalog()
  2857. DMD<Init>?-1715074560:_Init()
  2858. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2859. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2860. System.Reflection.MethodBase:Invoke(Object, Object[])
  2861. RoR2.SystemInitializerAttribute:Execute()
  2862. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2863. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2864. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2865. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2866. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2867. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2868. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2869. RoR2.RoR2Application:Awake()
  2870.  
  2871. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2872. Stack trace:
  2873. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2874. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2875. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2876. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2877. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2878. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2879. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2880. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2881. UnityEngine.Resources:LoadAll(String)
  2882. R2API.AssetAPI:BuildBodyCatalog()
  2883. DMD<Init>?-1715074560:_Init()
  2884. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2885. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2886. System.Reflection.MethodBase:Invoke(Object, Object[])
  2887. RoR2.SystemInitializerAttribute:Execute()
  2888. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2889. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2890. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2891. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2892. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2893. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2894. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2895. RoR2.RoR2Application:Awake()
  2896.  
  2897. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2898. Stack trace:
  2899. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2900. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2901. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2902. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2903. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2904. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2905. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2906. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2907. UnityEngine.Resources:LoadAll(String)
  2908. R2API.AssetAPI:BuildBodyCatalog()
  2909. DMD<Init>?-1715074560:_Init()
  2910. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2911. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2912. System.Reflection.MethodBase:Invoke(Object, Object[])
  2913. RoR2.SystemInitializerAttribute:Execute()
  2914. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2915. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2916. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2917. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2918. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2919. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2920. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2921. RoR2.RoR2Application:Awake()
  2922.  
  2923. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2924. Stack trace:
  2925. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2926. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2927. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2928. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2929. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2930. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2931. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2932. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2933. UnityEngine.Resources:LoadAll(String)
  2934. R2API.AssetAPI:BuildBodyCatalog()
  2935. DMD<Init>?-1715074560:_Init()
  2936. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2937. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2938. System.Reflection.MethodBase:Invoke(Object, Object[])
  2939. RoR2.SystemInitializerAttribute:Execute()
  2940. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2941. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2942. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2943. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2944. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2945. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2946. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2947. RoR2.RoR2Application:Awake()
  2948.  
  2949. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2950. Stack trace:
  2951. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2952. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2953. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2954. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2955. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2956. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2957. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2958. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2959. UnityEngine.Resources:LoadAll(String)
  2960. R2API.AssetAPI:BuildBodyCatalog()
  2961. DMD<Init>?-1715074560:_Init()
  2962. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2963. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2964. System.Reflection.MethodBase:Invoke(Object, Object[])
  2965. RoR2.SystemInitializerAttribute:Execute()
  2966. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2967. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2968. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2969. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2970. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2971. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2972. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2973. RoR2.RoR2Application:Awake()
  2974.  
  2975. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  2976. Stack trace:
  2977. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  2978. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  2979. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  2980. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  2981. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  2982. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  2983. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  2984. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  2985. UnityEngine.Resources:LoadAll(String)
  2986. R2API.AssetAPI:BuildBodyCatalog()
  2987. DMD<Init>?-1715074560:_Init()
  2988. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  2989. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  2990. System.Reflection.MethodBase:Invoke(Object, Object[])
  2991. RoR2.SystemInitializerAttribute:Execute()
  2992. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  2993. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  2994. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  2995. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  2996. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  2997. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  2998. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  2999. RoR2.RoR2Application:Awake()
  3000.  
  3001. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3002. Stack trace:
  3003. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3004. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3005. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3006. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3007. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3008. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3009. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3010. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3011. UnityEngine.Resources:LoadAll(String)
  3012. R2API.AssetAPI:BuildBodyCatalog()
  3013. DMD<Init>?-1715074560:_Init()
  3014. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3015. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3016. System.Reflection.MethodBase:Invoke(Object, Object[])
  3017. RoR2.SystemInitializerAttribute:Execute()
  3018. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3019. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3020. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3021. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3022. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3023. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3024. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3025. RoR2.RoR2Application:Awake()
  3026.  
  3027. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3028. Stack trace:
  3029. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3030. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3031. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3032. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3033. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3034. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3035. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3036. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3037. UnityEngine.Resources:LoadAll(String)
  3038. R2API.AssetAPI:BuildBodyCatalog()
  3039. DMD<Init>?-1715074560:_Init()
  3040. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3041. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3042. System.Reflection.MethodBase:Invoke(Object, Object[])
  3043. RoR2.SystemInitializerAttribute:Execute()
  3044. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3045. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3046. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3047. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3048. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3049. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3050. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3051. RoR2.RoR2Application:Awake()
  3052.  
  3053. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3054. Stack trace:
  3055. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3056. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3057. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3058. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3059. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3060. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3061. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3062. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3063. UnityEngine.Resources:LoadAll(String)
  3064. R2API.AssetAPI:BuildBodyCatalog()
  3065. DMD<Init>?-1715074560:_Init()
  3066. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3067. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3068. System.Reflection.MethodBase:Invoke(Object, Object[])
  3069. RoR2.SystemInitializerAttribute:Execute()
  3070. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3071. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3072. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3073. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3074. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3075. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3076. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3077. RoR2.RoR2Application:Awake()
  3078.  
  3079. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3080. Stack trace:
  3081. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3082. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3083. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3084. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3085. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3086. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3087. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3088. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3089. UnityEngine.Resources:LoadAll(String)
  3090. R2API.AssetAPI:BuildBodyCatalog()
  3091. DMD<Init>?-1715074560:_Init()
  3092. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3093. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3094. System.Reflection.MethodBase:Invoke(Object, Object[])
  3095. RoR2.SystemInitializerAttribute:Execute()
  3096. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3097. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3098. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3099. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3100. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3101. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3102. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3103. RoR2.RoR2Application:Awake()
  3104.  
  3105. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3106. Stack trace:
  3107. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3108. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3109. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3110. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3111. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3112. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3113. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3114. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3115. UnityEngine.Resources:LoadAll(String)
  3116. R2API.AssetAPI:BuildBodyCatalog()
  3117. DMD<Init>?-1715074560:_Init()
  3118. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3119. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3120. System.Reflection.MethodBase:Invoke(Object, Object[])
  3121. RoR2.SystemInitializerAttribute:Execute()
  3122. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3123. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3124. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3125. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3126. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3127. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3128. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3129. RoR2.RoR2Application:Awake()
  3130.  
  3131. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3132. Stack trace:
  3133. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3134. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3135. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3136. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3137. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3138. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3139. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3140. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3141. UnityEngine.Resources:LoadAll(String)
  3142. R2API.AssetAPI:BuildBodyCatalog()
  3143. DMD<Init>?-1715074560:_Init()
  3144. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3145. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3146. System.Reflection.MethodBase:Invoke(Object, Object[])
  3147. RoR2.SystemInitializerAttribute:Execute()
  3148. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3149. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3150. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3151. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3152. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3153. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3154. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3155. RoR2.RoR2Application:Awake()
  3156.  
  3157. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3158. Stack trace:
  3159. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3160. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3161. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3162. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3163. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3164. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3165. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3166. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3167. UnityEngine.Resources:LoadAll(String)
  3168. R2API.AssetAPI:BuildBodyCatalog()
  3169. DMD<Init>?-1715074560:_Init()
  3170. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3171. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3172. System.Reflection.MethodBase:Invoke(Object, Object[])
  3173. RoR2.SystemInitializerAttribute:Execute()
  3174. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3175. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3176. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3177. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3178. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3179. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3180. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3181. RoR2.RoR2Application:Awake()
  3182.  
  3183. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3184. Stack trace:
  3185. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3186. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3187. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3188. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3189. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3190. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3191. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3192. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3193. UnityEngine.Resources:LoadAll(String)
  3194. R2API.AssetAPI:BuildBodyCatalog()
  3195. DMD<Init>?-1715074560:_Init()
  3196. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3197. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3198. System.Reflection.MethodBase:Invoke(Object, Object[])
  3199. RoR2.SystemInitializerAttribute:Execute()
  3200. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3201. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3202. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3203. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3204. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3205. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3206. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3207. RoR2.RoR2Application:Awake()
  3208.  
  3209. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3210. Stack trace:
  3211. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3212. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3213. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3214. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3215. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3216. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3217. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3218. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3219. UnityEngine.Resources:LoadAll(String)
  3220. R2API.AssetAPI:BuildBodyCatalog()
  3221. DMD<Init>?-1715074560:_Init()
  3222. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3223. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3224. System.Reflection.MethodBase:Invoke(Object, Object[])
  3225. RoR2.SystemInitializerAttribute:Execute()
  3226. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3227. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3228. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3229. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3230. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3231. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3232. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3233. RoR2.RoR2Application:Awake()
  3234.  
  3235. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3236. Stack trace:
  3237. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3238. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3239. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3240. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3241. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3242. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3243. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3244. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3245. UnityEngine.Resources:LoadAll(String)
  3246. R2API.AssetAPI:BuildBodyCatalog()
  3247. DMD<Init>?-1715074560:_Init()
  3248. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3249. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3250. System.Reflection.MethodBase:Invoke(Object, Object[])
  3251. RoR2.SystemInitializerAttribute:Execute()
  3252. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3253. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3254. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3255. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3256. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3257. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3258. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3259. RoR2.RoR2Application:Awake()
  3260.  
  3261. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3262. Stack trace:
  3263. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3264. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3265. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3266. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3267. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3268. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3269. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3270. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3271. UnityEngine.Resources:LoadAll(String)
  3272. R2API.AssetAPI:BuildBodyCatalog()
  3273. DMD<Init>?-1715074560:_Init()
  3274. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3275. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3276. System.Reflection.MethodBase:Invoke(Object, Object[])
  3277. RoR2.SystemInitializerAttribute:Execute()
  3278. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3279. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3280. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3281. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3282. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3283. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3284. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3285. RoR2.RoR2Application:Awake()
  3286.  
  3287. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3288. Stack trace:
  3289. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3290. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3291. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3292. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3293. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3294. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3295. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3296. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3297. UnityEngine.Resources:LoadAll(String)
  3298. R2API.AssetAPI:BuildBodyCatalog()
  3299. DMD<Init>?-1715074560:_Init()
  3300. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3301. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3302. System.Reflection.MethodBase:Invoke(Object, Object[])
  3303. RoR2.SystemInitializerAttribute:Execute()
  3304. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3305. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3306. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3307. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3308. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3309. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3310. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3311. RoR2.RoR2Application:Awake()
  3312.  
  3313. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3314. Stack trace:
  3315. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3316. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3317. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3318. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3319. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3320. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3321. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3322. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3323. UnityEngine.Resources:LoadAll(String)
  3324. R2API.AssetAPI:BuildBodyCatalog()
  3325. DMD<Init>?-1715074560:_Init()
  3326. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3327. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3328. System.Reflection.MethodBase:Invoke(Object, Object[])
  3329. RoR2.SystemInitializerAttribute:Execute()
  3330. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3331. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3332. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3333. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3334. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3335. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3336. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3337. RoR2.RoR2Application:Awake()
  3338.  
  3339. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3340. Stack trace:
  3341. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3342. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3343. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3344. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3345. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3346. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3347. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3348. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3349. UnityEngine.Resources:LoadAll(String)
  3350. R2API.AssetAPI:BuildBodyCatalog()
  3351. DMD<Init>?-1715074560:_Init()
  3352. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3353. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3354. System.Reflection.MethodBase:Invoke(Object, Object[])
  3355. RoR2.SystemInitializerAttribute:Execute()
  3356. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3357. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3358. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3359. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3360. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3361. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3362. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3363. RoR2.RoR2Application:Awake()
  3364.  
  3365. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3366. Stack trace:
  3367. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3368. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3369. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3370. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3371. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3372. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3373. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3374. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3375. UnityEngine.Resources:LoadAll(String)
  3376. R2API.AssetAPI:BuildBodyCatalog()
  3377. DMD<Init>?-1715074560:_Init()
  3378. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3379. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3380. System.Reflection.MethodBase:Invoke(Object, Object[])
  3381. RoR2.SystemInitializerAttribute:Execute()
  3382. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3383. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3384. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3385. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3386. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3387. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3388. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3389. RoR2.RoR2Application:Awake()
  3390.  
  3391. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3392. Stack trace:
  3393. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3394. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3395. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3396. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3397. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3398. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3399. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3400. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3401. UnityEngine.Resources:LoadAll(String)
  3402. R2API.AssetAPI:BuildBodyCatalog()
  3403. DMD<Init>?-1715074560:_Init()
  3404. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3405. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3406. System.Reflection.MethodBase:Invoke(Object, Object[])
  3407. RoR2.SystemInitializerAttribute:Execute()
  3408. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3409. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3410. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3411. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3412. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3413. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3414. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3415. RoR2.RoR2Application:Awake()
  3416.  
  3417. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3418. Stack trace:
  3419. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3420. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3421. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3422. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3423. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3424. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3425. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3426. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3427. UnityEngine.Resources:LoadAll(String)
  3428. R2API.AssetAPI:BuildBodyCatalog()
  3429. DMD<Init>?-1715074560:_Init()
  3430. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3431. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3432. System.Reflection.MethodBase:Invoke(Object, Object[])
  3433. RoR2.SystemInitializerAttribute:Execute()
  3434. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3435. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3436. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3437. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3438. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3439. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3440. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3441. RoR2.RoR2Application:Awake()
  3442.  
  3443. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3444. Stack trace:
  3445. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3446. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3447. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3448. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3449. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3450. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3451. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3452. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3453. UnityEngine.Resources:LoadAll(String)
  3454. R2API.AssetAPI:BuildBodyCatalog()
  3455. DMD<Init>?-1715074560:_Init()
  3456. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3457. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3458. System.Reflection.MethodBase:Invoke(Object, Object[])
  3459. RoR2.SystemInitializerAttribute:Execute()
  3460. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3461. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3462. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3463. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3464. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3465. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3466. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3467. RoR2.RoR2Application:Awake()
  3468.  
  3469. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3470. Stack trace:
  3471. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3472. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3473. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3474. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3475. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3476. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3477. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3478. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3479. UnityEngine.Resources:LoadAll(String)
  3480. R2API.AssetAPI:BuildBodyCatalog()
  3481. DMD<Init>?-1715074560:_Init()
  3482. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3483. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3484. System.Reflection.MethodBase:Invoke(Object, Object[])
  3485. RoR2.SystemInitializerAttribute:Execute()
  3486. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3487. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3488. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3489. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3490. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3491. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3492. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3493. RoR2.RoR2Application:Awake()
  3494.  
  3495. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3496. Stack trace:
  3497. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3498. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3499. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3500. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3501. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3502. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3503. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3504. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3505. UnityEngine.Resources:LoadAll(String)
  3506. R2API.AssetAPI:BuildBodyCatalog()
  3507. DMD<Init>?-1715074560:_Init()
  3508. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3509. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3510. System.Reflection.MethodBase:Invoke(Object, Object[])
  3511. RoR2.SystemInitializerAttribute:Execute()
  3512. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3513. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3514. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3515. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3516. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3517. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3518. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3519. RoR2.RoR2Application:Awake()
  3520.  
  3521. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3522. Stack trace:
  3523. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3524. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3525. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3526. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3527. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3528. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3529. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3530. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3531. UnityEngine.Resources:LoadAll(String)
  3532. R2API.AssetAPI:BuildBodyCatalog()
  3533. DMD<Init>?-1715074560:_Init()
  3534. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3535. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3536. System.Reflection.MethodBase:Invoke(Object, Object[])
  3537. RoR2.SystemInitializerAttribute:Execute()
  3538. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3539. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3540. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3541. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3542. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3543. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3544. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3545. RoR2.RoR2Application:Awake()
  3546.  
  3547. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3548. Stack trace:
  3549. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3550. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3551. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3552. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3553. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3554. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3555. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3556. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3557. UnityEngine.Resources:LoadAll(String)
  3558. R2API.AssetAPI:BuildBodyCatalog()
  3559. DMD<Init>?-1715074560:_Init()
  3560. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3561. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3562. System.Reflection.MethodBase:Invoke(Object, Object[])
  3563. RoR2.SystemInitializerAttribute:Execute()
  3564. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3565. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3566. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3567. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3568. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3569. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3570. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3571. RoR2.RoR2Application:Awake()
  3572.  
  3573. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3574. Stack trace:
  3575. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3576. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3577. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3578. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3579. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3580. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3581. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3582. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3583. UnityEngine.Resources:LoadAll(String)
  3584. R2API.AssetAPI:BuildBodyCatalog()
  3585. DMD<Init>?-1715074560:_Init()
  3586. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3587. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3588. System.Reflection.MethodBase:Invoke(Object, Object[])
  3589. RoR2.SystemInitializerAttribute:Execute()
  3590. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3591. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3592. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3593. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3594. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3595. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3596. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3597. RoR2.RoR2Application:Awake()
  3598.  
  3599. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3600. Stack trace:
  3601. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3602. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3603. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3604. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3605. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3606. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3607. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3608. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3609. UnityEngine.Resources:LoadAll(String)
  3610. R2API.AssetAPI:BuildBodyCatalog()
  3611. DMD<Init>?-1715074560:_Init()
  3612. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3613. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3614. System.Reflection.MethodBase:Invoke(Object, Object[])
  3615. RoR2.SystemInitializerAttribute:Execute()
  3616. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3617. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3618. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3619. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3620. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3621. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3622. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3623. RoR2.RoR2Application:Awake()
  3624.  
  3625. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3626. Stack trace:
  3627. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3628. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3629. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3630. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3631. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3632. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3633. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3634. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3635. UnityEngine.Resources:LoadAll(String)
  3636. R2API.AssetAPI:BuildBodyCatalog()
  3637. DMD<Init>?-1715074560:_Init()
  3638. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3639. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3640. System.Reflection.MethodBase:Invoke(Object, Object[])
  3641. RoR2.SystemInitializerAttribute:Execute()
  3642. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3643. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3644. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3645. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3646. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3647. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3648. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3649. RoR2.RoR2Application:Awake()
  3650.  
  3651. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3652. Stack trace:
  3653. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3654. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3655. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3656. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3657. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3658. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3659. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3660. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3661. UnityEngine.Resources:LoadAll(String)
  3662. R2API.AssetAPI:BuildBodyCatalog()
  3663. DMD<Init>?-1715074560:_Init()
  3664. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3665. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3666. System.Reflection.MethodBase:Invoke(Object, Object[])
  3667. RoR2.SystemInitializerAttribute:Execute()
  3668. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3669. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3670. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3671. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3672. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3673. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3674. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3675. RoR2.RoR2Application:Awake()
  3676.  
  3677. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3678. Stack trace:
  3679. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3680. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3681. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3682. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3683. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3684. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3685. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3686. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3687. UnityEngine.Resources:LoadAll(String)
  3688. R2API.AssetAPI:BuildBodyCatalog()
  3689. DMD<Init>?-1715074560:_Init()
  3690. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3691. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3692. System.Reflection.MethodBase:Invoke(Object, Object[])
  3693. RoR2.SystemInitializerAttribute:Execute()
  3694. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3695. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3696. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3697. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3698. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3699. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3700. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3701. RoR2.RoR2Application:Awake()
  3702.  
  3703. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3704. Stack trace:
  3705. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3706. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3707. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3708. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3709. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3710. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3711. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3712. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3713. UnityEngine.Resources:LoadAll(String)
  3714. R2API.AssetAPI:BuildBodyCatalog()
  3715. DMD<Init>?-1715074560:_Init()
  3716. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3717. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3718. System.Reflection.MethodBase:Invoke(Object, Object[])
  3719. RoR2.SystemInitializerAttribute:Execute()
  3720. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3721. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3722. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3723. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3724. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3725. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3726. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3727. RoR2.RoR2Application:Awake()
  3728.  
  3729. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3730. Stack trace:
  3731. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3732. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3733. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3734. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3735. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3736. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3737. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3738. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3739. UnityEngine.Resources:LoadAll(String)
  3740. R2API.AssetAPI:BuildBodyCatalog()
  3741. DMD<Init>?-1715074560:_Init()
  3742. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3743. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3744. System.Reflection.MethodBase:Invoke(Object, Object[])
  3745. RoR2.SystemInitializerAttribute:Execute()
  3746. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3747. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3748. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3749. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3750. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3751. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3752. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3753. RoR2.RoR2Application:Awake()
  3754.  
  3755. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3756. Stack trace:
  3757. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3758. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3759. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3760. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3761. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3762. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3763. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3764. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3765. UnityEngine.Resources:LoadAll(String)
  3766. R2API.AssetAPI:BuildBodyCatalog()
  3767. DMD<Init>?-1715074560:_Init()
  3768. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3769. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3770. System.Reflection.MethodBase:Invoke(Object, Object[])
  3771. RoR2.SystemInitializerAttribute:Execute()
  3772. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3773. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3774. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3775. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3776. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3777. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3778. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3779. RoR2.RoR2Application:Awake()
  3780.  
  3781. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3782. Stack trace:
  3783. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3784. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3785. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3786. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3787. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3788. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3789. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3790. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3791. UnityEngine.Resources:LoadAll(String)
  3792. R2API.AssetAPI:BuildBodyCatalog()
  3793. DMD<Init>?-1715074560:_Init()
  3794. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3795. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3796. System.Reflection.MethodBase:Invoke(Object, Object[])
  3797. RoR2.SystemInitializerAttribute:Execute()
  3798. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3799. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3800. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3801. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3802. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3803. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3804. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3805. RoR2.RoR2Application:Awake()
  3806.  
  3807. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3808. Stack trace:
  3809. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3810. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3811. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3812. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3813. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3814. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3815. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3816. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3817. UnityEngine.Resources:LoadAll(String)
  3818. R2API.AssetAPI:BuildBodyCatalog()
  3819. DMD<Init>?-1715074560:_Init()
  3820. R2API.<>c:<InitHooks>b__17_2(orig_Init)
  3821. DMD<>?-1715074560:_Hook<RoR2_BodyCatalog::Init>?976547840()
  3822. System.Reflection.MethodBase:Invoke(Object, Object[])
  3823. RoR2.SystemInitializerAttribute:Execute()
  3824. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3825. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3826. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3827. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3828. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3829. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3830. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3831. RoR2.RoR2Application:Awake()
  3832.  
  3833. [Info : Unity Log] Initializing system: BuffCatalog
  3834. [Info : Unity Log] Initializing system: CostTypeCatalog
  3835. [Info : Unity Log] Initializing system: EquipmentCatalog
  3836. [Info : Unity Log] Initializing system: ItemCatalog
  3837. [Info : Unity Log] Initializing system: ItemMaskNetworkExtensions
  3838. [Info : Unity Log] Initializing system: MasterCatalog
  3839. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3840. Stack trace:
  3841. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3842. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3843. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3844. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3845. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3846. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3847. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3848. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3849. UnityEngine.Resources:LoadAll(String)
  3850. R2API.AssetAPI:BuildMasterCatalog()
  3851. DMD<Init>?-1715074560:_Init()
  3852. System.Reflection.MethodBase:Invoke(Object, Object[])
  3853. RoR2.SystemInitializerAttribute:Execute()
  3854. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3855. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3856. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3857. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3858. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3859. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3860. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3861. RoR2.RoR2Application:Awake()
  3862.  
  3863. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3864. Stack trace:
  3865. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3866. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3867. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3868. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3869. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3870. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3871. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3872. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3873. UnityEngine.Resources:LoadAll(String)
  3874. R2API.AssetAPI:BuildMasterCatalog()
  3875. DMD<Init>?-1715074560:_Init()
  3876. System.Reflection.MethodBase:Invoke(Object, Object[])
  3877. RoR2.SystemInitializerAttribute:Execute()
  3878. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3879. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3880. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3881. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3882. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3883. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3884. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3885. RoR2.RoR2Application:Awake()
  3886.  
  3887. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3888. Stack trace:
  3889. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3890. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3891. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3892. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3893. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3894. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3895. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3896. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3897. UnityEngine.Resources:LoadAll(String)
  3898. R2API.AssetAPI:BuildMasterCatalog()
  3899. DMD<Init>?-1715074560:_Init()
  3900. System.Reflection.MethodBase:Invoke(Object, Object[])
  3901. RoR2.SystemInitializerAttribute:Execute()
  3902. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3903. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3904. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3905. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3906. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3907. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3908. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3909. RoR2.RoR2Application:Awake()
  3910.  
  3911. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3912. Stack trace:
  3913. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3914. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3915. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3916. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3917. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3918. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3919. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3920. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3921. UnityEngine.Resources:LoadAll(String)
  3922. R2API.AssetAPI:BuildMasterCatalog()
  3923. DMD<Init>?-1715074560:_Init()
  3924. System.Reflection.MethodBase:Invoke(Object, Object[])
  3925. RoR2.SystemInitializerAttribute:Execute()
  3926. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3927. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3928. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3929. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3930. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3931. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3932. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3933. RoR2.RoR2Application:Awake()
  3934.  
  3935. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3936. Stack trace:
  3937. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3938. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3939. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3940. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3941. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3942. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3943. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3944. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3945. UnityEngine.Resources:LoadAll(String)
  3946. R2API.AssetAPI:BuildMasterCatalog()
  3947. DMD<Init>?-1715074560:_Init()
  3948. System.Reflection.MethodBase:Invoke(Object, Object[])
  3949. RoR2.SystemInitializerAttribute:Execute()
  3950. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3951. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3952. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3953. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3954. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3955. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3956. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3957. RoR2.RoR2Application:Awake()
  3958.  
  3959. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3960. Stack trace:
  3961. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3962. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3963. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3964. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3965. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3966. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3967. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3968. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3969. UnityEngine.Resources:LoadAll(String)
  3970. R2API.AssetAPI:BuildMasterCatalog()
  3971. DMD<Init>?-1715074560:_Init()
  3972. System.Reflection.MethodBase:Invoke(Object, Object[])
  3973. RoR2.SystemInitializerAttribute:Execute()
  3974. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3975. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  3976. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  3977. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  3978. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  3979. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  3980. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  3981. RoR2.RoR2Application:Awake()
  3982.  
  3983. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  3984. Stack trace:
  3985. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  3986. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  3987. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  3988. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  3989. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  3990. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  3991. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  3992. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  3993. UnityEngine.Resources:LoadAll(String)
  3994. R2API.AssetAPI:BuildMasterCatalog()
  3995. DMD<Init>?-1715074560:_Init()
  3996. System.Reflection.MethodBase:Invoke(Object, Object[])
  3997. RoR2.SystemInitializerAttribute:Execute()
  3998. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  3999. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4000. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4001. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4002. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4003. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4004. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4005. RoR2.RoR2Application:Awake()
  4006.  
  4007. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4008. Stack trace:
  4009. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4010. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4011. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4012. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4013. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4014. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4015. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4016. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4017. UnityEngine.Resources:LoadAll(String)
  4018. R2API.AssetAPI:BuildMasterCatalog()
  4019. DMD<Init>?-1715074560:_Init()
  4020. System.Reflection.MethodBase:Invoke(Object, Object[])
  4021. RoR2.SystemInitializerAttribute:Execute()
  4022. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4023. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4024. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4025. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4026. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4027. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4028. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4029. RoR2.RoR2Application:Awake()
  4030.  
  4031. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4032. Stack trace:
  4033. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4034. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4035. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4036. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4037. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4038. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4039. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4040. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4041. UnityEngine.Resources:LoadAll(String)
  4042. R2API.AssetAPI:BuildMasterCatalog()
  4043. DMD<Init>?-1715074560:_Init()
  4044. System.Reflection.MethodBase:Invoke(Object, Object[])
  4045. RoR2.SystemInitializerAttribute:Execute()
  4046. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4047. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4048. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4049. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4050. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4051. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4052. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4053. RoR2.RoR2Application:Awake()
  4054.  
  4055. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4056. Stack trace:
  4057. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4058. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4059. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4060. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4061. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4062. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4063. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4064. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4065. UnityEngine.Resources:LoadAll(String)
  4066. R2API.AssetAPI:BuildMasterCatalog()
  4067. DMD<Init>?-1715074560:_Init()
  4068. System.Reflection.MethodBase:Invoke(Object, Object[])
  4069. RoR2.SystemInitializerAttribute:Execute()
  4070. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4071. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4072. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4073. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4074. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4075. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4076. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4077. RoR2.RoR2Application:Awake()
  4078.  
  4079. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4080. Stack trace:
  4081. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4082. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4083. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4084. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4085. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4086. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4087. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4088. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4089. UnityEngine.Resources:LoadAll(String)
  4090. R2API.AssetAPI:BuildMasterCatalog()
  4091. DMD<Init>?-1715074560:_Init()
  4092. System.Reflection.MethodBase:Invoke(Object, Object[])
  4093. RoR2.SystemInitializerAttribute:Execute()
  4094. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4095. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4096. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4097. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4098. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4099. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4100. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4101. RoR2.RoR2Application:Awake()
  4102.  
  4103. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4104. Stack trace:
  4105. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4106. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4107. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4108. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4109. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4110. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4111. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4112. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4113. UnityEngine.Resources:LoadAll(String)
  4114. R2API.AssetAPI:BuildMasterCatalog()
  4115. DMD<Init>?-1715074560:_Init()
  4116. System.Reflection.MethodBase:Invoke(Object, Object[])
  4117. RoR2.SystemInitializerAttribute:Execute()
  4118. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4119. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4120. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4121. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4122. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4123. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4124. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4125. RoR2.RoR2Application:Awake()
  4126.  
  4127. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4128. Stack trace:
  4129. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4130. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4131. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4132. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4133. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4134. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4135. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4136. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4137. UnityEngine.Resources:LoadAll(String)
  4138. R2API.AssetAPI:BuildMasterCatalog()
  4139. DMD<Init>?-1715074560:_Init()
  4140. System.Reflection.MethodBase:Invoke(Object, Object[])
  4141. RoR2.SystemInitializerAttribute:Execute()
  4142. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4143. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4144. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4145. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4146. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4147. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4148. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4149. RoR2.RoR2Application:Awake()
  4150.  
  4151. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4152. Stack trace:
  4153. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4154. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4155. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4156. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4157. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4158. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4159. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4160. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4161. UnityEngine.Resources:LoadAll(String)
  4162. R2API.AssetAPI:BuildMasterCatalog()
  4163. DMD<Init>?-1715074560:_Init()
  4164. System.Reflection.MethodBase:Invoke(Object, Object[])
  4165. RoR2.SystemInitializerAttribute:Execute()
  4166. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4167. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4168. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4169. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4170. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4171. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4172. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4173. RoR2.RoR2Application:Awake()
  4174.  
  4175. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4176. Stack trace:
  4177. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4178. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4179. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4180. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4181. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4182. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4183. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4184. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4185. UnityEngine.Resources:LoadAll(String)
  4186. R2API.AssetAPI:BuildMasterCatalog()
  4187. DMD<Init>?-1715074560:_Init()
  4188. System.Reflection.MethodBase:Invoke(Object, Object[])
  4189. RoR2.SystemInitializerAttribute:Execute()
  4190. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4191. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4192. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4193. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4194. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4195. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4196. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4197. RoR2.RoR2Application:Awake()
  4198.  
  4199. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4200. Stack trace:
  4201. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4202. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4203. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4204. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4205. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4206. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4207. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4208. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4209. UnityEngine.Resources:LoadAll(String)
  4210. R2API.AssetAPI:BuildMasterCatalog()
  4211. DMD<Init>?-1715074560:_Init()
  4212. System.Reflection.MethodBase:Invoke(Object, Object[])
  4213. RoR2.SystemInitializerAttribute:Execute()
  4214. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4215. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4216. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4217. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4218. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4219. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4220. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4221. RoR2.RoR2Application:Awake()
  4222.  
  4223. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4224. Stack trace:
  4225. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4226. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4227. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4228. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4229. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4230. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4231. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4232. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4233. UnityEngine.Resources:LoadAll(String)
  4234. R2API.AssetAPI:BuildMasterCatalog()
  4235. DMD<Init>?-1715074560:_Init()
  4236. System.Reflection.MethodBase:Invoke(Object, Object[])
  4237. RoR2.SystemInitializerAttribute:Execute()
  4238. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4239. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4240. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4241. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4242. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4243. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4244. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4245. RoR2.RoR2Application:Awake()
  4246.  
  4247. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4248. Stack trace:
  4249. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4250. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4251. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4252. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4253. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4254. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4255. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4256. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4257. UnityEngine.Resources:LoadAll(String)
  4258. R2API.AssetAPI:BuildMasterCatalog()
  4259. DMD<Init>?-1715074560:_Init()
  4260. System.Reflection.MethodBase:Invoke(Object, Object[])
  4261. RoR2.SystemInitializerAttribute:Execute()
  4262. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4263. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4264. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4265. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4266. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4267. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4268. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4269. RoR2.RoR2Application:Awake()
  4270.  
  4271. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4272. Stack trace:
  4273. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4274. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4275. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4276. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4277. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4278. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4279. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4280. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4281. UnityEngine.Resources:LoadAll(String)
  4282. R2API.AssetAPI:BuildMasterCatalog()
  4283. DMD<Init>?-1715074560:_Init()
  4284. System.Reflection.MethodBase:Invoke(Object, Object[])
  4285. RoR2.SystemInitializerAttribute:Execute()
  4286. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4287. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4288. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4289. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4290. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4291. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4292. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4293. RoR2.RoR2Application:Awake()
  4294.  
  4295. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4296. Stack trace:
  4297. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4298. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4299. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4300. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4301. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4302. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4303. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4304. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4305. UnityEngine.Resources:LoadAll(String)
  4306. R2API.AssetAPI:BuildMasterCatalog()
  4307. DMD<Init>?-1715074560:_Init()
  4308. System.Reflection.MethodBase:Invoke(Object, Object[])
  4309. RoR2.SystemInitializerAttribute:Execute()
  4310. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4311. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4312. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4313. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4314. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4315. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4316. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4317. RoR2.RoR2Application:Awake()
  4318.  
  4319. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4320. Stack trace:
  4321. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4322. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4323. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4324. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4325. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4326. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4327. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4328. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4329. UnityEngine.Resources:LoadAll(String)
  4330. R2API.AssetAPI:BuildMasterCatalog()
  4331. DMD<Init>?-1715074560:_Init()
  4332. System.Reflection.MethodBase:Invoke(Object, Object[])
  4333. RoR2.SystemInitializerAttribute:Execute()
  4334. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4335. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4336. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4337. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4338. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4339. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4340. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4341. RoR2.RoR2Application:Awake()
  4342.  
  4343. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4344. Stack trace:
  4345. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4346. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4347. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4348. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4349. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4350. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4351. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4352. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4353. UnityEngine.Resources:LoadAll(String)
  4354. R2API.AssetAPI:BuildMasterCatalog()
  4355. DMD<Init>?-1715074560:_Init()
  4356. System.Reflection.MethodBase:Invoke(Object, Object[])
  4357. RoR2.SystemInitializerAttribute:Execute()
  4358. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4359. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4360. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4361. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4362. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4363. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4364. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4365. RoR2.RoR2Application:Awake()
  4366.  
  4367. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4368. Stack trace:
  4369. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4370. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4371. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4372. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4373. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4374. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4375. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4376. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4377. UnityEngine.Resources:LoadAll(String)
  4378. R2API.AssetAPI:BuildMasterCatalog()
  4379. DMD<Init>?-1715074560:_Init()
  4380. System.Reflection.MethodBase:Invoke(Object, Object[])
  4381. RoR2.SystemInitializerAttribute:Execute()
  4382. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4383. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4384. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4385. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4386. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4387. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4388. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4389. RoR2.RoR2Application:Awake()
  4390.  
  4391. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4392. Stack trace:
  4393. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4394. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4395. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4396. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4397. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4398. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4399. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4400. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4401. UnityEngine.Resources:LoadAll(String)
  4402. R2API.AssetAPI:BuildMasterCatalog()
  4403. DMD<Init>?-1715074560:_Init()
  4404. System.Reflection.MethodBase:Invoke(Object, Object[])
  4405. RoR2.SystemInitializerAttribute:Execute()
  4406. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4407. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4408. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4409. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4410. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4411. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4412. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4413. RoR2.RoR2Application:Awake()
  4414.  
  4415. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4416. Stack trace:
  4417. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4418. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4419. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4420. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4421. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4422. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4423. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4424. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4425. UnityEngine.Resources:LoadAll(String)
  4426. R2API.AssetAPI:BuildMasterCatalog()
  4427. DMD<Init>?-1715074560:_Init()
  4428. System.Reflection.MethodBase:Invoke(Object, Object[])
  4429. RoR2.SystemInitializerAttribute:Execute()
  4430. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4431. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4432. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4433. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4434. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4435. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4436. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4437. RoR2.RoR2Application:Awake()
  4438.  
  4439. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4440. Stack trace:
  4441. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4442. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4443. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4444. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4445. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4446. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4447. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4448. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4449. UnityEngine.Resources:LoadAll(String)
  4450. R2API.AssetAPI:BuildMasterCatalog()
  4451. DMD<Init>?-1715074560:_Init()
  4452. System.Reflection.MethodBase:Invoke(Object, Object[])
  4453. RoR2.SystemInitializerAttribute:Execute()
  4454. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4455. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4456. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4457. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4458. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4459. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4460. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4461. RoR2.RoR2Application:Awake()
  4462.  
  4463. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4464. Stack trace:
  4465. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4466. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4467. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4468. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4469. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4470. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4471. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4472. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4473. UnityEngine.Resources:LoadAll(String)
  4474. R2API.AssetAPI:BuildMasterCatalog()
  4475. DMD<Init>?-1715074560:_Init()
  4476. System.Reflection.MethodBase:Invoke(Object, Object[])
  4477. RoR2.SystemInitializerAttribute:Execute()
  4478. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4479. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4480. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4481. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4482. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4483. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4484. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4485. RoR2.RoR2Application:Awake()
  4486.  
  4487. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4488. Stack trace:
  4489. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4490. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4491. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4492. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4493. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4494. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4495. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4496. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4497. UnityEngine.Resources:LoadAll(String)
  4498. R2API.AssetAPI:BuildMasterCatalog()
  4499. DMD<Init>?-1715074560:_Init()
  4500. System.Reflection.MethodBase:Invoke(Object, Object[])
  4501. RoR2.SystemInitializerAttribute:Execute()
  4502. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4503. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4504. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4505. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4506. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4507. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4508. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4509. RoR2.RoR2Application:Awake()
  4510.  
  4511. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4512. Stack trace:
  4513. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4514. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4515. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4516. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4517. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4518. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4519. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4520. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4521. UnityEngine.Resources:LoadAll(String)
  4522. R2API.AssetAPI:BuildMasterCatalog()
  4523. DMD<Init>?-1715074560:_Init()
  4524. System.Reflection.MethodBase:Invoke(Object, Object[])
  4525. RoR2.SystemInitializerAttribute:Execute()
  4526. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4527. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4528. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4529. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4530. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4531. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4532. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4533. RoR2.RoR2Application:Awake()
  4534.  
  4535. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4536. Stack trace:
  4537. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4538. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4539. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4540. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4541. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4542. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4543. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4544. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4545. UnityEngine.Resources:LoadAll(String)
  4546. R2API.AssetAPI:BuildMasterCatalog()
  4547. DMD<Init>?-1715074560:_Init()
  4548. System.Reflection.MethodBase:Invoke(Object, Object[])
  4549. RoR2.SystemInitializerAttribute:Execute()
  4550. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4551. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4552. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4553. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4554. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4555. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4556. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4557. RoR2.RoR2Application:Awake()
  4558.  
  4559. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4560. Stack trace:
  4561. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4562. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4563. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4564. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4565. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4566. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4567. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4568. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4569. UnityEngine.Resources:LoadAll(String)
  4570. R2API.AssetAPI:BuildMasterCatalog()
  4571. DMD<Init>?-1715074560:_Init()
  4572. System.Reflection.MethodBase:Invoke(Object, Object[])
  4573. RoR2.SystemInitializerAttribute:Execute()
  4574. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4575. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4576. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4577. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4578. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4579. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4580. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4581. RoR2.RoR2Application:Awake()
  4582.  
  4583. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4584. Stack trace:
  4585. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4586. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4587. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4588. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4589. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4590. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4591. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4592. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4593. UnityEngine.Resources:LoadAll(String)
  4594. R2API.AssetAPI:BuildMasterCatalog()
  4595. DMD<Init>?-1715074560:_Init()
  4596. System.Reflection.MethodBase:Invoke(Object, Object[])
  4597. RoR2.SystemInitializerAttribute:Execute()
  4598. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4599. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4600. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4601. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4602. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4603. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4604. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4605. RoR2.RoR2Application:Awake()
  4606.  
  4607. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4608. Stack trace:
  4609. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4610. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4611. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4612. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4613. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4614. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4615. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4616. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4617. UnityEngine.Resources:LoadAll(String)
  4618. R2API.AssetAPI:BuildMasterCatalog()
  4619. DMD<Init>?-1715074560:_Init()
  4620. System.Reflection.MethodBase:Invoke(Object, Object[])
  4621. RoR2.SystemInitializerAttribute:Execute()
  4622. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4623. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4624. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4625. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4626. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4627. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4628. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4629. RoR2.RoR2Application:Awake()
  4630.  
  4631. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4632. Stack trace:
  4633. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4634. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4635. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4636. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4637. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4638. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4639. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4640. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4641. UnityEngine.Resources:LoadAll(String)
  4642. R2API.AssetAPI:BuildMasterCatalog()
  4643. DMD<Init>?-1715074560:_Init()
  4644. System.Reflection.MethodBase:Invoke(Object, Object[])
  4645. RoR2.SystemInitializerAttribute:Execute()
  4646. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4647. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4648. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4649. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4650. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4651. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4652. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4653. RoR2.RoR2Application:Awake()
  4654.  
  4655. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4656. Stack trace:
  4657. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4658. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4659. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4660. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4661. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4662. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4663. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4664. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4665. UnityEngine.Resources:LoadAll(String)
  4666. R2API.AssetAPI:BuildMasterCatalog()
  4667. DMD<Init>?-1715074560:_Init()
  4668. System.Reflection.MethodBase:Invoke(Object, Object[])
  4669. RoR2.SystemInitializerAttribute:Execute()
  4670. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4671. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4672. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4673. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4674. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4675. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4676. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4677. RoR2.RoR2Application:Awake()
  4678.  
  4679. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4680. Stack trace:
  4681. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4682. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4683. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4684. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4685. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4686. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4687. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4688. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4689. UnityEngine.Resources:LoadAll(String)
  4690. R2API.AssetAPI:BuildMasterCatalog()
  4691. DMD<Init>?-1715074560:_Init()
  4692. System.Reflection.MethodBase:Invoke(Object, Object[])
  4693. RoR2.SystemInitializerAttribute:Execute()
  4694. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4695. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4696. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4697. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4698. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4699. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4700. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4701. RoR2.RoR2Application:Awake()
  4702.  
  4703. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4704. Stack trace:
  4705. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4706. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4707. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4708. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4709. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4710. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4711. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4712. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4713. UnityEngine.Resources:LoadAll(String)
  4714. R2API.AssetAPI:BuildMasterCatalog()
  4715. DMD<Init>?-1715074560:_Init()
  4716. System.Reflection.MethodBase:Invoke(Object, Object[])
  4717. RoR2.SystemInitializerAttribute:Execute()
  4718. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4719. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4720. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4721. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4722. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4723. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4724. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4725. RoR2.RoR2Application:Awake()
  4726.  
  4727. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4728. Stack trace:
  4729. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4730. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4731. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4732. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4733. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4734. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4735. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4736. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4737. UnityEngine.Resources:LoadAll(String)
  4738. R2API.AssetAPI:BuildMasterCatalog()
  4739. DMD<Init>?-1715074560:_Init()
  4740. System.Reflection.MethodBase:Invoke(Object, Object[])
  4741. RoR2.SystemInitializerAttribute:Execute()
  4742. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4743. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4744. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4745. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4746. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4747. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4748. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4749. RoR2.RoR2Application:Awake()
  4750.  
  4751. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4752. Stack trace:
  4753. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4754. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4755. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4756. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4757. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4758. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4759. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4760. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4761. UnityEngine.Resources:LoadAll(String)
  4762. R2API.AssetAPI:BuildMasterCatalog()
  4763. DMD<Init>?-1715074560:_Init()
  4764. System.Reflection.MethodBase:Invoke(Object, Object[])
  4765. RoR2.SystemInitializerAttribute:Execute()
  4766. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4767. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4768. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4769. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4770. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4771. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4772. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4773. RoR2.RoR2Application:Awake()
  4774.  
  4775. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4776. Stack trace:
  4777. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4778. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4779. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4780. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4781. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4782. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4783. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4784. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4785. UnityEngine.Resources:LoadAll(String)
  4786. R2API.AssetAPI:BuildMasterCatalog()
  4787. DMD<Init>?-1715074560:_Init()
  4788. System.Reflection.MethodBase:Invoke(Object, Object[])
  4789. RoR2.SystemInitializerAttribute:Execute()
  4790. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4791. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4792. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4793. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4794. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4795. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4796. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4797. RoR2.RoR2Application:Awake()
  4798.  
  4799. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4800. Stack trace:
  4801. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4802. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4803. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4804. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4805. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4806. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4807. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4808. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4809. UnityEngine.Resources:LoadAll(String)
  4810. R2API.AssetAPI:BuildMasterCatalog()
  4811. DMD<Init>?-1715074560:_Init()
  4812. System.Reflection.MethodBase:Invoke(Object, Object[])
  4813. RoR2.SystemInitializerAttribute:Execute()
  4814. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4815. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4816. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4817. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4818. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4819. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4820. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4821. RoR2.RoR2Application:Awake()
  4822.  
  4823. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4824. Stack trace:
  4825. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4826. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4827. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4828. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4829. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4830. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4831. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4832. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4833. UnityEngine.Resources:LoadAll(String)
  4834. R2API.AssetAPI:BuildMasterCatalog()
  4835. DMD<Init>?-1715074560:_Init()
  4836. System.Reflection.MethodBase:Invoke(Object, Object[])
  4837. RoR2.SystemInitializerAttribute:Execute()
  4838. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4839. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4840. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4841. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4842. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4843. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4844. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4845. RoR2.RoR2Application:Awake()
  4846.  
  4847. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4848. Stack trace:
  4849. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4850. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4851. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4852. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4853. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4854. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4855. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4856. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4857. UnityEngine.Resources:LoadAll(String)
  4858. R2API.AssetAPI:BuildMasterCatalog()
  4859. DMD<Init>?-1715074560:_Init()
  4860. System.Reflection.MethodBase:Invoke(Object, Object[])
  4861. RoR2.SystemInitializerAttribute:Execute()
  4862. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4863. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4864. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4865. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4866. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4867. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4868. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4869. RoR2.RoR2Application:Awake()
  4870.  
  4871. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4872. Stack trace:
  4873. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4874. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4875. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4876. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4877. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4878. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4879. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4880. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4881. UnityEngine.Resources:LoadAll(String)
  4882. R2API.AssetAPI:BuildMasterCatalog()
  4883. DMD<Init>?-1715074560:_Init()
  4884. System.Reflection.MethodBase:Invoke(Object, Object[])
  4885. RoR2.SystemInitializerAttribute:Execute()
  4886. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4887. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4888. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4889. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4890. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4891. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4892. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4893. RoR2.RoR2Application:Awake()
  4894.  
  4895. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4896. Stack trace:
  4897. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4898. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4899. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4900. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4901. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4902. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4903. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4904. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4905. UnityEngine.Resources:LoadAll(String)
  4906. R2API.AssetAPI:BuildMasterCatalog()
  4907. DMD<Init>?-1715074560:_Init()
  4908. System.Reflection.MethodBase:Invoke(Object, Object[])
  4909. RoR2.SystemInitializerAttribute:Execute()
  4910. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4911. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4912. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4913. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4914. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4915. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4916. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4917. RoR2.RoR2Application:Awake()
  4918.  
  4919. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4920. Stack trace:
  4921. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4922. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4923. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4924. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4925. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4926. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4927. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4928. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4929. UnityEngine.Resources:LoadAll(String)
  4930. R2API.AssetAPI:BuildMasterCatalog()
  4931. DMD<Init>?-1715074560:_Init()
  4932. System.Reflection.MethodBase:Invoke(Object, Object[])
  4933. RoR2.SystemInitializerAttribute:Execute()
  4934. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4935. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4936. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4937. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4938. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4939. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4940. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4941. RoR2.RoR2Application:Awake()
  4942.  
  4943. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4944. Stack trace:
  4945. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4946. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4947. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4948. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4949. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4950. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4951. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4952. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4953. UnityEngine.Resources:LoadAll(String)
  4954. R2API.AssetAPI:BuildMasterCatalog()
  4955. DMD<Init>?-1715074560:_Init()
  4956. System.Reflection.MethodBase:Invoke(Object, Object[])
  4957. RoR2.SystemInitializerAttribute:Execute()
  4958. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4959. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4960. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4961. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4962. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4963. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4964. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4965. RoR2.RoR2Application:Awake()
  4966.  
  4967. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4968. Stack trace:
  4969. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4970. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4971. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4972. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4973. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  4974. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  4975. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  4976. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  4977. UnityEngine.Resources:LoadAll(String)
  4978. R2API.AssetAPI:BuildMasterCatalog()
  4979. DMD<Init>?-1715074560:_Init()
  4980. System.Reflection.MethodBase:Invoke(Object, Object[])
  4981. RoR2.SystemInitializerAttribute:Execute()
  4982. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  4983. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  4984. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  4985. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  4986. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  4987. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  4988. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  4989. RoR2.RoR2Application:Awake()
  4990.  
  4991. [Info : Unity Log] Initializing system: PickupCatalog
  4992. [Info : Unity Log] Initializing system: ProjectileCatalog
  4993. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  4994. Stack trace:
  4995. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  4996. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  4997. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  4998. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  4999. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  5000. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  5001. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5002. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  5003. UnityEngine.Resources:LoadAll(String)
  5004. RoR2.ProjectileCatalog:Init()
  5005. System.Reflection.MethodBase:Invoke(Object, Object[])
  5006. RoR2.SystemInitializerAttribute:Execute()
  5007. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  5008. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  5009. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  5010. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  5011. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  5012. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  5013. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  5014. RoR2.RoR2Application:Awake()
  5015.  
  5016. [Info : Unity Log] Initializing system: RuleCatalog
  5017. [Info : Unity Log] Initializing system: SceneCatalog
  5018. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  5019. Stack trace:
  5020. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  5021. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  5022. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  5023. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  5024. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  5025. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  5026. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5027. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  5028. UnityEngine.Resources:LoadAll(String)
  5029. RoR2.SceneCatalog:Init()
  5030. System.Reflection.MethodBase:Invoke(Object, Object[])
  5031. RoR2.SystemInitializerAttribute:Execute()
  5032. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  5033. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  5034. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  5035. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  5036. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  5037. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  5038. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  5039. RoR2.RoR2Application:Awake()
  5040.  
  5041. [Info : Unity Log] Initializing system: SurvivorCatalog
  5042. [Warning: Unity Log] Unregistered survivor Bandit!
  5043. [Info : Unity Log] Initializing system: UnlockableCatalog
  5044. [Info : Unity Log] Initializing system: UserProfile
  5045. [Info : Unity Log] Initializing system: StatDef
  5046. [Info : Unity Log] Initializing system: StatSheet
  5047. [Info : Unity Log] Initializing system: SkillCatalog
  5048. [Info : Unity Log] Initializing system: AchievementManager
  5049. [Info : Unity Log] Initializing system: BuffMask
  5050. [Info : Unity Log] Initializing system: ItemDisplayRuleSet
  5051. [Info : Unity Log] Initializing system: EquipmentMask
  5052. [Info : Unity Log] Initializing system: PreGameRuleVoteController
  5053. [Info : Unity Log] Initializing system: GameModeCatalog
  5054. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  5055. Stack trace:
  5056. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  5057. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  5058. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  5059. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  5060. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  5061. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  5062. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5063. RoR2.EntityStateMachine..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  5064. UnityEngine.Resources:LoadAll(String)
  5065. RoR2.GameModeCatalog:LoadGameModes()
  5066. System.Reflection.MethodBase:Invoke(Object, Object[])
  5067. RoR2.SystemInitializerAttribute:Execute()
  5068. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  5069. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  5070. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  5071. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  5072. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  5073. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  5074. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  5075. RoR2.RoR2Application:Awake()
  5076.  
  5077. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000d9 (from typeref, class/assembly MonoMod.Utils.ILExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  5078. Stack trace:
  5079. R2API.Utils.Reflection+<>c__28`2[TInstance,TValue].<GetFieldSetDelegateRef>b__28_0 (System.Reflection.FieldInfo x) (at <fbe64e3639d841baba971e923807db02>:0)
  5080. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  5081. R2API.Utils.Reflection.GetFieldSetDelegateRef[TInstance,TValue] (System.Reflection.FieldInfo field) (at <fbe64e3639d841baba971e923807db02>:0)
  5082. R2API.Utils.Reflection.SetStructFieldValue[TInstance,TValue] (TInstance& instance, System.String fieldName, TValue value) (at <fbe64e3639d841baba971e923807db02>:0)
  5083. R2API.EntityAPI.set_stateType_Hook (EntityStates.SerializableEntityStateType& self, System.Type value) (at <fbe64e3639d841baba971e923807db02>:0)
  5084. DMD<>?-1715074560._Hook<EntityStates_SerializableEntityStateType::set_stateType>?2029847808 (EntityStates.SerializableEntityStateType& , System.Type ) (at <6556f5ac6c7d456fad1658ddb1d055ea>:0)
  5085. EntityStates.SerializableEntityStateType..ctor (System.Type stateType) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5086. RoR2.ChestBehavior..ctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
  5087. UnityEngine.Resources:LoadAll(String)
  5088. RoR2.GameModeCatalog:LoadGameModes()
  5089. System.Reflection.MethodBase:Invoke(Object, Object[])
  5090. RoR2.SystemInitializerAttribute:Execute()
  5091. DMD<OnLoad>?-1715074560:_OnLoad(RoR2Application)
  5092. R2API.<>c:<.ctor>b__9_2(orig_OnLoad, RoR2Application)
  5093. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-1314320640(RoR2Application)
  5094. SteamBuildID.<>c__DisplayClass0_0:<Awake>b__0(orig_OnLoad, RoR2Application)
  5095. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?-973005184(RoR2Application)
  5096. AssetPlus.AssetPlus:RoR2Application_OnLoad(orig_OnLoad, RoR2Application)
  5097. DMD<>?-1715074560:_Hook<RoR2_RoR2Application::OnLoad>?1299728256(RoR2Application)
  5098. RoR2.RoR2Application:Awake()
  5099.  
  5100. [Info : Unity Log] Registered gamemode ClassicRun True
  5101. [Info : Unity Log] Registered gamemode WeeklyRun True
  5102. [Info : Unity Log] Initializing system: BodyLoadoutManager
  5103. [Info : Unity Log] Initializing system: RuleBook
  5104. [Info : Unity Log] Attempting to load user profile /UserProfiles/cc35a9a0-0c47-455c-adfc-39ea63f5c683.xml
  5105. [Info : Unity Log] stream.Length=101815
  5106. [Info : Unity Log] 18
  5107. [Info : Unity Log] Active scene changed from to title
  5108. [Info : Unity Log] Loaded scene title loadSceneMode=2
  5109. [Error : Unity Log] TypeLoadException: Could not resolve type with token 010000db (from typeref, class/assembly MonoMod.Utils.MonoModExt, MonoMod.Utils, Version=19.9.1.3, Culture=neutral, PublicKeyToken=null)
  5110. Stack trace:
  5111. R2API.Utils.Reflection+<>c.<GetMethodDelegateCached>b__53_0 (System.Reflection.MethodInfo method) (at <fbe64e3639d841baba971e923807db02>:0)
  5112. System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
  5113. R2API.Utils.Reflection.GetMethodDelegateCached (System.Reflection.MethodInfo methodInfo) (at <fbe64e3639d841baba971e923807db02>:0)
  5114. R2API.Utils.Reflection.InvokeMethod[TReturn] (System.Object instance, System.String methodName, System.Object[] methodParams) (at <fbe64e3639d841baba971e923807db02>:0)
  5115. R2API.LoadoutAPI.CheckSkillVariantValid (On.RoR2.Loadout+BodyLoadoutManager+BodyLoadout+orig_IsSkillVariantLocked orig, System.Object self, System.Int32 skillSlotIndex, RoR2.UserProfile userProfile) (at <fbe64e3639d841baba971e923807db02>:0)
  5116. DMD<>?-1715074560._Hook<RoR2_Loadout+BodyLoadoutManager+BodyLoadout::IsSkillVariantLocked>?-380840320 (RoR2.Loadout+BodyLoadoutManager+BodyLoadout , System.Int32 , RoR2.UserProfile ) (at <9b550fedef8e4389ac571358521dfea4>:0)
  5117. RoR2.Loadout+BodyLoadoutManager+BodyLoadout.EnforceUnlockables (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5118. RoR2.Loadout+BodyLoadoutManager.EnforceUnlockables (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5119. RoR2.Loadout.EnforceUnlockables (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5120. RoR2.UserProfile.OnLogin () (at <eae781bd93824da1b7902a2b6526887c>:0)
  5121. RoR2.LocalUserManager.AddUser (Rewired.Player inputPlayer, RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5122. RoR2.LocalUserManager.SetLocalUsers (RoR2.LocalUserManager+LocalUserInitializationInfo[] initializationInfo) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5123. RoR2.UI.MainMenu.ProfileMainMenuScreen.SetMainProfile (RoR2.UserProfile profile) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5124. RoR2.UI.UserProfileListController.SendProfileSelection (RoR2.UserProfile userProfile) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5125. RoR2.UI.UserProfileListElementController.InformListControllerOfSelection () (at <eae781bd93824da1b7902a2b6526887c>:0)
  5126. UnityEngine.Events.InvokableCall.Invoke () (at <f2abf40b37c34cf19b7fd98865114d88>:0)
  5127. UnityEngine.Events.UnityEvent.Invoke () (at <f2abf40b37c34cf19b7fd98865114d88>:0)
  5128. UnityEngine.UI.Button.Press () (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
  5129. UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
  5130. RoR2.UI.MPButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at <eae781bd93824da1b7902a2b6526887c>:0)
  5131. UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
  5132. UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) (at <adbbd84a6a874fb3bb8dd55fe88db73d>:0)
  5133. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  5134. Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMousePress(MouseButtonEventData)
  5135. Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMouseEvent(Int32, Int32)
  5136. Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMouseEvents()
  5137. Rewired.Integration.UnityUI.RewiredStandaloneInputModule:Process()
  5138. UnityEngine.EventSystems.EventSystem:Update()
  5139. RoR2.UI.MPEventSystem:Update()
  5140.  
  5141. [Error : Unity Log] Cannot call LocalUserManager.SetLocalUsers while users are already signed in!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement