HTML5 Build Levels Not Loading (4.8)

Hi, I’ve been using 4.8 for the last few days having upgraded from 4.7.6, and have started to have problems with levels not loading at all in HTML5 builds, they work in the editor and in windows builds but HTML5 builds just dont work… Now this as far as i can tell is in all 4.8 projects including new blank ones ive created.

Ive been checking the logs to try and find whats happening and ive found this snippet

[2015.06.18-23.03.42:906][281]LogPackageName: SearchForPackageOnDisk took 0.242s to resolve Stage_1.umap
[2015.06.18-23.03.43:156][281]LogPackageName: SearchForPackageOnDisk took 0.246s to resolve Stage_1.umap
[2015.06.18-23.03.43:161][281]LogNet: Browse: /Game/Game/Maps/Start_Screen
L
[2015.06.18-23.03.43:169][281]LogNet:Warning: Travel Failure: [InvalidURL]: Invalid URL: /Game/Game/Maps/Start_Screen
[2015.06.18-23.03.43:174][281]LogNet: TravelFailure: InvalidURL, Reason for Failure: ‘Invalid URL: /Game/Game/Maps/Start_Screen’
L
[2015.06.18-23.03.43:182][281]LogNet:Warning: Travel Failure: [ClientTravelFailure]: Invalid URL: /Game/Game/Maps/Start_Screen
[2015.06.18-23.03.43:187][281]LogNet: TravelFailure: ClientTravelFailure, Reason for Failure: ‘Invalid URL: /Game/Game/Maps/Start_Screen’
[2015.06.18-23.03.43:214][282]LogNet: Browse: /Game/Game/Maps/Start_Screen?closed
[2015.06.18-23.03.43:219][282]LogNet: Failed; returning to Entry
[2015.06.18-23.03.43:279][282]LogLoad: LoadMap: /Game/Game/Maps/Start_Screen?closed

For some reason it finds the level it is supposed to go to in this case Start_Screen > Stage_1 but once it finds that level it just reverts back to loading the level its currently in anyway.
Any thoughts?

Hey ArnieNIA,

This definitely seems like a bug. Can you send us the zipped blank project you created as a test case which fails.

-Thanks.

Sure, I’ve attached the projectlink text

Here is a link also to an example of the HTML5 error: https://db.tt/VorDwHsr
(Works in 32bit chrome or nightly)

Thanks

Hey ArnieNIA,

So - I looked into this issue - I think whats happening that Map_2 was not getting packaged -

You can add all maps which you want to packaged -

Edit-Project Settings-> Packaging. ( Show advanced)

“List of maps to include in a packaged build”.

With this change - I could just press e and load the next level.