This sure looks like the tap was registered for the non-existing sixth line. I'll have to see the scripts whether there's a bug in them. What should happen is that the touch-map that is generated contains hooks only for the number of lines present in the menu.
juice@osiris:~/animatronics$ svn diff menuscripts/select_os_animated.sh Index: menuscripts/select_os_animated.sh =================================================================== --- menuscripts/select_os_animated.sh (revision 70) +++ menuscripts/select_os_animated.sh (working copy) @@ -429,7 +429,7 @@ else mapfile_line_5=$(echo -e "# mapfile_line_5") fi - if [ $maplines -gt 4 ]; then + if [ $maplines -gt 5 ]; then mapfile_line_6=$(echo -e "$X6B 0 $X6E 480 6 65 $7") else mapfile_line_6=$(echo -e "# mapfile_line_6") juice@osiris:~/animatronics$