ue4-docker icon indicating copy to clipboard operation
ue4-docker copied to clipboard

Error with ue4-docker build on Ubuntu22.04

Open Sylvia6 opened this issue 1 year ago • 5 comments

Output of the ue4-docker info command: image

Additional details:

  • Are you accessing the network through a proxy server? Yes

when I run the command below:

ue4-docker build 4.24.3 --no-minimal

I got this program output:

image

Need help please !

Sylvia6 avatar Jun 13 '23 07:06 Sylvia6

Did you figure it out? I have the same issue @Sylvia6

aharoJ avatar Jul 18 '23 14:07 aharoJ

~~This looks somewhat similar to https://github.com/adamrehn/ue4-docker/issues/310. Does the same change applied to Linux dockerfile fix the issue for you?~~

slonopotamus avatar Jul 18 '23 14:07 slonopotamus

No, wait, GCM is Win-only.

slonopotamus avatar Jul 18 '23 14:07 slonopotamus

This code is expecting passwordless-sudo to be set up in /etc/sudoers or similar, but it's not, so it's asking for a password.

That's supposed to be taken care of in ue4-build-prerequisites, so I'd suggest running that image as the ue4 user, and making sure you can sudo without issues there.

TBBle avatar Jul 19 '23 06:07 TBBle

Anyone who has a process for this issue?

Leedk3 avatar Mar 04 '24 00:03 Leedk3