[SOLVED] ERROR: abort(OOM). Build with -s ASSERTIONS=1 for more info

I can’t run my project caused error. Please any one help me. Thanks

The error means that Ammo (physics engine) is out of memory. If you use a collision mesh, make sure it does not have a high polygon count. Collision meshes are not visible, so should be as low poly as possible. If you are creating new Ammo objects via script manually, make sure you destroy them after use.

1 Like

ok, thanks for your explanation, i will try it.

Thank you, my fault, i was using Collision mesh for my building, i try to remove and it worked.

1 Like