Skip to content

choco install fails with Exit code was '-2147023829' on a Windows 11 host with process isolation #216

Closed
@TomSmithGR

Description

@TomSmithGR

Output of the ue4-docker info command:

PS D:\ue4docker> ue4-docker info
ue4-docker version: 0.0.94 (latest available version is 0.0.94)
Operating system: Windows 10 Pro (Build 22000.376)
Docker daemon version: 20.10.11
NVIDIA Docker supported: No
Maximum image size: 400GB
Available disk space: 6.7 TiB
Total system memory: 255.83 GiB physical, 293.83 GiB virtual
Number of processors: 64 physical, 128 logical

Additional details:

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

I am running windows 11 as a host OS.

I am building using the following command:
PS D:\ue4docker> ue4-docker build -username redacted -password redacted --exclude ddc -basetag ltsc2022 -isolation=process --visual-studio=2019 4.27.2

The build is failing to create the prerequisites image, when installing git from chocolatey.
ERROR: Running ["C:\ProgramData\chocolatey\lib\git.install\tools\Git-2.34.1-64-bit.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /NOCANCEL /SP- /LOG /COMPONENTS="icons,assoc,assoc_sh,,,,gitlfs,icons\quicklaunch" /o:PathOption=Cmd /o:BashTerminalOption=ConHost /o:CRLFOption=CRLFCommitAsIs ] was not successful. Exit code was '-1073741819'. See log for possible error messages.

I tried creating a ltsc2022 windows server container, and repeated the following command:
choco install -y git --params "'/GitOnlyOnPath /NoAutoCrlf /WindowsTerminal /NoShellIntegration /NoCredentialManager'"

git installed successfully during that attempt, so this does not appear to be a chocolatey issue.

I have repeated the ue4-docker build several times, and get the same result.
ue4-docker build log.txt
chocolatey.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-upstreamAwaiting bugfixes or functionality from upstream dependenciesbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions