Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Unicon 3.27 KB | None | 0 0
  1. Error: _main --> Verification did not pass!{"index":697,"message":"Some PVE functions are not implemented"}
  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:835)
  5. Cards.<VerifyModel>c__AnonStorey4:<>m__0(GameRequestResponse) (at Assets/Scripts/Gameplay/GameController.cs:621)
  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.  
  16. NullReferenceException: Object reference not set to an instance of an object
  17. Cards.Model.GameModel.StringDiff (Cards.Model.GameModel model1, Cards.Model.GameModel model2) (at Assets/Scripts/Gameplay/Model/GameModel.cs:576)
  18. Cards.GameController.VerificationPassedCallback (Cards.Networking.GameRequestResponse resp) (at Assets/Scripts/Gameplay/GameController.cs:839)
  19. Cards.GameController+<VerifyModel>c__AnonStorey4.<>m__0 (Cards.Networking.GameRequestResponse x) (at Assets/Scripts/Gameplay/GameController.cs:621)
  20. UniRx.Observer+Subscribe`1[Cards.Networking.GameRequestResponse].OnNext (Cards.Networking.GameRequestResponse value) (at Assets/Plugins/UniRx/Scripts/Observer.cs:164)
  21. 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)
  22. 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)
  23. UniRx.Operators.ImmediateReturnObservable`1[Cards.Networking.GameRequestResponse].Subscribe (IObserver`1 observer) (at Assets/Plugins/UniRx/Scripts/Operators/Return.cs:87)
  24. 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)
  25. 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