buildWebApp: .html file does not contain "emscripten.js"

This error when building HTML5 on Windows 7. Looks like server error to me. Also marked as Build error #12

Had you previously built for HTML5 prior to building this time?

I believe that the current version of Corona does not replace an existing HTML5 index.html file in the build target folder.  i.e. Once the folder exists, I think index.html is left unchanged.

That may be the cause of your issue.  Try deleting the entire OUTPUT folder from your html5 build, then re-build and see if this problem persists.

Just tried that. Not the issue

You are correct about the index.html not being replaced, noticed that before.

Really looks like a server issue/

I downloaded the latest Corona daily build and was successful in building the app. Did you try building something else like our HelloWorld sample app?

Rob

Latest build solved it

Had you previously built for HTML5 prior to building this time?

I believe that the current version of Corona does not replace an existing HTML5 index.html file in the build target folder.  i.e. Once the folder exists, I think index.html is left unchanged.

That may be the cause of your issue.  Try deleting the entire OUTPUT folder from your html5 build, then re-build and see if this problem persists.

Just tried that. Not the issue

You are correct about the index.html not being replaced, noticed that before.

Really looks like a server issue/

I downloaded the latest Corona daily build and was successful in building the app. Did you try building something else like our HelloWorld sample app?

Rob

Latest build solved it