· 6 years ago · Nov 09, 2019, 10:20 PM
1[Message: BepInEx] BepInEx 5.0.0.0 RC1 - Risk of Rain 2
2[Message: BepInEx] Compiled in Unity v2018 mode
3[Info : BepInEx] Running under Unity v2018.3.14.13691377
4[Message: BepInEx] Preloader started
5[Info : BepInEx] Loaded 1 patcher methods from BepInEx.MonoMod.Loader
6[Debug : BepInEx] Loaded 0 patcher methods from Mono.Cecil.Mdb
7[Debug : BepInEx] Loaded 0 patcher methods from Mono.Cecil.Pdb
8[Debug : BepInEx] Loaded 0 patcher methods from Mono.Cecil.Rocks
9[Info : BepInEx] 2 patcher plugin(s) loaded
10[Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
11[Info : BepInEx] Patching [Assembly-CSharp] with [BepInEx.MonoMod.Loader/BepInEx.MonoMod.Loader.Patcher]
12[Message: MonoMod] [Main] Scanning for mods in directory.
13[Message: MonoMod] [ReadMod] Loading mod dir: C:\Users\Nick\Desktop\Temp\BepInEx\monomod
14[Message: MonoMod] [ReadMod] Loading mod dir: C:\Users\Nick\Desktop\Temp\BepInEx\monomod\tristanmcpherson-R2API
15[Message: MonoMod] [ReadMod] Loading mod: C:\Users\Nick\Desktop\Temp\BepInEx\monomod\tristanmcpherson-R2API\Assembly-CSharp.R2API.mm.dll
16[Message: MonoMod] [ReadMod] Loading mod dir: C:\Users\Nick\Desktop\Temp\BepInEx\monomod\xiaoxiao921-ItemLib
17[Message: MonoMod] [ReadMod] Loading mod: C:\Users\Nick\Desktop\Temp\BepInEx\monomod\xiaoxiao921-ItemLib\Assembly-CSharp.ItemLib.MM.dll
18[Message: MonoMod] [Main] mm.PatchRefs(); fixup pre-pass
19[Message: MonoMod] [Main] mm.AutoPatch();
20[Message: MonoMod] [AutoPatch] Parsing rules in loaded mods
21[MonoMod] [RulesModder] [Write] Writing modded module into output stream.
22[MonoMod] [RulesModder] [Write] Writing modded module into output stream.
23[Message: MonoMod] [AutoPatch] PrePatch pass
24[Message: MonoMod] [AutoPatch] Patch pass
25[Message: MonoMod] [AutoPatch] PatchRefs pass
26[Message: MonoMod] [PostProcessor] PostProcessor pass #1
27[Message: MonoMod] [Main] Done.
28[Message: BepInEx] Preloader finished
29[Message: BepInEx] Chainloader ready
30[Message: BepInEx] Chainloader started
31[Info : BepInEx] 23 / 23 plugins to load
32[Info : BepInEx] Loading [EmptyChestsBeGone 1.1.0]
33[Info : BepInEx] Loading [R2API 2.2.32]
34[Error : R2API] ItemDropAPI could not be initialized and has been disabled:
35
36System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'RoR2.PickupIndex' threw an exception. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
37 at MonoMod.Cil.ILCursor.GotoNext (MonoMod.Cil.MoveType moveType, System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) [0x0000a] in <2195ddbf0070424d93785ddc4f2e862d>:0
38 at MonoMod.Cil.ILCursor.GotoNext (System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) [0x00000] in <2195ddbf0070424d93785ddc4f2e862d>:0
39 at ItemLib.ItemLib+<>c__DisplayClass67_0.<InitCatalogHook>b__1 (MonoMod.Cil.ILContext il) [0x00007] in <7c02706321224c1bbbbcfb094331e3a8>:0
40 at MonoMod.Cil.ILContext.Invoke (MonoMod.Cil.ILContext+Manipulator manip) [0x00079] in <2195ddbf0070424d93785ddc4f2e862d>:0
41 at MonoMod.RuntimeDetour.HookGen.HookEndpoint.InvokeManipulator (Mono.Cecil.MethodDefinition def, System.Delegate cb) [0x0001c] in <918f995a72e749188a0cb75e5ba4da1e>:0
42 at MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) [0x00011] in <918f995a72e749188a0cb75e5ba4da1e>:0
43 at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) [0x00028] in <918f995a72e749188a0cb75e5ba4da1e>:0
44 at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) [0x00000] in <918f995a72e749188a0cb75e5ba4da1e>:0
45 at IL.RoR2.EquipmentCatalog.add_cctor (MonoMod.Cil.ILContext+Manipulator ) [0x0000a] in <d748fdc95bc544e49da36c1ff1a52dfd>:0
46 at ItemLib.ItemLib.InitCatalogHook () [0x00052] in <7c02706321224c1bbbbcfb094331e3a8>:0
47 at ItemLib.ItemLib.get_OriginalEquipmentCount () [0x00007] in <7c02706321224c1bbbbcfb094331e3a8>:0
48 at ItemLib.ItemLib.GetAllCustomItemsAndEquipments () [0x003c8] in <7c02706321224c1bbbbcfb094331e3a8>:0
49 at ItemLib.ItemLib.get_CustomItemCount () [0x00007] in <7c02706321224c1bbbbcfb094331e3a8>:0
50 at RoR2.PickupIndex..cctor () [0x00000] in <eae781bd93824da1b7902a2b6526887c>:0
51 --- End of inner exception stack trace ---
52 at (wrapper managed-to-native) System.RuntimeMethodHandle.GetFunctionPointer(intptr)
53 at System.RuntimeMethodHandle.GetFunctionPointer () [0x00000] in <c6bd535f6ab848b4a13f34d01b756eef>:0
54 at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetFunctionPointer (System.RuntimeMethodHandle handle) [0x00000] in <918f995a72e749188a0cb75e5ba4da1e>:0
55 at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetNativeStart (System.Reflection.MethodBase method) [0x00008] in <918f995a72e749188a0cb75e5ba4da1e>:0
56 at MonoMod.RuntimeDetour.DetourHelper.GetNativeStart (System.Reflection.MethodBase method) [0x0000b] in <918f995a72e749188a0cb75e5ba4da1e>:0
57 at MonoMod.RuntimeDetour.Detour._TopApply () [0x00009] in <918f995a72e749188a0cb75e5ba4da1e>:0
58 at MonoMod.RuntimeDetour.Detour..ctor (System.Reflection.MethodBase from, System.Reflection.MethodBase to) [0x001f8] in <918f995a72e749188a0cb75e5ba4da1e>:0
59 at MonoMod.RuntimeDetour.HookGen.HookEndpoint.UpdateILManipulated (System.Boolean force) [0x00068] in <918f995a72e749188a0cb75e5ba4da1e>:0
60 at MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) [0x0001b] in <918f995a72e749188a0cb75e5ba4da1e>:0
61 at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) [0x00028] in <918f995a72e749188a0cb75e5ba4da1e>:0
62 at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) [0x00000] in <918f995a72e749188a0cb75e5ba4da1e>:0
63 at IL.RoR2.ShrineChanceBehavior.add_AddShrineStack (MonoMod.Cil.ILContext+Manipulator ) [0x0000a] in <d748fdc95bc544e49da36c1ff1a52dfd>:0
64 at R2API.ItemDropAPI.SetHooks () [0x00022] in <fbe64e3639d841baba971e923807db02>:0
65 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
66 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
67 --- End of inner exception stack trace ---
68 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
69 at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <c6bd535f6ab848b4a13f34d01b756eef>:0
70 at R2API.Utils.APISubmoduleHandler+<>c.<InvokeStage>b__5_1 (System.Reflection.MethodInfo m) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
71 at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in <c6bd535f6ab848b4a13f34d01b756eef>:0
72 at R2API.Utils.APISubmoduleHandler.InvokeStage (System.Type type, R2API.Utils.InitStage stage) [0x00068] in <fbe64e3639d841baba971e923807db02>:0
73 at R2API.Utils.APISubmoduleHandler+<>c__DisplayClass3_0.<LoadAll>b__0 (System.Type t) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
74 at R2API.Utils.EnumerableExtensions+<>c__DisplayClass0_0`1[T].<ForEachTry>b__0 (T element) [0x00000] in <fbe64e3639d841baba971e923807db02>:0
75[Info : BepInEx] Loading [BiggerLockboxes 2.0.0]
76[Info : BepInEx] Loading [FasterChances 1.0.0]
77[Error : Unity Log] KeyNotFoundException: The given key was not present in the dictionary.
78Stack trace:
79MonoMod.Cil.ILCursor.GotoNext (MonoMod.Cil.MoveType moveType, System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
80MonoMod.Cil.ILCursor.GotoNext (System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
81ItemLib.ItemLib+<>c__DisplayClass67_0.<InitCatalogHook>b__1 (MonoMod.Cil.ILContext il) (at <7c02706321224c1bbbbcfb094331e3a8>:0)
82MonoMod.Cil.ILContext.Invoke (MonoMod.Cil.ILContext+Manipulator manip) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
83MonoMod.RuntimeDetour.HookGen.HookEndpoint.InvokeManipulator (Mono.Cecil.MethodDefinition def, System.Delegate cb) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
84MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
85MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
86MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
87IL.RoR2.EquipmentCatalog.add_cctor (MonoMod.Cil.ILContext+Manipulator ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
88ItemLib.ItemLib.InitCatalogHook () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
89ItemLib.ItemLib.get_OriginalEquipmentCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
90ItemLib.ItemLib.GetAllCustomItemsAndEquipments () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
91ItemLib.ItemLib.get_CustomItemCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
92RoR2.PickupIndex..cctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
93Rethrow as TypeInitializationException: The type initializer for 'RoR2.PickupIndex' threw an exception.
94System.RuntimeMethodHandle.GetFunctionPointer () (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
95MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetFunctionPointer (System.RuntimeMethodHandle handle) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
96MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetNativeStart (System.Reflection.MethodBase method) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
97MonoMod.RuntimeDetour.DetourHelper.GetNativeStart (System.Reflection.MethodBase method) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
98MonoMod.RuntimeDetour.Detour._TopApply () (at <918f995a72e749188a0cb75e5ba4da1e>:0)
99MonoMod.RuntimeDetour.Detour..ctor (System.Reflection.MethodBase from, System.Reflection.MethodBase to) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
100MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase from, System.Reflection.MethodInfo to, System.Object target) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
101MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase method, System.Delegate to) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
102MonoMod.RuntimeDetour.HookGen.HookEndpoint.Add (System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
103MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add (System.Reflection.MethodBase method, System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
104MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add[T] (System.Reflection.MethodBase method, System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
105On.RoR2.ShrineChanceBehavior.add_AddShrineStack (On.RoR2.ShrineChanceBehavior+hook_AddShrineStack ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
106FasterChances.FasterChances.Awake () (at <7b6e935d3e5c4fedbd3a5b680dbefd55>:0)
107UnityEngine.GameObject:AddComponent(Type)
108BepInEx.Bootstrap.Chainloader:Start()
109UnityEngine.Application:.cctor()
110RoR2.SkinDef:Awake()
111
112[Info : BepInEx] Loading [ItemLib 0.1.3]
113[Info : ItemLib] Initializing
114[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
115Stack trace:
116MonoMod.Utils.DynamicMethodDefinition.GenerateViaCecil (Mono.Cecil.TypeDefinition typeDef) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
117MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
118MonoMod.Utils.DynamicMethodDefinition.Generate () (at <2195ddbf0070424d93785ddc4f2e862d>:0)
119MonoMod.RuntimeDetour.HookGen.HookEndpoint.UpdateILManipulated (System.Boolean force) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
120MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
121MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
122MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
123MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
124MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
125IL.RoR2.ItemCatalog.add_DefineItems (MonoMod.Cil.ILContext+Manipulator ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
126ItemLib.ItemLib.InitCatalogHook () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
127ItemLib.ItemLib.Initialize () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
128ItemLib.ItemLibPlugin..ctor () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
129UnityEngine.GameObject:AddComponent(Type)
130BepInEx.Bootstrap.Chainloader:Start()
131UnityEngine.Application:.cctor()
132RoR2.SkinDef:Awake()
133
134[Info : BepInEx] Loading [EliteSpawningOverhaul 0.2.0]
135[Info : BepInEx] Loading [AssetPlus 0.1.1]
136[Info : BepInEx] Loading [Hailstorm 0.3.2]
137[Info : ItemLib] Initializing
138[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
139Stack trace:
140MonoMod.Utils.DynamicMethodDefinition.GenerateViaCecil (Mono.Cecil.TypeDefinition typeDef) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
141MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
142MonoMod.Utils.DynamicMethodDefinition.Generate () (at <2195ddbf0070424d93785ddc4f2e862d>:0)
143MonoMod.RuntimeDetour.HookGen.HookEndpoint.UpdateILManipulated (System.Boolean force) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
144MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
145MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
146MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
147MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
148MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
149IL.RoR2.ItemCatalog.add_DefineItems (MonoMod.Cil.ILContext+Manipulator ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
150ItemLib.ItemLib.InitCatalogHook () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
151ItemLib.ItemLib.Initialize () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
152ItemLib.ItemLib.GetEliteId (System.String name) (at <7c02706321224c1bbbbcfb094331e3a8>:0)
153JarlykMods.Hailstorm.DarkElitesManager..ctor () (at <8c3eebac8b2045c99b61dd149c69e79e>:0)
154JarlykMods.Hailstorm.HailstormPlugin..ctor () (at <8c3eebac8b2045c99b61dd149c69e79e>:0)
155UnityEngine.GameObject:AddComponent(Type)
156BepInEx.Bootstrap.Chainloader:Start()
157UnityEngine.Application:.cctor()
158RoR2.SkinDef:Awake()
159
160[Info : BepInEx] Loading [Raincoat 0.2.2]
161[Info : BepInEx] Loading [Umbrella 0.2.2]
162[Info : ItemLib] Initializing
163[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
164Stack trace:
165MonoMod.Utils.DynamicMethodDefinition.GenerateViaCecil (Mono.Cecil.TypeDefinition typeDef) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
166MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
167MonoMod.Utils.DynamicMethodDefinition.Generate () (at <2195ddbf0070424d93785ddc4f2e862d>:0)
168MonoMod.RuntimeDetour.HookGen.HookEndpoint.UpdateILManipulated (System.Boolean force) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
169MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
170MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
171MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
172MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
173MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
174IL.RoR2.ItemCatalog.add_DefineItems (MonoMod.Cil.ILContext+Manipulator ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
175ItemLib.ItemLib.InitCatalogHook () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
176ItemLib.ItemLib.Initialize () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
177ItemLib.ItemLib.GetEquipmentId (System.String name) (at <7c02706321224c1bbbbcfb094331e3a8>:0)
178JarlykMods.Umbrella.BulletTimer..ctor () (at <f3f9b1794c0a48ce91c324252a050158>:0)
179JarlykMods.Umbrella.UmbrellaPlugin..ctor () (at <f3f9b1794c0a48ce91c324252a050158>:0)
180UnityEngine.GameObject:AddComponent(Type)
181BepInEx.Bootstrap.Chainloader:Start()
182UnityEngine.Application:.cctor()
183RoR2.SkinDef:Awake()
184
185[Info : BepInEx] Loading [BiggerBazaar 1.5.2]
186[Info : BepInEx] Loading [ItemExchangeNotifier 1.3.0]
187[Info : BepInEx] Loading [BalancedObliterate 1.1.3]
188[Info : BepInEx] Loading [Item Counters 1.0.0]
189[Info : BepInEx] Loading [ItemStats 1.3.1]
190[Info : BepInEx] Loading [ReinDirectorCardLibrary 1.0.0]
191[Info : BepInEx] Loading [ReinArchWispsDemo 1.0.0]
192[Info : BepInEx] Loading [ReinGeneralBugfixes 1.0.1]
193[Info : BepInEx] Loading [ReinStutterStunter 1.0.3]
194[Info : BepInEx] Loading [Monstar Mod 1.3.6]
195[Error : Unity Log] KeyNotFoundException: The given key was not present in the dictionary.
196Stack trace:
197MonoMod.Cil.ILCursor.GotoNext (MonoMod.Cil.MoveType moveType, System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
198MonoMod.Cil.ILCursor.GotoNext (System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
199ItemLib.ItemLib+<>c__DisplayClass67_0.<InitCatalogHook>b__1 (MonoMod.Cil.ILContext il) (at <7c02706321224c1bbbbcfb094331e3a8>:0)
200MonoMod.Cil.ILContext.Invoke (MonoMod.Cil.ILContext+Manipulator manip) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
201MonoMod.RuntimeDetour.HookGen.HookEndpoint.InvokeManipulator (Mono.Cecil.MethodDefinition def, System.Delegate cb) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
202MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
203MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
204MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
205IL.RoR2.EquipmentCatalog.add_cctor (MonoMod.Cil.ILContext+Manipulator ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
206ItemLib.ItemLib.InitCatalogHook () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
207ItemLib.ItemLib.get_OriginalEquipmentCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
208ItemLib.ItemLib.GetAllCustomItemsAndEquipments () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
209ItemLib.ItemLib.get_CustomItemCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
210RoR2.PickupIndex..cctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
211Rethrow as TypeInitializationException: The type initializer for 'RoR2.PickupIndex' threw an exception.
212System.RuntimeMethodHandle.GetFunctionPointer () (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
213MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetFunctionPointer (System.RuntimeMethodHandle handle) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
214MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetNativeStart (System.Reflection.MethodBase method) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
215MonoMod.RuntimeDetour.DetourHelper.GetNativeStart (System.Reflection.MethodBase method) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
216MonoMod.RuntimeDetour.Detour._TopApply () (at <918f995a72e749188a0cb75e5ba4da1e>:0)
217MonoMod.RuntimeDetour.Detour..ctor (System.Reflection.MethodBase from, System.Reflection.MethodBase to) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
218MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase from, System.Reflection.MethodInfo to, System.Object target) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
219MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase method, System.Delegate to) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
220MonoMod.RuntimeDetour.HookGen.HookEndpoint.Add (System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
221MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add (System.Reflection.MethodBase method, System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
222MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add[T] (System.Reflection.MethodBase method, System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
223On.RoR2.ShrineChanceBehavior.add_AddShrineStack (On.RoR2.ShrineChanceBehavior+hook_AddShrineStack ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
224FasterChances.FasterChances.Awake () (at <7b6e935d3e5c4fedbd3a5b680dbefd55>:0)
225UnityEngine.Resources:Load(String)
226MonstarMod.Monstar:Awake()
227UnityEngine.GameObject:AddComponent(Type)
228BepInEx.Bootstrap.Chainloader:Start()
229UnityEngine.Application:.cctor()
230RoR2.SkinDef:Awake()
231
232[Error : Unity Log] KeyNotFoundException: The given key was not present in the dictionary.
233Stack trace:
234MonoMod.Cil.ILCursor.GotoNext (MonoMod.Cil.MoveType moveType, System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
235MonoMod.Cil.ILCursor.GotoNext (System.Func`2[Mono.Cecil.Cil.Instruction,System.Boolean][] predicates) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
236ItemLib.ItemLib+<>c__DisplayClass67_0.<InitCatalogHook>b__1 (MonoMod.Cil.ILContext il) (at <7c02706321224c1bbbbcfb094331e3a8>:0)
237MonoMod.Cil.ILContext.Invoke (MonoMod.Cil.ILContext+Manipulator manip) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
238MonoMod.RuntimeDetour.HookGen.HookEndpoint.InvokeManipulator (Mono.Cecil.MethodDefinition def, System.Delegate cb) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
239MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
240MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
241MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
242IL.RoR2.EquipmentCatalog.add_cctor (MonoMod.Cil.ILContext+Manipulator ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
243ItemLib.ItemLib.InitCatalogHook () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
244ItemLib.ItemLib.get_OriginalEquipmentCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
245ItemLib.ItemLib.GetAllCustomItemsAndEquipments () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
246ItemLib.ItemLib.get_CustomItemCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
247RoR2.PickupIndex..cctor () (at <eae781bd93824da1b7902a2b6526887c>:0)
248Rethrow as TypeInitializationException: The type initializer for 'RoR2.PickupIndex' threw an exception.
249System.RuntimeMethodHandle.GetFunctionPointer () (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
250MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetFunctionPointer (System.RuntimeMethodHandle handle) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
251MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetNativeStart (System.Reflection.MethodBase method) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
252MonoMod.RuntimeDetour.DetourHelper.GetNativeStart (System.Reflection.MethodBase method) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
253MonoMod.RuntimeDetour.Detour._TopApply () (at <918f995a72e749188a0cb75e5ba4da1e>:0)
254MonoMod.RuntimeDetour.Detour..ctor (System.Reflection.MethodBase from, System.Reflection.MethodBase to) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
255MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase from, System.Reflection.MethodInfo to, System.Object target) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
256MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase method, System.Delegate to) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
257MonoMod.RuntimeDetour.HookGen.HookEndpoint.Add (System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
258MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add (System.Reflection.MethodBase method, System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
259MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add[T] (System.Reflection.MethodBase method, System.Delegate hookDelegate) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
260On.RoR2.ShrineChanceBehavior.add_AddShrineStack (On.RoR2.ShrineChanceBehavior+hook_AddShrineStack ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
261FasterChances.FasterChances.Awake () (at <7b6e935d3e5c4fedbd3a5b680dbefd55>:0)
262UnityEngine.Resources:Load(String)
263MonstarMod.Monstar:Awake()
264UnityEngine.GameObject:AddComponent(Type)
265BepInEx.Bootstrap.Chainloader:Start()
266UnityEngine.Application:.cctor()
267RoR2.SkinDef:Awake()
268
269[Info : BepInEx] Loading [Faster3DPrinters 1.0.0]
270[Info : BepInEx] Loading [MiniRpcLib 1.0]
271[Info :MiniRpcLib] Initializing Logger
272[Info :MiniRpcLib] Initializing MiniRpc
273[Info :MiniRpcLib] 3923704355[0] Registering action | Server
274[Info :MiniRpcLib] 3923704355[1] Registering action | Client
275[Info :MiniRpcLib] 3923704355[2] Registering action | Client
276[Info :MiniRpcLib] 3923704355[3] Registering action | Server
277[Info : BepInEx] Loading [TooManyFriends 1.0]
278[Message: BepInEx] Chainloader startup complete
279Facepunch.Steamworks Unity: WindowsPlayer
280Facepunch.Steamworks Os: Windows
281Facepunch.Steamworks Arch: x64
282Setting breakpad minidump AppID = 632360
283Steam_SetMinidumpSteamID: Caching Steam ID: 76561198049955172 [API loaded no]
284Searching for compatible XInput library...
285Found Xinput1_4.dll.
286[Info : Unity Log] WwiseUnity: Sound engine initialized successfully.
287[Info : Unity Log] Bloom: True
288[Info : Unity Log] english
289[Info : Unity Log] Setting current language to "en"
290[Info : Unity Log] arg[0]="C:\Users\Nick\Desktop\Temp\Risk of Rain 2.exe"
291[Info : Unity Log] Initializing system: BodyCatalog
292[Info : Unity Log] Initializing system: BuffCatalog
293[Info : Unity Log] Initializing system: CostTypeCatalog
294[Info : Unity Log] Initializing system: EquipmentCatalog
295[Info : Unity Log] Initializing system: ItemCatalog
296[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
297Stack trace:
298MonoMod.Utils.DynamicMethodDefinition.GenerateViaCecil (Mono.Cecil.TypeDefinition typeDef) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
299MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context) (at <2195ddbf0070424d93785ddc4f2e862d>:0)
300MonoMod.Utils.DynamicMethodDefinition.Generate () (at <2195ddbf0070424d93785ddc4f2e862d>:0)
301MonoMod.RuntimeDetour.HookGen.HookEndpoint.UpdateILManipulated (System.Boolean force) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
302MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
303MonoMod.RuntimeDetour.HookGen.HookEndpoint._ManipulatorFailure (System.Boolean reapply) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
304MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
305MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
306MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify[T] (System.Reflection.MethodBase method, System.Delegate callback) (at <918f995a72e749188a0cb75e5ba4da1e>:0)
307IL.RoR2.ItemCatalog.add_DefineItems (MonoMod.Cil.ILContext+Manipulator ) (at <d748fdc95bc544e49da36c1ff1a52dfd>:0)
308ItemLib.ItemLib.InitCatalogHook () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
309ItemLib.ItemLib.get_OriginalEquipmentCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
310ItemLib.ItemLib.GetAllCustomItemsAndEquipments () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
311ItemLib.ItemLib.get_CustomItemCount () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
312ItemLib.ItemLib+<>c.<InitCatalogHook>b__67_7 () (at <7c02706321224c1bbbbcfb094331e3a8>:0)
313DMD<RoR2_ItemCatalog::DefineItems>?-1621564800._DefineItems () (at <174e601fa1034aefa30b31cbcdd55396>:0)
314RoR2.ItemCatalog.Init () (at <eae781bd93824da1b7902a2b6526887c>:0)
315System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
316Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
317System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
318System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <c6bd535f6ab848b4a13f34d01b756eef>:0)
319RoR2.SystemInitializerAttribute.Execute () (at <eae781bd93824da1b7902a2b6526887c>:0)
320DMD<RoR2_RoR2Application::OnLoad>?-1920230144._OnLoad (RoR2.RoR2Application ) (at <bb7b1455838f45f9ab14f5bf57344f68>:0)
321R2API.R2API+<>c.<.ctor>b__9_2 (On.RoR2.RoR2Application+orig_OnLoad orig, RoR2.RoR2Application self) (at <fbe64e3639d841baba971e923807db02>:0)
322DMD<>?165060736._Hook<RoR2_RoR2Application::OnLoad>?-1446239744 (RoR2.RoR2Application ) (at <7bd6e80df54348679648f07ce15d6572>:0)
323AssetPlus.AssetPlus.RoR2Application_OnLoad (On.RoR2.RoR2Application+orig_OnLoad orig, RoR2.RoR2Application self) (at <7879da60b7b54b06bb3b96f623b10e5a>:0)
324DMD<>?318874752._Hook<RoR2_RoR2Application::OnLoad>?682795520 (RoR2.RoR2Application ) (at <43cede20290a4e27901c3bc17fdb731f>:0)
325RoR2.RoR2Application.Awake () (at <eae781bd93824da1b7902a2b6526887c>:0)
326
327[Info : Unity Log] Active scene changed from to title
328[Info : Unity Log] Loaded scene title loadSceneMode=2