Advertisement
Guest User

Untitled

a guest
Jan 1st, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Exception from asynchronous event: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: An element with the same key already exists in the dictionary.
  2. at System.Collections.Generic.Dictionary`2[Verse.ThingDef,System.Single].Add (Verse.ThingDef key, Single value) [0x00171] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:432
  3. at RimWorld.BiomeDef.CommonalityOfPlant (Verse.ThingDef plantDef) [0x000b4] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Defs\DefTypes\BiomeDef.cs:247
  4. at RimWorld.BiomeDef+<>c__Iterator87.MoveNext () [0x00058] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Defs\DefTypes\BiomeDef.cs:179
  5. at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[Verse.ThingDef].MoveNext () [0x00000] in <filename unknown>:0
  6. at System.Linq.Enumerable.ToDictionary[ThingDef,ThingDef,Boolean] (IEnumerable`1 source, System.Func`2 keySelector, System.Func`2 elementSelector, IEqualityComparer`1 comparer) [0x00000] in <filename unknown>:0
  7. at System.Linq.Enumerable.ToDictionary[ThingDef,ThingDef,Boolean] (IEnumerable`1 source, System.Func`2 keySelector, System.Func`2 elementSelector) [0x00000] in <filename unknown>:0
  8. at FluffyManager.ManagerJob_Forestry..ctor (FluffyManager.Manager manager) [0x00000] in <filename unknown>:0
  9. at FluffyManager.ManagerTab_Forestry..ctor (FluffyManager.Manager manager) [0x00000] in <filename unknown>:0
  10. at FluffyManager.Manager..ctor (Verse.Map map) [0x00000] in <filename unknown>:0
  11. at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&)
  12. at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00119] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:513
  13. --- End of inner exception stack trace ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement