Why does my game not work when i add a physics behaviour

hello! in my game i have an elevator and i added a physics 3d behaviour to it with mesh. but when i play the game i get this

  1. does the error happen right after anything, or the exact moment the preview is started?
  2. does removing the physics behavior change anything?
  3. may you please press control shift i, close the preview, and restart it so that whats happening is more closely logged?

The game engine cannot load jolt-physic.wasm
Without the jolt-physic WebAssembly (.wasm) file, physics does not work, and the function that creates the body and other JS-functions at behavior do not work because the physics engine is not fully loaded

I checked, this error is repeated in my web version. Do you have a web version? If so, you should contact the error reports section.

but in mine its not. Your browser is chromium based right?

when the preview is opened this just appears. when i remove the physics behaviour its fine.

yeah. its chromium based.

If you are using google chrome older than version 57, then you need to update the browser and everything will work.