Trying to run on sierra fails to execute at all. The error returned from the attempt to spawn the node-mac binary is 9 (incorrectly reported by neko as 2304, exit codes are packed in so (2304 >> 8) or /256).
I suspected upx may be related, so I ran a different upx packed binary and it had this to say:
UPX is already aware and there is a fix in progress, but previously compressed binaries are likely to not work on sierra without first decompressing (upx -d).
In our case, I'll push an uncompressed version instead for now to keep things moving. The node binaries aren't sticking around anyway.
Trying to run on sierra fails to execute at all. The error returned from the attempt to spawn the node-mac binary is 9 (incorrectly reported by neko as 2304, exit codes are packed in so (2304 >> 8) or /256).
I suspected upx may be related, so I ran a different upx packed binary and it had this to say:
UPX is already aware and there is a fix in progress, but previously compressed binaries are likely to not work on sierra without first decompressing (upx -d).
In our case, I'll push an uncompressed version instead for now to keep things moving. The node binaries aren't sticking around anyway.