简体   繁体   English

IncrediBuild 分布式作业无法从另一个分布式作业中启动

[英]An IncrediBuild distributed job cannot be started from within another distributed job

I am trying to compile my Visual Studio 2019 code but I get this error (UE 4.22.1):我正在尝试编译我的 Visual Studio 2019 代码,但出现此错误 (UE 4.22.1):

1>EXEC : Fatal error : An IncrediBuild distributed job cannot be started from within another distributed job. 1>EXEC:致命错误:无法从另一个分布式作业中启动 IncrediBuild 分布式作业。 1>C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\MSBuild\\Microsoft\\VC\\v160\\Microsoft.MakeFile.Targets(44,5): error MSB3075: The command "C:\\unreal\\UE_4.22\\Engine\\Build\\BatchFiles\\Build.bat coding Win64 Development -Project="C:\\unreal\\coding\\coding\\coding.uproject" -WaitMutex -FromMsBuild" exited with code 5. Please verify that you have sufficient rights to run this command. 1>C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\MSBuild\\Microsoft\\VC\\v160\\Microsoft.MakeFile.Targets(44,5): error MSB3075: 命令“C:\\unreal\\UE_4 .22\\Engine\\Build\\BatchFiles\\Build.bat coding Win64 Development -Project="C:\\unreal\\coding\\coding\\coding.uproject" -WaitMutex -FromMsBuild" exited with code 5. 请确认您有足够的权限运行这个命令。

What this error mean and how to fix ?这个错误是什么意思以及如何解决?

Cleaning the solution and rebuilding fixed the issue for me.清理解决方案并重建为我解决了这个问题。 I think the problem lied with how the makefiles were generated on my workstation.我认为问题在于我的工作站上生成文件的方式。 Somehow, they were generated in such a way that Incredibuild would be called twice.不知何故,它们的生成方式使得 Incredibuild 会被调用两次。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM