Hi Laura,
In testing MCMC with a 3.24Y executable just now I also got an error in the -mceval step.
But then got the same error with other executables which I know worked for MCMC in the past and eventually tracked it down to a bad value in the starter file.
I had
0 # MCMC thinning interval
when that have should have a minimum of 1 (don't do any thinning on top of whatever was specified by -mcsave).
The error it produced looked like the following,
If you see 999, we got to the end of the control file successfully! 999
Making a copy of an unallocated dvector
Estimating...please wait...
And then nothing after.
Where It is supposed to look like
Estimating...please wait..
MG setup OK
...
OK with obj_func 180.704
mceval counter: 2
mceval counter: 3
...
Let me know if fixing MCMC thinning interval doesn't help.
-Ian