Black Screen Packaged HTML5

I am trying to package a simple sofa(lowpoly) scene to HTML5. Even the level is packaged without any errors(as per the log),but after following the instructions as per the Getting Started: Developing HTML5 Projects from the docs page, the scene opens up black. What am i missing out here… Can anyone help please. Attached the scene snapshot, browser snapshot(it shows errors but not understanding what to do).

Have the same problem (

There’s two errors that are present in the run log - IndexedDB storing did not succeed, and sending telemetry data to UE4 servers did not work. Neither of the errors should affect the rendering issue here though. You can disable sending telemetry in the project End Users settings to remove the second error.

Is the result the same if you run in Firefox? Do other projects export properly, e.g. ThirdPersonShooter example? If ThirdPersonShooter works, what happens if you add the sofa to that scene? Something is definitely wrong, not sure what the issue might be here, but perhaps the above tests might help arrive at debugging the root cause to a bug report.

I tried it out in firefox also,didnt work. i will have to try with Third Person Template. Will try it out and let you know. Thanks for the reply.

Something worth trying might also be the page http://mzl.la/webassemblydemo . That one is with UE4 WebGL2+Wasm, and is known to work on a number of setups, so if that does show a black screen, then something is off on the local browser side (rather than UE4 engine export side).

In chrome its showing: Failed to store file wasmModule to IndexedDB, error: DataCloneError: Failed to execute ‘put’ on ‘IDBObjectStore’: # could not be cloned.
And in firefox its still loading nothing happening(no download)
Do i need to switch on any flags in browser…??

In chrome it worked finally… the zen garden

How did you fix it in chrome? I have exactly the same problem

Same here, I checked every possible solutions in this hub, i still having black screens in firefox and chrome, when i launch directly from the launch button in UE4 everthing is working fine but the packinging export to html5 keeps out generating black screens, can anyone help me with this issue? Andy

I fixed my blackscreen with changing my default game map: To change the default map that is loaded on startup, go to Edit → Project Settings → Maps & Modes (I believe), and change your Default Maps. Also make sure to hit the ‘Save as Default’ button when done, so that these settings are applied to packaged projects as well.

So, simple! Thanks for this!

For me, what worked in fixing the black screen was turning Anti-Aliasing from None to TemporalAA in the Projects Settings-> Rendering section.