UnrealEngineHTML5 / Documentation

532 stars 183 forks source link

HTML5LaunchHelper.exe on Windows #21

Closed violacambie closed 4 years ago

violacambie commented 4 years ago

hallo

I can't see the HTML5LaunchHelper.exe in the folder where files were archiveda fter building my sample project. Following the documentasion looks like HTML5LaunchHelper is missed already during the visual studio "Compiling Support Programs" step. image

How can I solve this?

Many thanks

JulienLussiez commented 4 years ago

I got the same issue unfortunately.

violacambie commented 4 years ago

I ended up using the HTML5LaunchHelper.exe from a HTML5 built project made with another Unreal version (4.23 for example). Is just used for opening a listening server on a specific port and works among different Unreal versions

JulienLussiez commented 4 years ago

Yes I did the same. I use 4.23 for HTML5 project but I will give it another try when the project will be updated for the 4.25 Unreal Engine version.

nickshinpho commented 4 years ago

can you see if this solution works:

FNGD commented 2 years ago

It turns out the missing project file for HTML5LaunchHelper exists on Windows, it's just not included in the project. You can open and build it separately from Engine\Platforms\HTML5\Source\Programs\HTML5\HTML5LaunchHelper. Hope this helps!