Page 1 of 1

Error messages

Posted: Thu Apr 30, 2015 10:37 am
by Silverstein
Dear All,

I am a beginner of runmlwin, and tried to run the following syntaxes.

Code: Select all

use http://www.bristol.ac.uk/cmm/media/runmlwin/tutorial.dta
runmlwin normexam cons, level2(school: cons) level1(student: cons)
But I got the following error message:
The model did not run properly in MLwiN. You most likely clicked the 'Abort Macro' button in MLwiN, rather than the 'Resume Macro' button.

I put nopause at the bottom,

Code: Select all

runmlwin normexam cons, level2(school: cons) level1(student: cons) nopause
Then I got the following:
The model did not run properly in MLwiN. Re-run the model without the nopause option to debug the model in MLwiN.

Does anyone know what is wrong with it?

My MLwiN is version 2.30.
My Stata is version 13 (IC 64-bit).

Thank you in advance,
DS

Re: Error messages

Posted: Thu Apr 30, 2015 10:42 am
by ChrisCharlton
Could you post what you have set your MLwiN_path global to? It should be something like:

Code: Select all

global MLwiN_path "C:\Program Files (x86)\MLwiN v2.30\i386\mlwin.exe"
If you use the command:

Code: Select all

set trace on
and then post the log file we should be able to determine where it is going wrong.

Re: Error messages

Posted: Thu Apr 30, 2015 10:47 am
by Silverstein
It worked!! Thank you for your help! :D