Errors, please help me

Dear colleagues,

I receive this error
" ??? Error using ==> print_info at 36
The generalized Schur (QZ) decomposition failed. For more
information, see the documentation for Lapack function dgges:
info=10, n=10

Error in ==> check at 76
print_info(info, options.noprint);

Error in ==> ueiran at 374
oo_.dr.eigval = check(M_,options_,oo_);

Error in ==> dynare at 120
evalin(‘base’,fname) ;
"
i atteched codes
I will be really appreciate your help.
Regards
mila

Several of your parameters are not initialized:
rhoH, rhoi, gamma, sigma, gammaq, kapu, kapm, omiu, omim

Thank you for your reply!