A problem with the steady states - Dynare

Dear Everyone,

I am trying to code a log-linearised model in Dynare but I am having some trouble with the steady states.
I keep receiving this message regarding the steady state (I don’t how and where to solve it). Does anyone know what is wrong here?

The message:
Error using print_info
The steady state has NaNs or Inf.

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

Error in StillTrying.driver (line 277)
steady;

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

Thanks.

StillTrying.mod (4.0 KB)

Your initialization is wrong. Try
StillTrying.mod (4.2 KB)

Thanks a lot!