UnrealEngineHTML5 / Documentation

540 stars 183 forks source link

Uncaught TypeError: Module Issue #63

Open bbr-mel opened 4 years ago

bbr-mel commented 4 years ago

Hi, I have a project that's like 1.4 GB in size when packaged as a development so I'm going to need to be packaged as shipping. When I do that, I get a "Uncaught TypeError: Module._emscripten_futex_wake is not a function" error. I saw that this was an old issue, but the thread seemed to be resolved without a fix. Is there a fix for this error?

Thanks

ZeusLT commented 4 years ago

Haven't seen anyone do a proper shipping build, just development with disabled console.

bbr-mel commented 4 years ago

Haven't seen anyone do a proper shipping build, just development with disabled console.

Hmmmm, that's not going to work. We're using this for work purposes. I'm in charge of testing it to see if it'll actually work because pixel streaming wasn't working out to our standards.

Edit 1: I'm working on packaging a sample project and will update it works. Edit 2: I'm having the same issue with just a sample project as well.