Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error -18 ? #438

Open
JimCollinson opened this issue Sep 29, 2017 · 1 comment
Open

Error -18 ? #438

JimCollinson opened this issue Sep 29, 2017 · 1 comment

Comments

@JimCollinson
Copy link

Previously i'd been rendering out webp alongside jpg and png without issue (hacky, but it worked) but now i've started to bump into this error. From the log:

[debug:generator-assets 10:15:03.363 assetmanager.js:560:22] handleChange: { metaDataOnly: true,
  selection: { previous: { '5': [Object] } },
  id: 195,
  timeStamp: 1506676503.347,
  count: 3 }
[info:generator-assets 10:16:17.605 assetmanager.js:442:34] Render complete: 530-3Q-Pair-x150.jpg
[info:generator-assets 10:16:17.609 rendermanager.js:178:26] Rendering: 530-3Q-Pair-x1600.jpg (13;8)
[warning:generator-assets 10:16:17.618 filemanager.js:215:30] Unable to rename asset; copying instead: { [Error: EXDEV: cross-device link not permitted, rename '/var/folders/lm/qn_w382j61z8vlf13fkmm60m0000gn/T/tmp-4554uuGPQsahH6Yp' -> '/Volumes/Design Assets/Product Shots/Product Shots/Speakers/Series 5/530 Pair Hi-Res 2-assets/530-3Q-Pair-x150.jpg']
  errno: -18,
  code: 'EXDEV',
  syscall: 'rename',
  path: '/var/folders/lm/qn_w382j61z8vlf13fkmm60m0000gn/T/tmp-4554uuGPQsahH6Yp',
  dest: '/Volumes/Design Assets/Product Shots/Product Shots/Speakers/Series 5/530 Pair Hi-Res 2-assets/530-3Q-Pair-x150.jpg' }
[info:core 10:17:34.081 photoshop.js:475:26] 22ms to receive 600.4 kB (27289.6 kB/s)

Dunno what the deal is, or if it relates to webp, but if I remove the +webp85% from the layer name it renders out the slowly, but successfully.

@iabukai
Copy link

iabukai commented Oct 24, 2017

It seems a kind of permission issue caused by fs or fs-extra npm lib.
But actually it's "just" a warning so at the end the file will be copied into your target folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants