The steadystate file did not compute the steady state (Sims and Wu 2020)

Helo everyone, could somebody help me to find the problem with my code? I’m trying to replicate the paper “Evaluating Central Banks’ tool kit: Past, present, and future” from Sims and Wu, but when I run dynare I have the following problem:

Error using print_info
The steadystate file did not compute the steady state

Error in steady (line 102)
print_info(info,options_.noprint, options_);

Error in simswu.driver (line 648)
steady;

Error in dynare (line 281)
evalin(‘base’,[fname ‘.driver’]);

Thank you.
simswu.mod (14.0 KB)

The code shows the residuals of Eq.(10) (22) (23) (48) don’t equal to zero.

Equation number 10 : 4.9111e-05 : 10
Equation number 22 : -2.0084e-05 : 22
Equation number 23 : 1.0075e-05 : 23
Equation number 48 : 1.169e-06 : n

I think you should check the steady-state values of variables in four equations.