Error "Invalid MEX-file" in unstable version
Posted: Wed May 17, 2017 2:58 pm
Some days ago I've started working with the latest issue of the unstable version: "master-2017-05-12-ae50f25"
Now, in a model run that was successful under version 4.4.3, I get the following error message about an "invalid MEX-file". What is going on here?
Now, in a model run that was successful under version 4.4.3, I get the following error message about an "invalid MEX-file". What is going on here?
Invalid MEX-file 'M:\p_HerzSaffier\Dynare\4.5\matlab\..\mex\matlab\win64-7.8-9.2\mjdgges.mexw64': Error performing inpage
operation.
Error in dyn_first_order_solver (line 216)
[err, ss, tt, w, sdim, dr.eigval, info1] = mjdgges(E, D, DynareOptions.qz_criterium, DynareOptions.qz_zero_threshold);
Error in stochastic_solvers (line 264)
[dr,info] = dyn_first_order_solver(jacobia_,M_,dr,options_,task);
Error in resol (line 144)
[dr,info] = stochastic_solvers(dr,check_flag,M,options,oo);
Error in check (line 73)
[dr,info,M,options,oo] = resol(1,M,options,oo);
Error in estimate_v6_7_combi (line 1488)
oo_.dr.eigval = check(M_,options_,oo_)