snowkit / flow

flow
MIT License
63 stars 13 forks source link

macos Sierra #62

Closed ruby0x1 closed 7 years ago

ruby0x1 commented 8 years ago

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:

screen 2016-09-21 at 2 38 35 pm

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.