Author Topic: PI boot errors  (Read 3195 times)

Offline Jules

  • PixInsight Guru
  • ****
  • Posts: 513
PI boot errors
« on: 2013 February 04 16:56:57 »
Hi I have just got home and have been updating PI 1.8 with all the previous updates on my IMac running 10.8.2 . Now when I boot PI I see the following error messages.


Applications/PixInsight.app/Contents/MacOS/CloneStamp-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/CloneStamp-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
/Applications/PixInsight.app/Contents/MacOS/Debayer-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/Debayer-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
/Applications/PixInsight.app/Contents/MacOS/ImageCalibration-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/ImageCalibration-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
/Applications/PixInsight.app/Contents/MacOS/ImageRegistration-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/ImageRegistration-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
/Applications/PixInsight.app/Contents/MacOS/MaskGeneration-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/MaskGeneration-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
/Applications/PixInsight.app/Contents/MacOS/MultiscaleProcessing-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/MultiscaleProcessing-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
/Applications/PixInsight.app/Contents/MacOS/NoiseReduction-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/NoiseReduction-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
/Applications/PixInsight.app/Contents/MacOS/PixelMath-pxm.dylib
<* failed *>
*** PixInsight API Error: Module: /Applications/PixInsight.app/Contents/MacOS/PixelMath-pxm.dylib: Unsupported API version 138 (expected = 137).: Module load error
* Scripting resources updated.
34 of 42 module(s) installed.


The weird thing I have recently updated my MacBook pro and it was fine? 

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: PI boot errors
« Reply #1 on: 2013 February 04 23:54:20 »
You are probably starting an old version (RC2?) of PI.
Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Jules

  • PixInsight Guru
  • ****
  • Posts: 513
Re: PI boot errors
« Reply #2 on: 2013 February 05 03:26:32 »
Hi Georg

Thanks for the reply. I am still seeing errors like this from Batch process?

run --execute-mode=auto "/Applications/PixInsight.app/Contents/src/scripts/BatchPreprocessing/BatchPreprocessing.js"

Processing script file: /Applications/PixInsight.app/Contents/src/scripts/BatchPreprocessing/BatchPreprocessing.js
*** Error [001]: /Applications/PixInsight.app/Contents/src/scripts/BatchPreprocessing/BatchPreprocessing-engine.js, line 222: ReferenceError: Debayer is not defined

run --execute-mode=auto "/Applications/PixInsight.app/Contents/src/scripts/BatchPreprocessing/BatchPreprocessing.js"

Processing script file: /Applications/PixInsight.app/Contents/src/scripts/BatchPreprocessing/BatchPreprocessing.js
*** Error [001]: /Applications/PixInsight.app/Contents/src/scripts/BatchPreprocessing/BatchPreprocessing-engine.js, line 222: ReferenceError: Debayer is not defined


It talks about debayer, I have loaded a Lum image or is that a red herring?

Regards

Julian

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: PI boot errors
« Reply #3 on: 2013 February 05 04:00:22 »
If you have messages like "Module load error
/Applications/PixInsight.app/Contents/MacOS/Debayer-pxm.dylib" then the Debayer process is not defined, and as a consequence BatchProcessing will fail.

I think it would be useful if you delete all PI installations from your system, and then do a clean re-install of 1.8RC3. It appears you have some dangerous mix of versions, and it is no wonder that this causes all kinds of errors.

Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline Jules

  • PixInsight Guru
  • ****
  • Posts: 513
Re: PI boot errors
« Reply #4 on: 2013 February 05 04:27:15 »
Thanks Georg

I will re-install.

Regards

Julian