Advertisement
Carlotronics

Untitled

Apr 18th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. Parameter name: index
  3. at System.ThrowHelper.ThrowArgumentOutOfRange_IndexException () [0x0000c] in <65984520577646ec9044386ec4a7b3dd>:0
  4. at Flappy.MaximaxController.ShouldJump (Flappy.Bird bird, Flappy.Drawer drawer, System.Int64 x, Flappy.Deque`1[T] pipes) [0x00038] in <79d5c7914d864b42a53a86eb4793883b>:0
  5. at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object,object,long,object)
  6. at FlappyRunner.Bird.Update (System.Object drawer, System.Int64 x, System.Object pipes) [0x002d1] in <be6925ad781d4569923bc43f4aa3a8bd>:0
  7. at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,FlappyRunner.Bird,FlappyRunner.Drawer,long,object)ore(1240926) and exitCode(0) edited into submissions/cesar.milesi/?filename=15554502681__cesar.milesi.exe
  8. at FlappyRunner.Game.Update () [0x005bb] in <be6925ad781d4569923bc43f4aa3a8bd>:0 login=cesar.milesi
  9. at FlappyRunner.Program.Main (System.String[] args) [0x009e0] in <be6925ad781d4569923bc43f4aa3a8bd>:0
  10. [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  11. Parameter name: index
  12. at System.ThrowHelper.ThrowArgumentOutOfRange_IndexException () [0x0000c] in <65984520577646ec9044386ec4a7b3dd>:0
  13. at Flappy.MaximaxController.ShouldJump (Flappy.Bird bird, Flappy.Drawer drawer, System.Int64 x, Flappy.Deque`1[T] pipes) [0x00038] in <79d5c7914d864b42a53a86eb4793883b>:0
  14. at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object,object,long,object)
  15. at FlappyRunner.Bird.Update (System.Object drawer, System.Int64 x, System.Object pipes) [0x002d1] in <be6925ad781d4569923bc43f4aa3a8bd>:0
  16. at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,FlappyRunner.Bird,FlappyRunner.Drawer,long,object)
  17. at FlappyRunner.Game.Update () [0x005bb] in <be6925ad781d4569923bc43f4aa3a8bd>:0
  18. at FlappyRunner.Program.Main (System.String[] args) [0x009e0] in <be6925ad781d4569923bc43f4aa3a8bd>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement