IN the constructor of Starter you declare s into the
stack.
When the constructor exits, this instance is destroyed and
then your scene doesn't exists.

Try declaring s as member of Starter