Skip to content

Instantly share code, notes, and snippets.

@ehudros
Created March 27, 2018 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehudros/43355915f070682fbf0ab511ccaffcf4 to your computer and use it in GitHub Desktop.
Save ehudros/43355915f070682fbf0ab511ccaffcf4 to your computer and use it in GitHub Desktop.
PlayerAIControl->PlayMove Error: System.ArgumentException: '-734.866857528687' is not a valid value for 'Interval'. 'Interval' must be greater than 0.
at System.Timers.Timer.set_Interval (System.Double value) [0x0000c] in /Users/builder/data/lanes/5533/mono-mac-sdk/external/bockbuild/builds/mono-x64/mcs/class/referencesource/System/services/timers/system/timers/Timer.cs:168
at (wrapper remoting-invoke-with-check) System.Timers.Timer.set_Interval(double)
at Match3Engine.TurnTimer.Start (System.Single duration) [0x0005c] in /Users/ehud/code/match3/Match3Engine/Match3Engine/Utils/TurnTimer.cs:36
at Match3Engine.TurnTimer.Add (System.Single timeToAdd) [0x0002b] in /Users/ehud/code/match3/Match3Engine/Match3Engine/Utils/TurnTimer.cs:63
at Match3Engine.GameLogic.DestroyMatches (System.Collections.Generic.List`1[T] combosToDestroy, System.Int32 chainReaction, System.Action onDoneCallback) [0x002d6] in /Users/ehud/code/match3/Match3Engine/Match3Engine/GameLogic.cs:829
at Match3Engine.GameLogic+<>c__DisplayClass189_0.<PerformSwap>b__1 () [0x00000] in /Users/ehud/code/match3/Match3Engine/Match3Engine/GameLogic.cs:563
at Match3Test.GameDemo.OnPlayerSwappedValid (Match3Engine.Responses.ValidSwapResponse response) [0x00001] in /Users/ehud/code/match3/Match3Engine/Match3Test/GameDemo.cs:103
at (wrapper delegate-invoke) System.Action`1[Match3Engine.Responses.ValidSwapResponse].invoke_void_T(Match3Engine.Responses.ValidSwapResponse)
at Match3Engine.GameLogic.PerformSwap (Match3Engine.Data.Point position1, Match3Engine.Data.Point position2, System.Boolean isPlayerMove) [0x0020e] in /Users/ehud/code/match3/Match3Engine/Match3Engine/GameLogic.cs:572
at Match3Engine.GameLogic.OnPlayerPlayedSwap (Match3Engine.Data.Point position1, Match3Engine.Data.Point position2) [0x00008] in /Users/ehud/code/match3/Match3Engine/Match3Engine/GameLogic.cs:921
at Match3Engine.PlayerControl.Swap (Match3Engine.Data.Point position1, Match3Engine.Data.Point position2) [0x0000b] in /Users/ehud/code/match3/Match3Engine/Match3Engine/PlayerControl.cs:348
at Match3Test.PlayerAIControl.DoTurn () [0x0001c] in /Users/ehud/code/match3/Match3Engine/Match3Test/PlayerAIControl.cs:43
at Match3Test.PlayerAIControl.<PlayMove>b__5_0 () [0x00002] in /Users/ehud/code/match3/Match3Engine/Match3Test/PlayerAIControl.cs:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment