Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. InvalidOperationException: Internal Deserialization Error - Object definition has not been encountered for object with id=500; have you reordered or modified the serialized data? If this is an issue with an unmodified Full Json implementation and unmodified serialization data, please report an issue with an included test case.
  2. ParadoxNotion.Serialization.FullSerializer.Internal.fsCyclicReferenceManager.GetReferenceObject (System.Int32 id) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Internal/fsCyclicReferenceManager.cs:61)
  3. ParadoxNotion.Serialization.FullSerializer.fsSerializer.Internal_Deserialize (System.Type overrideConverterType, ParadoxNotion.Serialization.FullSerializer.fsData data, System.Type storageType, System.Object& result, System.Collections.Generic.List`1[ParadoxNotion.Serialization.FullSerializer.fsObjectProcessor]& processors) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsSerializer.cs:467)
  4. ParadoxNotion.Serialization.FullSerializer.fsSerializer.TryDeserialize (ParadoxNotion.Serialization.FullSerializer.fsData data, System.Type storageType, System.Type overrideConverterType, System.Object& result) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsSerializer.cs:447)
  5. UnityEngine.Logger:LogException(Exception)
  6. ParadoxNotion.Services.Logger:ForwardToUnity(LogType, Object, String, Object) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Services/Logger.cs:125)
  7. ParadoxNotion.Services.Logger:Internal_Log(LogType, Object, String, Object) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Services/Logger.cs:118)
  8. ParadoxNotion.Services.Logger:LogException(Exception, String, Object) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Services/Logger.cs:78)
  9. ParadoxNotion.Serialization.FullSerializer.fsSerializer:TryDeserialize(fsData, Type, Type, Object&) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsSerializer.cs:453)
  10. ParadoxNotion.Serialization.JSONSerializer:Internal_Deserialize(Type, String, List`1, Object) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/JSONSerializer.cs:114)
  11. ParadoxNotion.Serialization.JSONSerializer:Deserialize(String, List`1) (at Assets/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/JSONSerializer.cs:75)
  12. ParadoxNotion.Design.GenericMenuBrowser:LoadPrefs() (at Assets/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericMenuBrowser.cs:200)
  13. ParadoxNotion.Design.GenericMenuBrowser:OnOpen() (at Assets/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericMenuBrowser.cs:188)
  14. UnityEditor.PopupWindow:Show(Rect, PopupWindowContent)
  15. ParadoxNotion.Design.GenericMenuBrowser:Show(GenericMenu, Vector2, String, Type) (at Assets/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericMenuBrowser.cs:149)
  16. ParadoxNotion.Design.EditorUtils:ShowAsBrowser(GenericMenu, Vector2, String, Type) (at Assets/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ContextMenus.cs:383)
  17. NodeCanvas.Editor.GraphEditor:HandlePostNodesGraphEvents(Graph, Vector2) (at Assets/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Events.cs:167)
  18. NodeCanvas.Editor.GraphEditor:OnGUI() (at Assets/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.cs:543)
  19. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement