Advertisement
Pankysha_New

Untitled

Apr 6th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. Error: _main --> Verification did not pass!{"message":"Verification failed","verificationResp":{"response":"currentHp in player2Hero"},"jent":true}
  2. UnityEngine.Debug:LogError(Object)
  3. Cards.DebugLogger:LogError(String, Int32) (at Assets/Scripts/Gameplay/DebugLogger.cs:135)
  4. Cards.GameController:VerificationPassedCallback(GameRequestResponse) (at Assets/Scripts/Gameplay/GameController.cs:810)
  5. Cards.<VerifyModel>c__AnonStorey4:<>m__0(GameRequestResponse) (at Assets/Scripts/Gameplay/GameController.cs:596)
  6. UniRx.Subscribe`1:OnNext(GameRequestResponse) (at Assets/Plugins/UniRx/Scripts/Observer.cs:164)
  7. UniRx.Operators.SelectMany:OnNext(GameRequestResponse) (at Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs:149)
  8. UniRx.Operators.SelectMany:OnNext(GameRequestResponse) (at Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs:149)
  9. UniRx.Operators.ImmediateReturnObservable`1:Subscribe(IObserver`1) (at Assets/Plugins/UniRx/Scripts/Operators/Return.cs:87)
  10. UniRx.Operators.SelectManyOuterObserver:OnNext(UnityWebRequestAsyncOperation) (at Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs:106)
  11. UniRx.Operators.FromCoroutine:OnNext(UnityWebRequestAsyncOperation) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FromCoroutine.cs:44)
  12. UniRx.<AsObservableCore>c__Iterator0`1:MoveNext() (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/AsyncOperationExtensions.cs:71)
  13. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  14.  
  15. NullReferenceException: Object reference not set to an instance of an object
  16. Cards.Model.GameModel.StringDiff (Cards.Model.GameModel model1, Cards.Model.GameModel model2) (at Assets/Scripts/Gameplay/Model/GameModel.cs:573)
  17. Cards.GameController.VerificationPassedCallback (Cards.Networking.GameRequestResponse resp) (at Assets/Scripts/Gameplay/GameController.cs:814)
  18. Cards.GameController+<VerifyModel>c__AnonStorey4.<>m__0 (Cards.Networking.GameRequestResponse x) (at Assets/Scripts/Gameplay/GameController.cs:596)
  19. UniRx.Observer+Subscribe`1[Cards.Networking.GameRequestResponse].OnNext (Cards.Networking.GameRequestResponse value) (at Assets/Plugins/UniRx/Scripts/Observer.cs:164)
  20. UniRx.Operators.SelectManyObservable`2+SelectManyOuterObserver+SelectMany[System.Int64,Cards.Networking.GameRequestResponse].OnNext (Cards.Networking.GameRequestResponse value) (at Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs:149)
  21. UniRx.Operators.SelectManyObservable`2+SelectManyOuterObserver+SelectMany[UnityEngine.Networking.UnityWebRequestAsyncOperation,Cards.Networking.GameRequestResponse].OnNext (Cards.Networking.GameRequestResponse value) (at Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs:149)
  22. UniRx.Operators.ImmediateReturnObservable`1[Cards.Networking.GameRequestResponse].Subscribe (IObserver`1 observer) (at Assets/Plugins/UniRx/Scripts/Operators/Return.cs:87)
  23. UniRx.Operators.SelectManyObservable`2+SelectManyOuterObserver[UnityEngine.Networking.UnityWebRequestAsyncOperation,Cards.Networking.GameRequestResponse].OnNext (UnityEngine.Networking.UnityWebRequestAsyncOperation value) (at Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs:106)
  24. UniRx.Operators.FromCoroutineObservable`1+FromCoroutine[UnityEngine.Networking.UnityWebRequestAsyncOperation].OnNext (UnityEngine.Networking.UnityWebRequestAsyncOperation value) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FromCoroutine.cs:44)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement