Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. An error occured while deserializing object: An exception was thrown by the type initializer for PredicateOf`1 at Newtonsoft.Json.Utilities.StringUtils.ForgivingCaseSensitiveFind[KeyValuePair`2] (IEnumerable`1 source, System.Func`2 valueSelector, System.String testValue) [0x00069] in /Users/felixs/projects/Foo/bar/Assets/JsonDotNet/Source/Utilities/StringUtils.cs:371
  2. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectFromNonDefaultConstructor (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, System.Reflection.ConstructorInfo constructorInfo, System.String id) [0x0007e] in /Users/felixs/projects/Foo/bar/Assets/JsonDotNet/Source/Serialization/JsonSerializerInternalReader.cs:834
  3. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateAndPopulateObject (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, System.String id) [0x000c9] in /Users/felixs/projects/Foo/bar/Assets/JsonDotNet/Source/Serialization/JsonSerializerInternalReader.cs:811
  4. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue) [0x00335] in /Users/felixs/projects/Foo/bar/Assets/JsonDotNet/Source/Serialization/JsonSerializerInternalReader.cs:404
  5. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue) [0x0006c] in /Users/felixs/projects/Foo/bar/Assets/JsonDotNet/Source/Serialization/JsonSerializerInternalReader.cs:222
  6. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueNonProperty (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract) [0x0002a] in /Users/felixs/projects/Foo/bar/Assets/JsonDotNet/Source/Serialization/JsonSerializerInternalReader.cs:207
  7. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList (IWrappedCollection wrappedList, Newtonsoft.Json.JsonReader reader, System.String reference, Newtonsoft.Json.Serialization.JsonArrayContract contract) [0x00094] in /Users/felixs/projects/Foo/bar/Assets/JsonDotNet/Source/Serialization/JsonSerializerInternalReader.cs:729
  8. UnityEngine.Debug:Internal_Log(Int32, String, Object)
  9. UnityEngine.Debug:LogWarning(Object)
  10. FooSaveLoad:Load(String)
  11. FooSaveLoad:LoadAccount() (at /Users/felixs/projects/Foo/bar/Assets/Classes/Util/FooSaveLoad.cs:34)
  12. GameController:Initialize() (at /Users/felixs/projects/Foo/bar/Assets/Scripts/Controllers/GameController.cs:158)
  13. GameController:Awake() (at /Users/felixs/projects/Foo/bar/Assets/Scripts/Controllers/GameController.cs:137)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement