2nd error ive had
MESSAGE: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
STACK TRACE: at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at Resources.Models.AnimatedModel.Render3D(Vector3D rotate, Vector3D translate, Camera camera, String animation, Single frame, Boolean flipX, String prevAnimation, Int32 prevFrame, Single tweenTime)
at Cricket.Main.GameObject.Player.Render(Single ratio, Camera2D camera, Boolean isTest, GameInstance instance)
at Cricket.Main.GameInstance.Display(Single ratio)
at Cricket.Main.GameInstance.Loop()
at Cricket.Main.Game.Main(String[] args)