Hi,
Thanks for reporting this problem. As the 1.45 release is only just hatched and you're the only person to report this problem, I've still yet to establish whether this is something specific to your environment or more or a wider issue. I haven't been able to reproduce either of the issues on a variety of platforms, so I'm wondering if you'd be able to help share some more details about your situation.
Do you have any other plugins installed? Are the two machines you're using of similar specification? (i.e. number of CPUs, O/S)
The symptoms you've described are consistent with either:
1. A race condition during NCrunch initialisation
2. A visual studio bug surfaced by configuration changes resulting from NCrunch installation
Is there any chance you can show a screenshot of the error on System B? You can submit this via the
Contact form if you find this easier.
I'm also wondering if it's possible to obtain a log of the Visual Studio initialisation on System A. Try running Visual Studio with the following parameter line:
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /vslog c:\vslog.log
.. This will create a log file 'c:\vslog.log' containing information about the startup of Visual Studio. If you're able to copy/paste the contents of this log here in the forum, or submit via the contact form, this would really help in trying to uncover the point of failure.
The next thing that would be really useful is if we can establish a snapshot of the running threads in Visual Studio on System A after it's locked up. As lockups are often caused by deadlocks, this can be useful in narrowing down the point of failure. The easiest way to do this is to hook up a Visual Studio debugger onto the crashed instance of Visual Studio, then break into the execution, open up the Debug Threads window and copy/paste the contents out. Since the bug prevents you from gaining access to Visual Studio, it may be easiest to do this using an instance of VS2012 without NCrunch installed in order to debug an instance of VS2010 with NCrunch installed.
Sorry for the trouble, I hope to have this worked out as soon as we can find the reason for failure.
Cheers,
Remco