Error message running autointegrate after updating

I’ve loaded AutoIntegrate v1.83, PixInsight v1.9.3-0 build 1646 (1090300) and get the following error message when starting the script:

** Warning [162]: C:/Program Files/PixInsight/src/scripts/AutoIntegrate/AutoIntegrateGUI.js, line 7623: reference to undefined property this.tabStatusInfoLabel

*** Error [000]: C:/Program Files/PixInsight/src/scripts/AutoIntegrate/AutoIntegrateGUI.js, line 7623: Error: Sizer.add(): invalid argument type: UIObject expected.

This is new to me and I’ve not had this before.

Thoughts on how to fix?

Never could figure it out. However, I uninstalled Pixinsight, deleted all folders, and removed all entries in the registry related to PixInsight. Then reinstalled PixInsight and Autointegrate. All works fine. Must have been a corrupted file someplace.

Hi,

Thanks for reporting the problem, and happy to hear you do not see it again.

It looks like it happens when you use AutoIntegrate without a preview. I very rarely try that myself. The UIObject that it is complaining about is a valid UIObject that was created just a few lines earlier.

I have seen some weird problems when objects are left in a bad state in the PixInsight Javascript engine. Usually running a command run --reset in the Process Console fixes these problems. If it is something else then a full reset like you did might be the best choice.

Anyway I will check later today if I can reproduce the problem and if possible add an automatic test case for it.

Regards,
Jarmo