Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Could not execute post-long-event action. Exception: System.TypeInitializationException: An exception was thrown by the type initializer for VFESecurity.StaticConstructorClass ---> System.NullReferenceException: Object reference not set to an instance of an object
  2. at VFESecurity.ArtilleryStrikeUtility+<>c.<SetCache>b__1_0 (Verse.ThingDef t) [0x00000] in <filename unknown>:0
  3. at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[Verse.ThingDef].MoveNext () [0x00000] in <filename unknown>:0
  4. at System.Collections.Generic.List`1[Verse.ThingDef].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
  5. at System.Collections.Generic.List`1[Verse.ThingDef]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
  6. at System.Linq.Enumerable.ToList[ThingDef] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
  7. at VFESecurity.ArtilleryStrikeUtility.SetCache () [0x00000] in <filename unknown>:0
  8. at VFESecurity.StaticConstructorClass..cctor () [0x00000] in <filename unknown>:0
  9. --- End of inner exception stack trace ---
  10. at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (intptr) <0x00065>
  11. at (wrapper dynamic-method) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor_Patch1 (System.RuntimeTypeHandle) <0x00073>
  12. at StartupImpact.Patch.StaticConstructorOnStartupUtilityCallAll.Prefix () <0x00152>
  13. at (wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility.CallAll_Patch2 () <0x00021>
  14. at Verse.PlayDataLoader.<DoPlayLoad>m__2 () <0x00032>
  15. at Verse.LongEventHandler.ExecuteToExecuteWhenFinished () <0x001c3>
  16.  
  17. Verse.Log:Error(String, Boolean)
  18. Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
  19. Verse.LongEventHandler:UpdateCurrentAsynchronousEvent()
  20. Verse.LongEventHandler:LongEventsUpdate(Boolean&)
  21. Verse.Root:Update_Patch1(Object)
  22. Verse.Root_Entry:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement