carla icon indicating copy to clipboard operation
carla copied to clipboard

CARLA 0.9.15 fails to build Houdini Engine

Open andrejfsantos4 opened this issue 1 year ago • 3 comments

CARLA version: 0.9.15 Platform/OS: Windows 10 - Visual Studio 2022

Problem you have experienced: After running Update.bat, I get this error

-[BuildCarlaUE4]: Building Unreal Editor...
Using 'git status' to determine working set for adaptive non-unity build (D:\Programs\UnrealEngine-0.9.15).
Creating makefile for CarlaUE4Editor (UnrealBuildTool.exe is newer)
While compiling D:\Programs\carla_0.9.15\Unreal\CarlaUE4\Intermediate\Build\BuildRules\CarlaUE4ModuleRules.dll:
d:\Programs\carla_0.9.15\Unreal\CarlaUE4\Plugins\HoudiniEngine\Source\HoudiniEngine\HoudiniEngine.Build.cs(44,7) : error CS0246: The type or namespace name 'EpicGames' could not be found (are you missing a using directive or an assembly reference?)
UnrealBuildTool: ERROR: Unable to compile source files.

which I attempted to fix by replacing using EpicGames.core with using Tools.DotNETCommon as suggested here (not sure if this is the correct fix). After this, I get a different error:

-[BuildCarlaUE4]: [Batch params]: --build --all
--build
--all
ECHO is off.
-[BuildCarlaUE4]: Building Unreal Editor...
Using 'git status' to determine working set for adaptive non-unity build (D:\Programs\UnrealEngine-0.9.15).
Creating makefile for CarlaUE4Editor (UnrealBuildTool.exe is newer)
Houdini Engine : Houdini 20.0.556 could not be found. Houdini Engine will not be available in this build.
UnrealBuildTool: ERROR: Could not find definition for module 'EditorFramework', (referenced via Target -> CarlaTools.Build.cs -> HoudiniEngine.Build.cs -> HoudiniEngineRuntime.Build.cs)
make: *** [CarlaUE4Editor] Error 6

andrejfsantos4 avatar Dec 18 '23 10:12 andrejfsantos4

I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15

andrejfsantos4 avatar Dec 20 '23 14:12 andrejfsantos4

I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15

hihi can you please explain how you did it? I have the same issue.

PierceG6 avatar Feb 03 '24 15:02 PierceG6

I should add that if I remove Houdini Engine and all references to it, the build finishes successfully and I'm able to run CARLA 0.9.15

hihi can you please explain how you did it? I have the same issue.

Hi @PierceG6, This was a while ago but if I remember correctly these were the changes - I removed the files in red, and made these changes to the files with the yellow icon. Then rebuild and hopefully it'll work!

image

image

andrejfsantos4 avatar Feb 06 '24 12:02 andrejfsantos4

I have builded the carla && unreal engine successfully but when i am running the "make Launch" i facing bellow issue: Unreal engine 4.26 carla 0.9.15 ubuntu 20.04 with all required prerequsites

Screenshot from 2024-03-06 12-00-50 Screenshot from 2024-03-06 14-48-58 Screenshot from 2024-03-06 14-49-35

2002atulyadav avatar Mar 06 '24 09:03 2002atulyadav

We deprecated houdini en CARLA, if you get the last dev code would not have issues with houdini anymore.

xavisolesoft avatar Apr 19 '24 10:04 xavisolesoft

I have builded the carla && unreal engine successfully but when i am running the "make Launch" i facing bellow issue: Unreal engine 4.26 carla 0.9.15 ubuntu 20.04 with all required prerequsites

Screenshot from 2024-03-06 12-00-50 Screenshot from 2024-03-06 14-48-58 Screenshot from 2024-03-06 14-49-35

did you solve the problem? ım facing the same issue

asina13 avatar Jun 21 '24 12:06 asina13