Failed download when bundeling HTML5 Application (SOLVED)

Hi,

Is anyone else experiencing the error below? Since yesterday I get it when I try to bundle my game to a HTML5 Application on both Ubuntu and Windows.

Status 404: Failed to download http://d.defold.com/archive/5209b50cf4bf8e925cb4c32fd0bde6c53fc85a66/engine/wasm-web/

Cheers!

This happens for HTML5 builds without native extensions and where the bundle dialog has the “Generate debug symbols” checked or bob is passed the --with-symbols argument. You can work around the problem by unchecking “Generate debug symbols”.

Fix here: https://github.com/defold/defold/pull/5548

3 Likes

Great that works, thanks!