Hi everyone,
Just wanted to ask for some help concering an error Stata is throwing at me when trying to use runmlwin.
Could not load plugin: c:\ado\plus\r\runmlwin_mcmcdiagnostics.plugin
(error occurred while loading runmlwin_mcmcdiag.ado)
r(9999);
I have no problem running GLS options. My issue is when I try to run MCMC and see the ouputs in Stata; the model runs perfectly in mlwin but when it tries to show the results in Stata... the aformentioned error appears. I have reviewed that the file is actually in the location described and it is; so I have no idea why Stata is unable to use the plugin. Does anyone have any idea about how to solve this problem? I am using Stata 13 and Mlwin 2.36.
Regards,
Luis
Error r(9999) in Stata using runmlwin
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: Error r(9999) in Stata using runmlwin
Could you check this thread:
viewtopic.php?f=3&t=593&p=1412
to see whether this is the same problem that you are encountering? Note, the plugin has been updated since this reply was written so the new checksum for the 64-bit plugin should be:
If this doesn't match your problem then let me know.
viewtopic.php?f=3&t=593&p=1412
to see whether this is the same problem that you are encountering? Note, the plugin has been updated since this reply was written so the new checksum for the 64-bit plugin should be:
Code: Select all
. checksum "runmlwin_mcmcdiagnostics.plugin"
Checksum for runmlwin_mcmcdiagnostics.plugin = 2589902397, size = 53248
-
- Posts: 3
- Joined: Mon Jan 30, 2017 6:54 pm
Re: Error r(9999) in Stata using runmlwin
Hi Chris,
I have tried that solution but it didn't work.
When I ask for the check sum, this is the error that appears:
checksum "runmlwin_mcmcdiagnostics.plugin"
file runmlwin_mcmcdiagnostics.plugin not found
r(601);
Regards,
L
I have tried that solution but it didn't work.
When I ask for the check sum, this is the error that appears:
checksum "runmlwin_mcmcdiagnostics.plugin"
file runmlwin_mcmcdiagnostics.plugin not found
r(601);
Regards,
L
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: Error r(9999) in Stata using runmlwin
Could you check the directory mentioned in your previously posted error message (c:\ado\plus\r\) to see if the file is there? If so you will probably have to change into that directory before running the checksum command, or provide the full path name.
-
- Posts: 3
- Joined: Mon Jan 30, 2017 6:54 pm
Re: Error r(9999) in Stata using runmlwin
Chis,
I did with the exact route I described before and the result is this:
. checksum "c:\ado\plus\r\runmlwin_mcmcdiagnostics.plugin"
Checksum for c:\ado\plus\r\runmlwin_mcmcdiagnostics.plugin = 2589902397, size = 53248
I believe is correct according to the new update... but I am still not able to use the plugin.
L
I did with the exact route I described before and the result is this:
. checksum "c:\ado\plus\r\runmlwin_mcmcdiagnostics.plugin"
Checksum for c:\ado\plus\r\runmlwin_mcmcdiagnostics.plugin = 2589902397, size = 53248
I believe is correct according to the new update... but I am still not able to use the plugin.
L
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: Error r(9999) in Stata using runmlwin
It's possible that you're missing a required library. Could you try installing the Visual Studio 2010 (x64) runtime package from https://www.microsoft.com/en-gb/downloa ... x?id=14632 and seeing whether you get any further?