https://bugs.kde.org/show_bug.cgi?id=376708
--- Comment #4 from Bill Long <b...@outlook.com> --- I tested this and the new module is fantastic. There is one remaining problem. The arguments defined dont actually get passed to the ANSVR: Configured this: -O --no-plots --no-verify --resort --downsample 2 Verbose window shows this: 2017-02-20T13:05:32 Using solver options: -O --no-plots --no-verify --resort --downsample 2 -3 45 -4 24 -5 15 ANSVR receives this: UPLOAD: /opt/ansvr/run_solver 480 /usr/bin/solve-field -p -O -U none -B none -R none -M none -N none -C cancel --crpix-center -z 2 -u arcminwidth -L 0 -H 0 -3 45 -4 24 -5 0 stars.fit If I put this in the custom box: -u arcsecperpix -L 6.85596 -H 7.57764 Verbose shows this: 2017-02-20T13:13:02 Using solver options: -O --no-plots --no-verify --resort --downsample 2 -u arcsecperpix -L 6.85596 -H 7.57764 -3 45 -4 24 -5 15 ANSVR receives this: UPLOAD: /opt/ansvr/run_solver 480 /usr/bin/solve-field -p -O -U none -B none -R none -M none -N none -C cancel --crpix-center -z 2 -u arcminwidth -L 0 -H 0 -3 45 -4 24 -5 0 stars.fit The problem with user inputted values disappearing is gone, those seem to work fine now. The actual command sent to the ANSVR still doesn't seem to use the right string. -- You are receiving this mail because: You are watching all bug changes.