ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
660 stars 152 forks source link

No Longer works in 4.18 #1

Closed TheJamsh closed 6 years ago

TheJamsh commented 6 years ago

I've been using this tool since around ~4.15's release, and made a couple of modifications like adding PS4 / Xbone support etc.

It looks as though the program no longer works. You shouldn't be invoking AutomationTool.exe directly, but instead calling AutomationToolLauncher.exe which copies dependencies. If you don't do that, your build will fail.

See here: https://answers.unrealengine.com/questions/726010/418-will-not-build-from-source.html

ryanjon2040 commented 6 years ago

Looks like you fixed the issue :).