Advertisement
Guest User

Cheat sheet crash log

a guest
Sep 22nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. Error setting value to 'BannedNPCs' on 'CheatSheet.ServerConfiguration'.
  2. at Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(Object target, Object value)
  3. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  4. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  5. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  6. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  7. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  8. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  9. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  10. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  11. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
  12. at CheatSheet.ConfigurationLoader.Initialized() in D:\Documents\My Games\Terraria/ModLoader\Mod Sources\CheatSheet\Configuration.cs:line 50
  13. at CheatSheet.CheatSheet.PostSetupContent() in D:\Documents\My Games\Terraria/ModLoader\Mod Sources\CheatSheet\CheatSheet.cs:line 135
  14. at Terraria.ModLoader.ModLoader.do_Load(Object threadContext)
  15.  
  16. Inner Exception:
  17. Value cannot be null.
  18. Parameter name: key
  19. at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
  20. at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
  21. at Terraria.ModLoader.ModLoader.GetMod(String name)
  22. at CheatSheet.ServerConfiguration.<>c.<set_BannedNPCs>b__2_0(JSONNPC jsonnpc) in D:\Documents\My Games\Terraria/ModLoader\Mod Sources\CheatSheet\Configuration.cs:line 131
  23. at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
  24. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  25. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  26. at CheatSheet.ServerConfiguration.set_BannedNPCs(JSONNPC[] value) in D:\Documents\My Games\Terraria/ModLoader\Mod Sources\CheatSheet\Configuration.cs:line 130
  27. at SetBannedNPCs(Object , Object )
  28. at Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(Object target, Object value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement