Question: How do I use ShowSolution without getting an error message?

In Maple 2021 there is the following example:

with(Student:-Calculus1);
ShowSolution(Int(sin(x)^2, x));

 

Instead of the nice output from the help, I get the following message:

Error, (in Student:-Calculus1:-Rule[]) too many levels of recursion NULL;

Please Wait...