question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: spawn toktx EACCESS

See original GitHub issue

Describe the bug Haven’t seen this one before and not sure why it suddenly started happening:

image

Seems it’s trying to spawn “toktx --version” - if I do that right below, it works:

image

To Reproduce No idea, but wanted to have this tracked. Currently I can’t use gltf-transform for compressing textures due to this issue.

Versions:

  • Version: [2.4.7]
  • Environment: [CLI]

Additional context Tried on both Node 16 and 18. 18 always logs an error: fetch failed for any gltf-transform command it seems, even --version, but seems to succeed nonetheless.

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

0reactions
donmccurdycommented, Dec 21, 2022

Ah well.

Does --jobs 1 make any difference here? Possibly concurrency limits …

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: spawn EACCES · Issue #327 · shanalikhan/code- ...
In developers tool console I get following error log when hit shtft+alt+u shourtcut . spawn EACCES: Error: spawn EACCES at exports.
Read more >
How to fix this Error: spawn EACCES
This error comes up when you don't have full permissions to the project folder. You want to run the chmod command in order...
Read more >
How to fix this Error: spawn EACCES
I solved a "spawn EACCES" by adding a shebang at the first line of my file. like: #!/usr/bin/env node. May this help someone....
Read more >
How to fix this Error: spawn EACCES
Error : spawn EACCES [ERROR] An error occurred while running cordova build ios (exit code 1) with jscrambler.js. Error: spawn EACCES - what ......
Read more >
toktx - Khronos Texture Tools
KTX file is for an array texture with number of layers where number > 0. Provide the file(s) for layer 0 first then...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found