I have a problem running Switch. I'm running it on macOS Sierra, installed by just moving it to /Applications as directed. As far as I can tell from the original post on the thread, there are no othe
Running it, I get the pop-up window asking for the source folder, as expected. then this:
ls: /tmp/DUALISO/crop_rec?: No such file or directory
ls: /tmp/DUALISO/RAW_demolish: No such file or directory
ls: /tmp/DUALISO/what_cam_lock: No such file or directory
/Applications/Switch.app/Contents/Menu.command: line 1976: syntax error near unexpected token `>'
/Applications/Switch.app/Contents/Menu.command: line 1976: ` exec &> >(tee -a "$(cat /tmp/DUALISO/samples | head -1 | cut -d "." -f1)"_samples/"$(cat /tmp/DUALISO/samples | head -1 | cut -d "." -f1)"_LOG.txt >&2 )'
[Process completed]
...as well as a forever-spinning gear icon in the menubar, displaying as 80% completed.
Needless to say, there is no crop_rec?, RAW_demolish, what_cam_lock or samples in /tmp/DUALISO/.
What there is, is:
ls -l /tmp/DUALISO
total 32
-rw-r--r-- 1 sacha wheel 26 11 Nov 12:21 DBG_path
-rw-r--r-- 1 sacha wheel 1 11 Nov 12:21 DUALISO
-rw-r--r-- 1 sacha wheel 0 11 Nov 12:21 MOD
-rw-r--r-- 1 sacha wheel 0 11 Nov 12:21 fpss
-rw-r--r-- 1 sacha wheel 0 11 Nov 12:21 image_size
-rw-r--r-- 1 sacha wheel 32 11 Nov 12:21 path_1
-rw-r--r-- 1 sacha wheel 35 11 Nov 12:21 path_2
-rw-r--r-- 1 sacha wheel 0 11 Nov 12:21 what_cam.txt
To be honest, I haven't tried to debug the Menu.command file, but I ask if anyone has had this problem, before I try to read through the file looking for where it fails.
Thanks.