xeokit-convert
xeokit-convert copied to clipboard
memory access out of bounds
Hi,
I follow this instruction
I build the wasm successfully.
Then I replaced the "web-ifc.wasm" in xeokit-convert/dist and launched the convertion but it was not worked. I got this
Any idea for me ?
Exactly the same error for me
Tried det following:
1 Build the web-ifc according to instructions 2 cloned the source for xeokit-convert 3 ran "npm update" inside xeokit-convert 4 copied the content from web-ifc/dist (from step 1) to xeokit-convert/node_modules/web-ifc/ 5 ran "npm run build" inside xeokit-convert
BUT - still: Error: RuntimeError: memory access out of bounds
Any clues?
Found out! Tweaked the MAXIMUM_MEMORY in package.json for web-ifc In my case: set it to MAXIMUM_MEMORY=2GB
Tried to convert with new web-ifc version 0.0.39. I got a lot of strange logs, but it worked.
Nice! Would you like to make a PR with the MAXIMUM_MEMORY=2GB and web-ifc 0.0.39?