Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. DOTWEEN :: An error inside a tween callback was silently taken care of > Object reference not set to an instance of an object
  2.  
  3. at MobileTCGCore.ChangeZones.DoChangeZones (MobileTCGCore.InGameObject[] igos, ZoneType zone, Boolean createDeltas) [0x00000] in <filename unknown>:0
  4. at MobileTCGCore.ChangeZones.DoEvaluate (MobileTCGCore.ScriptContext Context) [0x00000] in <filename unknown>:0
  5. at MobileTCGCore.StatementNode.Evaluate (MobileTCGCore.ScriptContext Context) [0x00000] in <filename unknown>:0
  6. at MobileTCGCore.Ability.Execute (MobileTCGCore.ScriptContext context, Boolean skipParent) [0x00000] in <filename unknown>:0
  7. at MobileTCGCore.AbilityInstance.Execute (MobileTCGCore.Targets[] targets) [0x00000] in <filename unknown>:0
  8. at MobileTCGCore.InGameObject.Initialize () [0x00000] in <filename unknown>:0
  9. at MobileTCGCore.InGameObject..ctor (MobileTCGCore.GameModel GameModel, MobileTCGCore.ObjectPrinting Base, MobileTCGCore.Player Owner) [0x00000] in <filename unknown>:0
  10. at MobileTCGCore.Unit..ctor (MobileTCGCore.GameModel GameModel, MobileTCGCore.ObjectPrinting Base, MobileTCGCore.Player Owner) [0x00000] in <filename unknown>:0
  11. at MobileTCGCore.ObjectPrinting.Instantiate (MobileTCGCore.Player p) [0x00000] in <filename unknown>:0
  12. at MobileTCGCore.Player.DrawCards (Int32 quant) [0x00000] in <filename unknown>:0
  13. at MobileTCGCore.GameModel.GiveFreeCards (Int32 quant) [0x00000] in <filename unknown>:0
  14. at MobileTCGCore.Ruleset.startMainPhase (MobileTCGCore.GameModel GameModel) [0x00000] in <filename unknown>:0
  15. at MobileTCGCore.GoalRuleset.startMainPhase (MobileTCGCore.GameModel GameModel) [0x00000] in <filename unknown>:0
  16. at MobileTCGCore.Ruleset+<DoPhaseEnumerable>d__10.MoveNext () [0x00000] in <filename unknown>:0
  17. at MobileTCGCore.Ruleset.DoPhase (MobileTCGCore.GameModel GameModel) [0x00000] in <filename unknown>:0
  18. at MobileTCGCore.GoalRuleset.DoPhase (MobileTCGCore.GameModel GameModel) [0x00000] in <filename unknown>:0
  19. at MobileTCGCore.GameModel.DoPhase () [0x00000] in <filename unknown>:0
  20. at UnityClient.AdvanceTurn () [0x00007] in /Users/nick/Documents/alecco/aurocracy/UnityClient/Assets/scripts/Gamefield/UnityClient.cs:275
  21. at UnityClient+<PassTurn>c__AnonStorey4.<>m__0 () [0x000e3] in /Users/nick/Documents/alecco/aurocracy/UnityClient/Assets/scripts/Gamefield/UnityClient.cs:255
  22. at Util+<SafeAppendCallback>c__AnonStorey1.<>m__0 () [0x00006] in /Users/nick/Documents/alecco/aurocracy/UnityClient/Assets/scripts/Util/Util.cs:77
  23. at DG.Tweening.Tween.OnTweenCallback (DG.Tweening.TweenCallback callback) [0x00007] in D:\DG\_Develop\__UNITY3_CLASSES\_Holoville\__DOTween\_DOTween.Assembly\DOTween\Tween.cs:267
  24.  
  25.  
  26. UnityEngine.Debug:LogWarning(Object)
  27. DG.Tweening.Core.Debugger:LogWarning(Object) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Core/Debugger.cs:26)
  28. DG.Tweening.Tween:OnTweenCallback(TweenCallback) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Tween.cs:269)
  29. DG.Tweening.Sequence:ApplyInternalCycle(Sequence, Single, Single, UpdateMode, Boolean, Boolean, Boolean) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Sequence.cs:295)
  30. DG.Tweening.Sequence:DoApplyTween(Sequence, Single, Int32, Int32, Boolean, UpdateMode) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Sequence.cs:239)
  31. DG.Tweening.Sequence:ApplyTween(Single, Int32, Int32, Boolean, UpdateMode, UpdateNotice) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Sequence.cs:143)
  32. DG.Tweening.Tween:DoGoto(Tween, Single, Int32, UpdateMode) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Tween.cs:238)
  33. DG.Tweening.Core.TweenManager:Goto(Tween, Single, Boolean, UpdateMode) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Core/TweenManager.cs:583)
  34. DG.Tweening.Sequence:ApplyInternalCycle(Sequence, Single, Single, UpdateMode, Boolean, Boolean, Boolean) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Sequence.cs:310)
  35. DG.Tweening.Sequence:DoApplyTween(Sequence, Single, Int32, Int32, Boolean, UpdateMode) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Sequence.cs:216)
  36. DG.Tweening.Sequence:ApplyTween(Single, Int32, Int32, Boolean, UpdateMode, UpdateNotice) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Sequence.cs:143)
  37. DG.Tweening.Tween:DoGoto(Tween, Single, Int32, UpdateMode) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Tween.cs:238)
  38. DG.Tweening.Core.TweenManager:Update(UpdateType, Single, Single) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Core/TweenManager.cs:404)
  39. DG.Tweening.Core.DOTweenComponent:Update() (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Core/DOTweenComponent.cs:50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement