UndoTrackedVariables is an option associated with the new Undo/Redo functionality in version 10.  When you execute a Manipulate command, the resulting internals of the Cell that displays the Manipulate has in it the UndoTrackedVariables option.  This is what the version 9 CDFPlayer is generating an error mesage for,
For example, the following Manipulate 
Manipulate[x, {x, 1, 2}]
has as its output cell expression
Cell[BoxData[
   TagBox[
     StyleBox[
       DynamicModuleBox[{$CellContext`x$$ = 1, Typeset`show$$ = True, 
      Typeset`bookmarkList$$ = {}, 
          Typeset`bookmarkMode$$ = "Menu", Typeset`animator$$, 
      Typeset`animvar$$ = 1, Typeset`name$$ = 
           "\"untitled\"", Typeset`specs$$ = {{
               Hold[$CellContext`x$$], 1, 2}}, 
      Typeset`size$$ = {8., {0., 9.}}, Typeset`update$$ = 0, 
          Typeset`initDone$$, 
      Typeset`skipInitDone$$ = True, $CellContext`x$2065$$ = 0}, 
         DynamicBox[Manipulate`ManipulateBoxes[
            1, StandardForm, "Variables" :> {$CellContext`x$$ = 1}, 
       "ControllerVariables" :> {
                 Hold[$CellContext`x$$, $CellContext`x$2065$$, 0]}, 
             "OtherVariables" :> {
                Typeset`show$$, Typeset`bookmarkList$$, 
         Typeset`bookmarkMode$$, Typeset`animator$$, 
                 Typeset`animvar$$, Typeset`name$$, Typeset`specs$$, 
         Typeset`size$$, Typeset`update$$, 
                 Typeset`initDone$$, Typeset`skipInitDone$$}, 
       "Body" :> $CellContext`x$$, 
             "Specifications" :> {{$CellContext`x$$, 1, 2}}, 
       "Options" :> {}, "DefaultOptions" :> {}],
           ImageSizeCache -> {247., {49., 54.}},
           SingleEvaluation -> True],
         Deinitialization :> None,
         DynamicModuleValues :> {},
         SynchronousInitialization -> True,
         UndoTrackedVariables :> {Typeset`show$$, 
       Typeset`bookmarkMode$$},
         UnsavedVariables :> {Typeset`initDone$$},
         UntrackedVariables :> {Typeset`size$$}], "Manipulate",
       Deployed -> True,
       StripOnInput -> False],
     Manipulate`InterpretManipulate[1]]], "Output"]