NDSolve does not work with 14.1. Using the examples available in the Help, like:
s = NDSolve[{y'[x] == y[x] Cos[x + y[x]], y[0] == 1}, y, {x, 0, 30}]
leads to an error message:
NDSolve::deqn: Equation or list of equations expected instead of False in the first argument {(y^\[Prime])[x]==Cos[x+y[x]] y[x],False}.
Any hint ?