Just found a solution, in Commit.gitdeps.xml
replace
BaseUrl="http://cdn.unrealengine.com/dependencies"
by
BaseUrl="https://cdn.unrealengine.com/dependencies"
Is this a regression or new issue?
Just found a solution, in Commit.gitdeps.xml
replace
BaseUrl="http://cdn.unrealengine.com/dependencies"
by
BaseUrl="https://cdn.unrealengine.com/dependencies"
Is this a regression or new issue?
Hi All,
Can anyone please provide an updated/fixed “Commit.gitdeps.xml” for https://github.com/EpicGames/UnrealTournament/ ?
Thank you in advance for your help.
Looks like this may still be a PITA
Tried building for MacOS and the dependency checker is trying to pull
But it’s timing out.
manually pulling with a https gets me a randomBound32.decTest file to help find it
If anyone has an idea for how we can find/replace the http with https in the dependency installer let me know what files I should be looking at and I am happy to go through them. I have looked through everything I can think of in engine/batchfiles and binaries and can’t seem to find where I should make the changes.
When i try to run:
"$ sudo ue4-docker build --cuda=11.8 --target minimal --exclude debug --ue-version=4.27"
, it fails and exits with error:
"[ue4-docker build] Building image "adamrehn/ue4-build-prerequisites:cuda11.8-ubuntu22.04"...
[+] Building 1.1s (2/2) FINISHED docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 4.10kB 0.0s
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2) 0.0s
=> WARN: InvalidDefaultArgInFrom: Default value for ARG ${BASEIMAGE} results in empty or invalid base im 0.0s
=> ERROR [internal] load metadata for docker.io/nvidia/cuda:11.8-devel-ubuntu22.04 1.0s
------
> [internal] load metadata for docker.io/nvidia/cuda:11.8-devel-ubuntu22.04:
------
Dockerfile:2
--------------------
1 | ARG BASEIMAGE
2 | >>> FROM ${BASEIMAGE} as prerequisites
3 |
4 | # Add a sentinel label so we can easily identify all derived images, including intermediate images
--------------------
ERROR: failed to solve: nvidia/cuda:11.8-devel-ubuntu22.04: failed to resolve source metadata for docker.io/nvidia/cuda:11.8-devel-ubuntu22.04: docker.io/nvidia/cuda:11.8-devel-ubuntu22.04: not found
[ue4-docker build] Error: failed to build image "adamrehn/ue4-build-prerequisites:cuda11.8-ubuntu22.04"."
````Preformatted text`
I cloned the unreal engine by myself before. Can someone please help me figure it out?