Hi Adam,
This is very strange. That message implies that one or more instances of the core application have crashed without control, which should never happen. The only way this can happen, is if you have rebooted or turned off your computer while PixInsight was running -- which is a bad idea!
To fix this problem you must edit the Windows registry manually. It is
very easy, and if you follow my instructions, there are no risks. You just have to be
very careful, that's all.
From your Start menu, select the "Run" option. Here is an example that shows you how to select this option:
http://commandwindows.com/runline.htmIn the Run window, type the following:
regeditand click the OK button. This will launch the Registry Editor program. It will look similar to this:
http://upload.wikimedia.org/wikipedia/en/0/0c/Registry_Editor_Vista.pngPlease expand the HKEY_CURRENT_USER section. Then look for a "Software" key, and under "Software", you'll find a "Pleiades Astrophoto" key, which in turn contains a "PixInsight" key. Here is how it looks on my Vista machine (it is exactly the same on Windows XP):
The screenshot above is in Spanish but I think you'll have no problems to identify the same thing on your system.
As you see, there is a separate key for each instance of PixInsight: "000", "001", and so on, up to "255". You may have up to "007" in your case; perhaps more.
Now you can fix the problem in two ways:
- The easiest way is to delete the whole "PixInsight" key. Right-click on it on the left panel, then choose "Delete". After deleting the "PixInsight" key, the next time you run PixInsight it will regenerate its registry information from scratch, as if it was the first time you run it. Disadvantage: if you have customized PixInsight (fonts, colors, etc.), you'll lose all of your custom settings.
- The other way is a bit more complicated. Select a key for a given instance, for example "000", on the left panel. Then double click on the "Active" word, on the right panel. Then replace "true" by "false". In this way the instance will be deactivated, as if it was not running. Do the same for all of the instances that you have ("001", "002", ...), and that's all.
Irrespective of the way you choose, after doing the steps explained above, close the Registry Editor program, and that's all.
Let me know how it goes. I hope you'll have no further problems with this issue.
I'll think on adding a mechanism to check for situations where a previous instance has been aborted due to a system reboot or shutdown, in order to prevent these problems.