facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

evalInAfterEffects.lock file not found on Windows #97

Open leandrinux opened 7 years ago

leandrinux commented 7 years ago

While running keyframes-cli on Windows I get the following error

events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: ENOENT: no such file or directory, open 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\Scripts\Keyframes\undefined\.evalInAfterEffects.lock'
    at Error (native)

It looks like the script attaches \undefined\.evalInAfterEffects.lock to the current directory. AF was open at the time.

leandrinux commented 7 years ago

Any help? Did someone make the script work correctly on Windows?