Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. EventHorizon.Rogue.Domain.Gameplay.Battles.CommandsHandlers.EndTurnHandler.CanHandle (EventHorizon.Rogue.Domain.Gameplay.Battles.Commands.EndTurn command) (at Assets/scripts/Rogue/Domain/Gameplay/Battles/CommandsHandlers/EndTurnHandler.cs:23)
  3. EventHorizon.Rogue.Domain.Gameplay.Battles.CommandsHandlers.BaseCommandHandler`1[T].Handle (EventHorizon.Rogue.Domain.Gameplay.Battles.IGameCommand command, EventHorizon.Rogue.Domain.Gameplay.Battles.Events.IGameEvent& gameEvent) (at Assets/scripts/Rogue/Domain/Gameplay/Battles/CommandsHandlers/BaseCommandHandler.cs:18)
  4. EventHorizon.Rogue.Domain.Gameplay.Battles.CommandsBuses.HostPlayerGameCommandsBus.Send[T] (T command) (at Assets/scripts/Rogue/Domain/Gameplay/Battles/CommandsBuses/HostPlayerGameCommandsBus.cs:42)
  5. Rethrow as Exception: Failed to process command:
  6. UnityEngine.Debug:LogException(Exception, Object)
  7. EventHorizon.Common.Domain.Logging.<>c__DisplayClass5_0:<ThreadSafeLog>b__0() (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:44)
  8. EventHorizon.Common.Domain.Logging.UnityEditorLogger:UnityThreadSafeCallback(Action) (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:79)
  9. EventHorizon.Common.Domain.Logging.UnityEditorLogger:ThreadSafeLog(Exception, Object) (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:44)
  10. EventHorizon.Common.Domain.Logging.UnityEditorLogger:OnLog(Exception, Object) (at Assets/scripts/Common/Domain/Logging/UnityEditorLogger.cs:35)
  11. EventHorizon.Common.Domain.Logging.BaseLogger:Log(Exception, Object) (at Assets/scripts/Common/Domain/Logging/BaseLogger.cs:23)
  12. EventHorizon.Common.Domain.Logging.<>c__DisplayClass17_0:<InternalException>b__0(ILogger) (at Assets/scripts/Common/Domain/Logging/Logs.cs:110)
  13. System.Collections.Generic.List`1:ForEach(Action`1)
  14. EventHorizon.Common.Domain.Logging.Logs:InternalException(Exception, Object) (at Assets/scripts/Common/Domain/Logging/Logs.cs:110)
  15. EventHorizon.Common.Domain.Logging.Logs:Exception(String, Exception, Object) (at Assets/scripts/Common/Domain/Logging/Logs.cs:76)
  16. EventHorizon.Rogue.Domain.Gameplay.Battles.CommandsBuses.HostPlayerGameCommandsBus:Send(IGameCommand) (at Assets/scripts/Rogue/Domain/Gameplay/Battles/CommandsBuses/HostPlayerGameCommandsBus.cs:52)
  17. EventHorizon.Rogue.Domain.Gameplay.Battles.CommandsBuses.HostPlayerGameCommandsBus:OnGameCommandReceived(ISerializedData) (at Assets/scripts/Rogue/Domain/Gameplay/Battles/CommandsBuses/HostPlayerGameCommandsBus.cs:75)
  18. EventHorizon.Common.Services.Networking.PhotonNetworkService:NotifyGameCommandReceived(ISerializedData) (at Assets/scripts/Common/Services/Networking/PhotonNetworkService.cs:306)
  19. EventHorizon.Common.Services.Networking.States.GameNetworkState:OnGameCommandReceived(EventData) (at Assets/scripts/Common/Services/Networking/States/GameNetworkState.cs:177)
  20. EventHorizon.Common.Services.Networking.States.GameNetworkState:OnHandleEvent(EventData) (at Assets/scripts/Common/Services/Networking/States/GameNetworkState.cs:41)
  21. EventHorizon.Common.Services.Networking.States.BaseNetworkState:HandleEvent(EventData) (at Assets/scripts/Common/Services/Networking/States/BaseNetworkState.cs:33)
  22. EventHorizon.Common.Services.Networking.PhotonNetworkService:OnEvent(EventData) (at Assets/scripts/Common/Services/Networking/PhotonNetworkService.cs:501)
  23. Photon.Realtime.LoadBalancingClient:OnEvent(EventData) (at Assets/packages/Photon/Scripts/PhotonLoadbalancingApi/LoadBalancingClient.cs:2579)
  24. ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(StreamBuffer)
  25. ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands()
  26. ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
  27. ExitGames.Client.Photon.PhotonPeer:Service()
  28. Photon.Realtime.LoadBalancingClient:Service() (at Assets/packages/Photon/Scripts/PhotonLoadbalancingApi/LoadBalancingClient.cs:963)
  29. EventHorizon.Common.Services.Networking.PhotonNetworkService:Update() (at Assets/scripts/Common/Services/Networking/PhotonNetworkService.cs:118)
  30. EventHorizon.Rogue.View.GameContext:LateUpdate() (at Assets/scripts/Rogue/View/GameContext.cs:199)
  31. EventHorizon.Rogue.View.Loader:LateUpdate() (at Assets/scripts/Rogue/View/Loader.cs:134)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement