[ERR] assert : assertion: 'mRiffChunk.mType == ChunkType_Riff && mRiffChunk.mID == id' failed

I am running with fmodstudio + Electron + H5, the official example. This error occurs when loading the Bank file。

I use mac book m1 pro. Windows is OK.

1、


2、 var fileUrl = “/public/js/”; =》var fileUrl = “public/js/”;

Solution.