kurtkz
Game Developer
Aaah, I see. OK, cool, I'll make the change tomorrow. Apologies for the delays guys I'm trying to get everything done ASAP.
RUN @ 28/04/2013 6:23:45 PM
VERSION: 2.55
REGISTERED: False
PROFILE: Ray
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)
Thanks plexus, I saw that error earlier this week. It should be fixed in the next patch - which I hope to have done today. If not today, then tomorrow at the latest.
RUN @ 28/04/2013 6:13:29 PM
VERSION: 2.55
REGISTERED: False
PROFILE: Ashu
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.Begin3DShadow(Vector3D rotate, Vector3D translate, Camera camera, String animation, Single frame, Boolean flipX, Boolean texturize)
at Cricket.Main.GameObject.Player.RenderShadow(Int32 lights, Single ratio, Camera2D camera, Boolean isTest)
at Cricket.Main.GameInstance.Display(Single ratio)
at Cricket.Main.GameInstance.Loop()
at Cricket.Main.Game.Main(String[] args)
RUN @ 30/04/2013 1:19:09 PM
VERSION: 2.56
REGISTERED: False
PROFILE: Ashu
MESSAGE: Value cannot be null.
Parameter name: key
STACK TRACE: at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Cricket.Main.GameStateDeliver.ProcessInput(Single ms)
at Cricket.Main.GameInstance.Loop()
at Cricket.Main.Game.Main(String[] args)