#5353 is a repaint of the TA SD40-2, which had an typographical error in the shape file. the shape file is uncompressed, so it can be opened with a unicode text editor. use the editor's 'Find' function to find this section:
anim_node WIPERBLADELEFT1 (
controllers ( 2
tcb_rot ( 5
tcb_key ( 0 0 0 0 1 0 0 0 0 0 )
tcb_key ( 1 0 0 0.382683 0.92388 0 0 0 0 0 )
tcb_key ( 2 0 0 0 1 0 0 0 0 0 )
tcb_key ( 3 0 0 0.382683 0.92388 0 0 0 0 0 )
tcb_key ( 4 0 0 0 1 0 0 0 0 0 )\
the problem is the extra backslash at the end of the last line. remove it, and the problem will go away.
tcb_key ( 4 0 0 0 1 0 0 0 0 0 ) <--- this is good
Tim