-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
cli webp conversion results with an error #744
Comments
Hi. I tried it and unfortunately, it didn't work. I'm still getting the same issue. I tested it on my Ubuntu 22 machine and my Windows machine running the same node version - both resulted in the same error. |
Hm, I'm not sure what to make of that. Do other operations work, like |
Other operations work fine. I noticed that it happens only with larger files (>200M), regardless of the extensions -some were Draco compressed and some were not. |
I see, thanks - can you share an example file? I suspect this might have something to do with node.js memory limits. Draco-compressed geometry is decompressed in memory, and textures must also be decompressed during the webp conversion, so it'll be easy to use a lot of memory quickly with files that are already large. I suspect that limiting concurrency during compression might help here, but without a way to reproduce the error myself I probably cannot work on that fix. |
Closing for now, as I'll need a way to reproduce the issue in order to work on this. Thanks! |
Describe the bug
When I run the cli function for webp I get the fllowing error:
Aborted()
error: Aborted(). Build with -sASSERTIONS for more info.
To Reproduce
Steps to reproduce the behavior:
gltf-transform webp <input> <output>
Versions:
The text was updated successfully, but these errors were encountered: