Skip to content
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

Error -1073740791 when running paket.exe in a Windows Docker image from dotnet/msbuild #4289

Open
Dirk-Kuypers opened this issue Jan 30, 2025 · 1 comment

Comments

@Dirk-Kuypers
Copy link

I am trying to build my software in a Windows Server ltsc2022 image with a full Visual Studio 2022 installation (version 17.12). When I run .paket/paket.exe restore it just does apparently nothing, running it from 'dotnet restore' fails with code -1073740791.

...paket\Paket.Restore.targets(171,3): error MSB3073: The command ""C:\git\MyProject.paket\paket.exe" restore" exited with code -1073740791.

Any idea how to debug this? Is there a runtime missing somehow in the Docker image? Running the stuff locally on Win 11 just works.

@smoothdeveloper
Copy link
Contributor

@Dirk-Kuypers normally, if this occurs, you should be able to see the full paket invocation in the error message.

Can you try to look for it and then, issue the reported command itself, to see the actual output?

Maybe the command output could be reported, but that involve implementing the logic in MSBuild target file that is shipped with paket.

@chethusk, any idea / hints how to tackle this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants