chkuendig / scummvm-demo

🕹️ ScummVM Web Demo (unofficial)
http://scummvm.kuendig.io/
10 stars 2 forks source link

"Exception thrown, see JavaScript console" in Firefox 98 #3

Closed neuromancer closed 2 years ago

neuromancer commented 2 years ago

Latest deployment fails showing this in the JS console:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ scummvm.html:193:12
Using configuration file: /local/scummvm.ini scummvm.html:262:19
emscripten_set_main_loop_timing: Cannot set timing mode for main loop since a main loop does not exist! Call emscripten_set_main_loop first to set one up. scummvm.html:271:17
WARNING: GUI: Could not find 'gui-icons.dat'! scummvm.html:271:17
Uncaught RuntimeError: indirect call signature mismatch
    x https://scummvm.kuendig.io/scummvm.js:17355
    createExportWrapper https://scummvm.kuendig.io/scummvm.js:1594
    callMain https://scummvm.kuendig.io/scummvm.js:98491
    doRun https://scummvm.kuendig.io/scummvm.js:98562
    run https://scummvm.kuendig.io/scummvm.js:98573
scummvm.wasm:4744178:1
    GUI::GuiManager::initIconsSet() https://scummvm.kuendig.io/scummvm.wasm:4744178
    GUI::GuiManager::GuiManager() https://scummvm.kuendig.io/scummvm.wasm:4731655
    setupGraphics(OSystem&) https://scummvm.kuendig.io/scummvm.wasm:4071713
    scummvm_main https://scummvm.kuendig.io/scummvm.wasm:4042275
    main https://scummvm.kuendig.io/scummvm.wasm:4015550
    x https://scummvm.kuendig.io/scummvm.js:17355
    createExportWrapper https://scummvm.kuendig.io/scummvm.js:1594
    callMain https://scummvm.kuendig.io/scummvm.js:98491
    doRun https://scummvm.kuendig.io/scummvm.js:98562
    run https://scummvm.kuendig.io/scummvm.js:98573
neuromancer commented 2 years ago

And there is a similar issue in Chromium 99.

chkuendig commented 2 years ago

This was an issue with the deployment from yesterday night. I repushed it just now. It should work again.