carla icon indicating copy to clipboard operation
carla copied to clipboard

[ue4-docker build] Error: failed to build image "adamrehn/ue4-source:4.24.3-opengl-ubuntu18.04".

Open aharoJ opened this issue 1 year ago • 5 comments

I was following the Building the Docker images but I get the error [ue4-docker build] Error: failed to build image "adamrehn/ue4-source:4.24.3-opengl-ubuntu18.04"

Can anyone point me to the right direction?

I modified the script to ue4-docker build 4.24.3 --no-minimal from the original ue4-docker build 4.24.3 --no-engine --no-minimal because that argument no longer exist. -> shell error with old script: e4-docker build: error: unrecognized arguments: --no-engine

New Script: ue4-docker build 4.24.3 --no-minimal ERROR: [ue4-docker build] Error: failed to build image "adamrehn/ue4-source:4.24.3-opengl-ubuntu18.04".

my ue4-docker info: ue4-docker version: 0.0.108 (latest available version is 0.0.108) Operating system: Linux (Ubuntu 20.04.6 LTS, 5.15.0-76-generic) Docker daemon version: 24.0.4 NVIDIA Docker supported: Yes Maximum image size: No limit detected Available disk space: 168.47 GiB Total system memory: 62.64 GiB physical, 2 GiB virtual CPU: 8 physical, 16 logical (x86_64)

aharoJ avatar Jul 18 '23 15:07 aharoJ

Did u solve it? I also met the question. Thanks.

2019211753 avatar Aug 02 '23 16:08 2019211753

@2019211753 no, I ended up downloading carla from source binary and it fixed it.

aharoJ avatar Aug 04 '23 18:08 aharoJ

@2019211753 no, I ended up downloading carla from source binary and it fixed it.

yes, i also use the carla from source afterwards 😄

2019211753 avatar Aug 07 '23 14:08 2019211753

How do you install carla from source binary then ??and where??

Dragoadri avatar Dec 05 '23 20:12 Dragoadri

I think the issue is related to this: https://forums.unrealengine.com/t/upcoming-disruption-of-service-impacting-unreal-engine-users-on-github/1155880/33.

Till now, we still cannot build 4.24, but with modification, we can build 4.25 and above using the following command:

ue4-docker build --no-minimal custom -repo=https://github.com/EpicGames/UnrealEngine.git -branch=4.27

YangyangFu avatar Feb 02 '24 06:02 YangyangFu

I changed the ue4-docker version to 0.0.100, and it works. I think the new version of ue4-docker has removed the option --no-engine

xiaox2600 avatar Apr 17 '24 08:04 xiaox2600