The steady state file did not compute the steady state

Dear colleagues,

I receive this error “The steadystate file did not compute the steady state” when I run dynare.
Does anybody have a clue of the origin of the error I get? I uploaded the code. The main file is hwlogS_SOEML.mod.

Thank you so much for your help.
hwlogS_SOEML_steady_state_helper.m (318 Bytes)
SS_equations_R1.m (1.06 KB)
hwlogS_SOEML.mod (1.59 KB)

Put

before

and follow the equations with non-zero residuals. For example, the file currently returns

[quote]Residuals of the static equations:

Equation number 1 : 0
Equation number 2 : 0
Equation number 3 : 0
Equation number 4 : 0
Equation number 5 : 0
Equation number 6 : 0
Equation number 7 : 0
Equation number 8 : 0
Equation number 9 : 0
Equation number 10 : 0
Equation number 11 : -1.1054
Equation number 12 : 0
Equation number 13 : 0
Equation number 14 : 0
Equation number 15 : 0[/quote]

That is because given your model equations, you should have

b = (ct+yt)/(-i);
but you use

b = (ct-yt)/i;