johnae / spook

Lightweight programmable evented utility based on LuaJIT and ljsyscall
Other
35 stars 0 forks source link

darwin release --setup error: bad argument #1 to 'stat' #13

Closed kevinw closed 8 years ago

kevinw commented 8 years ago

Downloaded the latest Darwin release, and tried spook --setup, and got this:

 🐇  spook --setup
Error: [string "vendor"]:0: bad argument #1 to 'stat' (cannot convert 'bool' to 'const char *')
johnae commented 8 years ago

Ahh. Probably because I mostly use Linux. Will look into that.

johnae commented 8 years ago

@kevinw Release 0.5.2 with a fix should be up soon.

johnae commented 8 years ago

Btw. This shouldn't have been a problem just on Darwin. Looking at the compiled Lua it was just plain wrong - still it worked as intended on Linux for unknown reasons.