<div><div>Hi Aurelia,</div><div><br/></div><div>The build error isn't exactly a chicken and egg problem, but a matter of dependencies: when Micro-Manager is built on VS2010, people without the 2010 runtime can't run it. I recently ran into this problem, and assuming 2010 was backwards-compatible, changed MM to build in 2008 mode. Hence your error; I expect anyone with only VS2010 installed will experience a similar issue.</div><div><br/></div><div>A possible fix is to use VS2010 to open the solution file, right click on the MMCoreJ project and click properties, and change the Platform Toolset to v100 (I don't recall exactly where the option is; sorry!). You may need to change this for other projects as well, but then the build script should work.</div><div><br/></div><div>After next week Thursday I should be able to provide a more permanent fix, since Micro-Manager will officially upgrade to VS2010. (The missing files that started all this will be packaged with Micro-Manager, so I only need to resynchronize our code to get all the benefits.).</div><div><br/></div><div>Regarding the error you're getting, I truly have no idea. I should point out that this is technically progress over the ThorLabs problem; the plugin doesn't try to create a pixel size configuration until it verifies the setup is correct. When it does try, however, it seems to cause an error in the camera device. I can't trace the error yet; if you get the project building, you might check the file/line the core log mentions for clues. I may be able to help further on Monday.</div><div><br/></div><div>A possible workaround would be to launch Micro-Manager, create a pixel size configuration manually -- as long as it's positive, the plugin shouldn't try to create a new one, and so may avoid this issue.</div><div><br/></div><div>Let me know if you have any questions or if you come up with anything.</div><div>Luke</div></div><br><br>Aurelia Honerkamp-Smith <aureliaomega@gmail.com> wrote:<br><br><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Could you just run the "msys.bat" again? It should have gotten the newest<br>
version in the previous run and use that from now on.<br>
<br></blockquote><div> </div></div>Yes, but how do I run it again, and where can I find it?  I tried running the installer again, and I tried building Micromanager again from the git-bash file in the development environment folder, but I got the same error both times. <br>

<br>
Please look at the end of said core log. In the line above that<br>
stacktrace, it suggests that "the user has the camera open already"? Is<br>
it possible that another uManager instance is still running?<br><br></div><div class="gmail_extra">This is pretty strange. This morning I got the same message in the log about the camera being open already, but I have made absolutely certain that there was not another instance running.  I then tried Live view and Snap, which both work correctly. After this I tried to open the SPIM plugin again, and there is still no response, but I don't get the message about the camera being open anymore. <br>

</div></div>