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

Cannot open compiler generated file #940

Open
ActiveXSturcture opened this issue Dec 16, 2022 · 1 comment
Open

Cannot open compiler generated file #940

ActiveXSturcture opened this issue Dec 16, 2022 · 1 comment

Comments

@ActiveXSturcture
Copy link

I am using VS2022 to build the Unreal engine.The DLL Error has been fixed but the new Error occur:

7> - Blacklisted Worker: vm-donghaoran
7> - Node : D:\UnrealEngine\Engine\Intermediate\Build\Win64\UnrealEditor\Development\GeometryCore\Module.GeometryCore.3_of_3.cpp.obj
7>EXEC : - Job error Count: 1 / 3
7> - Details :
7>PROBLEM: D:\UnrealEngine\Engine\Intermediate\Build\Win64\UnrealEditor\Development\GeometryCore\Module.GeometryCore.3_of_3.cpp.obj
7>PROBLEM: C:\Users\donghaoran\AppData\Local\Temp.fbuild.tmp\0x00000000\core_1001\Module.GeometryCore.3_of_3.cpp.obj
7>Module.GeometryCore.3_of_3.cpp
7>D:\UnrealEngine\Engine\Intermediate\Build\Win64\UnrealEditor\Development\GeometryCore\Module.GeometryCore.3_of_3.cpp(3): fatal error C1083: Cannot open compiler generated file: '..\Intermediate\Build\Win64\UnrealEditor\Development\GeometryCore\Module.GeometryCore.3_of_3.cpp.dep.json': No such file or directory
7>EXEC : Failed to build Object. error : 2 (0x02) Target: 'C:\Users\donghaoran\AppData\Local\Temp.fbuild.tmp\0x00000000\core_1001\Module.GeometryCore.3_of_3.cpp.obj'
7>Got Result: vm-jiangjunji - D:\UnrealEngine\Engine\Intermediate\Build\Win64\UnrealEditor\Development\Zen\Module.Zen.cpp.obj
7>Remote System Failure!

I dont know how this error occur.Can someone knows what happend?

@ffulin
Copy link
Contributor

ffulin commented Feb 4, 2023

It's hard to know what the problem might be here without additional information like:
a) the FASTBuild version
b) the command line being used

At a guess the command line you are using has an argument that is generating an additional file (perhaps /sourceDependencies) remotely and that's not being handled properly. FASTBuild v1.06 contained some fixes for /sourceDependencies specifically so it might be that.

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

No branches or pull requests

2 participants