Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. EventHorizon.Rogue.Domain.Gameplay.DungeonLayouts.Segment.LoadToDTO (EventHorizon.Rogue.Domain.Persistence.Dungeons.SegmentDTO dto, EventHorizon.Rogue.Domain.Persistence.ITemplatesRepository templatesRepository) (at Assets/scripts/Rogue/Domain/Gameplay/DungeonLayouts/Segment.cs:104)
  3. EventHorizon.Rogue.Domain.Gameplay.DungeonLayouts.DungeonLayout+<>c__DisplayClass58_0.<LoadToDTO>b__1 (EventHorizon.Rogue.Domain.Gameplay.DungeonLayouts.Segment _, EventHorizon.Rogue.Domain.Persistence.Dungeons.SegmentDTO itemDto) (at Assets/scripts/Rogue/Domain/Gameplay/DungeonLayouts/DungeonLayout.cs:149)
  4. EventHorizon.Common.Domain.IListExt.SynchronizeWith[T,TSource] (System.Collections.Generic.IList`1[T] self, System.Collections.Generic.IReadOnlyList`1[T] source, System.Action`2[T1,T2] update) (at Assets/scripts/Common/Domain/IListExt.cs:127)
  5. EventHorizon.Rogue.Domain.Gameplay.DungeonLayouts.DungeonLayout.LoadToDTO (EventHorizon.Rogue.Domain.Persistence.ITemplatesRepository templatesRepository) (at Assets/scripts/Rogue/Domain/Gameplay/DungeonLayouts/DungeonLayout.cs:149)
  6. EventHorizon.Rogue.Services.Serialization.GameDataStorage+<SyncWithDatabaseAsync>d__16.MoveNext () (at Assets/scripts/Rogue/Services/Serialization/GameDataStorage.cs:71)
  7. --- End of stack trace from previous location where exception was thrown ---
  8. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  9. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  10. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  11. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  12. System.Runtime.CompilerServices.TaskAwaiter.GetResult () (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  13. EventHorizon.RogueEditor.View.DungeonsEditor.DungeonArchitectWindowEditor+<SyncWithDatabase>d__79.MoveNext () (at Assets/scripts/RogueEditor/View/DungeonsEditor/DungeonArchitectWindowEditor.cs:1028)
  14. UnityEngine.Debug:LogException(Exception, Object)
  15. EventHorizon.Common.Domain.Logging.UnityLogger:Log(Exception, Object) (at Assets/scripts/Common/Domain/Logging/UnityLogger.cs:55)
  16. EventHorizon.Common.Domain.Logging.Logs:InternalFallbackException(Exception, Object) (at Assets/scripts/Common/Domain/Logging/Logs.cs:124)
  17. EventHorizon.Common.Domain.Logging.Logs:Exception(Exception, Object) (at Assets/scripts/Common/Domain/Logging/Logs.cs:88)
  18. EventHorizon.RogueEditor.View.DungeonsEditor.<SyncWithDatabase>d__79:MoveNext() (at Assets/scripts/RogueEditor/View/DungeonsEditor/DungeonArchitectWindowEditor.cs:1032)
  19. System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(<SyncWithDatabase>d__79&)
  20. EventHorizon.RogueEditor.View.DungeonsEditor.DungeonArchitectWindowEditor:SyncWithDatabase()
  21. EventHorizon.RogueEditor.View.DungeonsEditor.DungeonArchitectWindowEditor:DrawLayoutToolbar() (at Assets/scripts/RogueEditor/View/DungeonsEditor/DungeonArchitectWindowEditor.cs:938)
  22. EventHorizon.RogueEditor.View.DungeonsEditor.DungeonArchitectWindowEditor:OnGUI() (at Assets/scripts/RogueEditor/View/DungeonsEditor/DungeonArchitectWindowEditor.cs:133)
  23. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) (at C:/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:179)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement