pjsr/GaiaDR2.jsh

ngc1535

PixInsight Ambassador
It appears that some people (not me) do not have this file in their include directory so that invocation of ImageSolver throws this error:

Processing script file: C:/Program Files/PixInsight/src/scripts/AdP/ImageSolver.js
*** Error: *** Error: C:/Program Files/PixInsight/src/scripts/AdP/AstronomicalCatalogs.jsh, line 30: include file not found: pjsr/GaiaDR2.jsh
*** Error [001]: ReferenceError: __PJSR_AdpImageSolver_SuccessCount is not defined
*** PixInsight API Error: EvaluateScript(): Low-level API function error (0x0026): Invalid user interface object handle
<* failed *>

Under what conditions does a customer not end up with this file?
What is the easiest way to solve the problem.

Thanks,
Adam
 
Hi Adam,

If this happens, the most probable cause is an antivirus application blocking or quarantining the file in question. At any rate, this is not a PixInsight bug, but a machine-specific issue caused by third party software or wrong system configurations on Windows.

The best way to solve these issues is solving the origin of the problem, which is not PixInsight. This may include using better virus protection software, uninstalling unnecessary bloatware, or a complete reinstall of Windows.
 
Interesting that a reinstallation would lead to different results - I would have expected an antivirus to block it again. Perhaps it's a tad more complicated, such as an antivirus and another condition (maybe two different security software and a race condition?).
 
Back
Top