getting function signature mismatch while conveting obj to glb with -cc #415
pramodwerea
started this conversation in
General
Replies: 1 comment 2 replies
-
I'm not sure why the error is obscure, but my guess would be that this file is running into a 4GB Wasm heap limit. I'd recommend using native binaries to convert files, that you can download on release page (https://github.com/zeux/meshoptimizer/releases/tag/v0.17) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am converting the obj file to GLB with flag -cc and for smaller sized obj file it seems fine. But when I tried to convert a big file which is around 900+MB I am getting the following runtime error. What could be the reason and how to handle it.
RuntimeError: function signature mismatch at wasm-function[319]:48 at wasm-function[196]:1003 at wasm-function[217]:3874 at wasm-function[219]:18 at ../node_modules/gltfpack/library.js:55:33 at process._tickCallback (internal/process/next_tick.js:68:7)
Beta Was this translation helpful? Give feedback.
All reactions