Help! generalized Schur (QZ) decomposition failed

Hello everyone,
I am greenhand on DYNARE. And the tool just stopped running by displaying error information starting with"The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack function dgges: info=47, n=47".Could anyone kindly help me find the reason or the solution? I’ve upload my .mod file below. I am apprieciated for your suggestions and help. Many thanks in advance. Happy New Year, by the way.
dynare_code_for_help.mod (18 KB)

Please upgrade to Dynare 4.4, which would tell you

[quote]STEADY: numerical initial values or parameters incompatible with the following equations
27

Check whether your model in truly linear
[/quote]

Equation 27 should be

theta_F*(1-nu_F_o)^2*M_ss*mu_P_ss*mu_P=alpha*A_o^alpha*k^(alpha-1)*n^(1-alpha)*pi_ss^2/(1+r_F_ss)*(A(+1)+(alpha-1)*k+(alpha-1)*A+(1-alpha)*n(+1))-(pi_ss-2*theta_F*(1-nu_F_o)*mu_P_ss*M_ss)*nu_F_o*nu_F(+1)-theta_F*(1-nu_F_o)^2*M_ss*mu_P_ss*M-(theta_F*(1-nu_F_o)^2*mu_P_ss*M_ss+nu_F_o*pi_ss)*r_F_ss/(1+r_F_ss)*r_F+(nu_F_o*pi_ss+2*theta_F*(1-nu_F_o)^2*mu_P_ss*M_ss)*pi(+1);
The part

for example is clearly not linear in k and n.

Many many thanks indeed. jpfeifer.I 'll try what you said.