To give a proper fix I would need to see all animation events but in general the issue will be that it is trying to play more than one animation at the same time.
Look for events that can be true at the same time, just a guess here is that you have an idle animation for 'player is not moving' and if the player is crouching they are also not moving so it will try and play both idle and crouch.