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

Moving Your Engine Breaks The App #44

Open drb1992 opened 3 years ago

drb1992 commented 3 years ago

Steps to reproduce.

  1. Run Unreal Binary Builder
  2. Set the Engine Root Folder.
  3. Close Unreal Binary Builder
  4. Move the engine to a new folder. For example from your C drive to the D drive.
  5. Unreal Binary Builder will no longer run.

Other than moving the engine back to it's original location, you can delete the Documents/UnrealBinaryBuilder to fix this issue, or alternatively, zero out the SetupBatFile and AutomationToolPath values in the Settings.json file.

ryanjon2040 commented 3 years ago

Hi @drb1992

Thanks for the report. I'll fix it soon.

ryanjon2040 commented 3 years ago

@drb1992 Hi which version are you using?

drb1992 commented 3 years ago

3.1.2

ryanjon2040 commented 3 years ago

Hi @drb1992

Can you try the latest version? If possible, clone or download master branch, compile and run because on my side I cannot reproduce the issue. After changing UE directory app still runs.