Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. EventHorizon.Rogue.Domain.Gameplay.Board.GetTileInfo (UnityEngine.Vector3 position) (at Assets/scripts/Rogue/Domain/Gameplay/Board.cs:277)
  3. EventHorizon.Rogue.Domain.Gameplay.Board+<>c__DisplayClass68_0.<HasAnyValidStartPositionFor>b__0 (UnityEngine.Vector3 _) (at Assets/scripts/Rogue/Domain/Gameplay/Board.cs:558)
  4. EventHorizon.Common.Domain.IEnumerableExt.Any[T] (System.Collections.Generic.IReadOnlyList`1[T] self, System.Predicate`1[T] predicate) (at Assets/scripts/Common/Domain/IEnumerableExt.cs:88)
  5. EventHorizon.Rogue.Domain.Gameplay.Board.HasAnyValidStartPositionFor (EventHorizon.Rogue.Domain.TeamType team, System.Nullable`1[T] gridSize) (at Assets/scripts/Rogue/Domain/Gameplay/Board.cs:558)
  6. EventHorizon.Rogue.Domain.Gameplay.Battles.PartySpawner.SpawnParty (EventHorizon.Rogue.Domain.Gameplay.DungeonScenario.IDungeonScenario dungeonScenario, System.Collections.Generic.IEnumerable`1[T] partyUnits, EventHorizon.Rogue.Domain.TeamType partyTeam) (at Assets/scripts/Rogue/Domain/Gameplay/Battles/PartySpawner.cs:25)
  7. EventHorizon.Rogue.Domain.Gameplay.Battle.AddPartyIfNotExist (EventHorizon.Rogue.Domain.Gameplay.Battles.IPlayerParty party) (at Assets/scripts/Rogue/Domain/Gameplay/Battle.cs:1250)
  8. EventHorizon.Rogue.Services.BattleCreator+<StartBattleAsync>d__32.MoveNext () (at Assets/scripts/Rogue/Services/BattleCreator.cs:219)
  9. --- End of stack trace from previous location where exception was thrown ---
  10. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  11. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  12. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  13. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  14. System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  15. EventHorizon.Rogue.Services.BattleCreator+<StartWithPredefinedDungeonAsync>d__13.MoveNext () (at Assets/scripts/Rogue/Services/BattleCreator.cs:122)
  16. --- End of stack trace from previous location where exception was thrown ---
  17. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  18. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  19. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  20. System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  21. System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () (at <d7ac571ca2d04b2f981d0d886fa067cf>:0)
  22. EventHorizon.Rogue.ViewModels.Games.BattleCreationPanelVM+<StartNewBattle>d__76.MoveNext () (at Assets/scripts/Rogue/ViewModels/Games/BattleCreationPanelVM.cs:349)
  23. UnityEngine.Debug:LogException(Exception, Object)
  24. EventHorizon.Common.Domain.Logging.<>c__DisplayClass5_0:<ThreadSafeLog>b__0() (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:44)
  25. EventHorizon.Common.Domain.Logging.UnityEditorLogger:UnityThreadSafeCallback(Action) (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:79)
  26. EventHorizon.Common.Domain.Logging.UnityEditorLogger:ThreadSafeLog(Exception, Object) (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:44)
  27. EventHorizon.Common.Domain.Logging.UnityEditorLogger:OnLog(Exception, Object) (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:35)
  28. EventHorizon.Common.Domain.Logging.BaseLogger:Log(Exception, Object) (at Assets/scripts/Common/Domain/Logging/BaseLogger.cs:23)
  29. EventHorizon.Common.Domain.Logging.<>c__DisplayClass17_0:<InternalException>b__0(ILogger) (at Assets/scripts/Common/Domain/Logging/Logs.cs:110)
  30. System.Collections.Generic.List`1:ForEach(Action`1)
  31. EventHorizon.Common.Domain.Logging.Logs:InternalException(Exception, Object) (at Assets/scripts/Common/Domain/Logging/Logs.cs:110)
  32. EventHorizon.Common.Domain.Logging.Logs:Exception(Exception, Object) (at Assets/scripts/Common/Domain/Logging/Logs.cs:71)
  33. EventHorizon.Rogue.ViewModels.Games.<StartNewBattle>d__76:MoveNext() (at Assets/scripts/Rogue/ViewModels/Games/BattleCreationPanelVM.cs:355)
  34. System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetException(Exception)
  35. EventHorizon.Rogue.Services.<StartWithPredefinedDungeonAsync>d__13:MoveNext() (at Assets/scripts/Rogue/Services/BattleCreator.cs:122)
  36. System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetException(Exception)
  37. EventHorizon.Rogue.Services.<StartBattleAsync>d__32:MoveNext() (at Assets/scripts/Rogue/Services/BattleCreator.cs:267)
  38. System.Runtime.CompilerServices.AsyncTaskMethodBuilder:SetResult()
  39. EventHorizon.Common.Domain.<InvokeAsync>d__2:MoveNext() (at Assets/scripts/Common/Domain/AsyncEvent.cs:53)
  40. System.Runtime.CompilerServices.AsyncTaskMethodBuilder:SetResult()
  41. EventHorizon.Rogue.ViewModels.<OnBattleLoadingAsync>d__61:MoveNext() (at Assets/scripts/Rogue/ViewModels/GameVM.cs:304)
  42. System.Threading.Tasks.TaskCompletionSource`1:SetResult(Boolean)
  43. EventHorizon.Common.Domain.<StartWaitingFor>d__5:MoveNext() (at Assets/scripts/Common/Domain/ICoroutineRunner.cs:49)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement