-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing UEPrereqSetup_x64.exe #57
Comments
I have the same issue, but I fixed it by running setup.bat manually first |
I have the same problem, but the actual issue is probably this: `Unreal Binary Builder Analytics Initialized. Usage: Options: Detected settings: Default arguments can be set through the UE_GITDEPS_ARGS environment variable. It fails to run setup.bat because there is one "-" missing in --all parameter, so setup.bat fails to run but the program tries to continue and install things that wasn't downloaded beacuase setup.bat failed :). EDIT: No, the problem is actually in setup.bat itself, which does not handle --all corectly. |
Just trying to follow the steps. I cloned the UE repo (branch 5.0, commit 6b10e3f3b7a1).
Started UBB, selected path to local repo, click "Start" and it immediately fails, saying
The system cannot find the file Engine\Extras\Redist\en-us\UEPrereqSetup_x64.exe
cmd exited with code 0
==BUILD FINISHED==
and then it still has status "Running", counting upwards, not letting me start again.
And when I try to close the application, I get options in Chinese.
I've tried the same with and without all three options (Build Setup, Generate Project Files, Build Automation Tool).
I assume I'm supposed to run a .bat-file or something, but the step-by-step README does not specify anything.
The text was updated successfully, but these errors were encountered: