https://bugs.kde.org/show_bug.cgi?id=405437
--- Comment #195 from Stanley Fertig <stanl...@nyc.rr.com> --- Thanks Rob, OK. Don’t know if I got the right line, but I did get an illegal instruction when I did the following: Last login: Wed Feb 12 10:08:51 on ttys000 sf@Stanleys-Air ~ % export PATH=/Applications/KStars3.4.0Beta.app/Contents/MacOS/netpbm/bin:/usr/local/opt/python/libexec/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin sf@Stanleys-Air ~ % /Applications/KStars3.4.0Beta.app/Contents/MacOS/astrometry/bin/solve-field -O --no-plots --no-verify --resort --downsample 2 --width 320 --height 256 --x-column X_IMAGE --y-column Y_IMAGE --sort-column MAG_AUTO --sort-ascending --no-remove-lines --uniformize 0 -3 10.9511 -4 41.3797 -5 30 --config /Applications/KStars3.4.0Beta.app/Contents/MacOS/astrometry/bin/astrometry.cfg -W /private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/solution.wcs /private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/SextractorList.xyls Reading input file 1 of 1: "/private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/SextractorList.xyls"... zsh: illegal hardware instruction /Applications/KStars3.4.0Beta.app/Contents/MacOS/astrometry/bin/solve-field - sf@Stanleys-Air ~ % I’m also copying here the entire output from kStars: 2020-02-12T10:17:09 Solver failed. Try again. 2020-02-12T10:17:09 Error starting solver: Process crashed 2020-02-12T10:17:09 Reading input file 1 of 1: "/private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/SextractorList.xyls"... 2020-02-12T10:17:08 /Applications/KStars3.4.0Beta.app/Contents/MacOS/astrometry/bin/solve-field -O --no-plots --no-verify --resort --downsample 2 --width 320 --height 256 --x-column X_IMAGE --y-column Y_IMAGE --sort-column MAG_AUTO --sort-ascending --no-remove-lines --uniformize 0 -3 10.9511 -4 41.3797 -5 30 --config /Applications/KStars3.4.0Beta.app/Contents/MacOS/astrometry/bin/astrometry.cfg -W /private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/solution.wcs /private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/SextractorList.xyls 2020-02-12T10:17:08 Starting solver... 2020-02-12T10:17:08 > WARNING: default.sex not found, using internal defaults [1M> [1A----- SExtractor 2.19.5 started on 2020-02-12 at 10:17:09 with 1 thread [1M> Setting catalog parameters [1A[1M> Reading detection filter [1A[1M> Initializing catalog [1A[1M> Looking for fitsCdnvQe.fits [1A----- Measuring from: fitsCdnvQe.fits "M_31" / no ext. header / 320x256 / 16 bits (integers) Detection+Measurement image: [1M> Setting up background maps [1A[1M> Filtering background map(s) [1A[1M> Computing background d-map [1A[1M> Computing background-noise d-map [1A(M+D) Background: 231.941 RMS: 11.4251 / Threshold: 17.1377 [1M> Scanning image [1A[1M> Line: 25 Objects: 1 detected / 0 sextracted [1A[1M> Line: 50 Objects: 2 detected / 0 sextracted [1A[1M> Line: 75 Objects: 6 detected / 0 sextracted [1A[1M> Line: 100 Objects: 8 detected / 0 sextracted [1A[1M> Line: 125 Objects: 11 detected / 0 sextracted [1A[1M> Line: 150 Objects: 13 detected / 0 sextracted [1A[1M> Line: 175 Objects: 16 detected / 0 sextracted [1A[1M> Line: 200 Objects: 17 detected / 0 sextracted [1A[1M> Line: 225 Objects: 22 detected / 0 sextracted [1A[1M> Line: 250 Objects: 25 detected / 0 sextracted [1A[1M> Line: 256 Objects: 27 detected / 0 sextracted [1A Objects: detected 27 / sextracted 27 [1M> Closing files [1A[1M> [1A> All done (in 0.0 s: 13398.3 lines/s , 1413.1 detections/s) 2020-02-12T10:17:08 /Applications/KStars3.4.0Beta.app/Contents/MacOS/astrometry/bin/sex -CATALOG_NAME /private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/SextractorList.xyls -CATALOG_TYPE FITS_1.0 /private/var/folders/c6/k5dsm_n545d46b72wgyxqxc80000gn/T/fitsCdnvQe.fits 2020-02-12T10:17:08 Starting sextractor... 2020-02-12T10:17:08 export PATH=/Applications/KStars3.4.0Beta.app/Contents/MacOS/netpbm/bin:/usr/local/opt/python/libexec/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin 2020-02-12T10:17:08 Solver iteration #1 2020-02-12T10:17:08 Image received. 2020-02-12T10:17:07 Capturing image... 2020-02-12T10:09:26 World Coordinate System (WCS) is enabled. CCD rotation must be set either manually in the CCD driver or by solving an image before proceeding to capture any further images, otherwise the WCS information may be invalid. 2020-02-12T10:09:26 Detected Astrometry.net version 0.76 2020-02-12T10:09:26 Idle. Hope that helps. Many thanks again, Stan > On Feb 12, 2020, at 1:47 AM, Rob <bugzilla_nore...@kde.org> wrote: > > https://bugs.kde.org/show_bug.cgi?id=405437 > > --- Comment #194 from Rob <rlanca...@gmail.com> --- > Sorry, there is one difference for using sextractor. There is an additional > call for using sextractor. You should not need to copy that line to the > terminal because I think it worked originally. You should copy the one to > solve field like the one in my screenshot. Sorry if that wasn’t clear. > > -- > You are receiving this mail because: > You are on the CC list for the bug. -- You are receiving this mail because: You are watching all bug changes.